org.objectweb.jeremie.binding.api
Interface DynamicRemote

All Superinterfaces:
Remote

public interface DynamicRemote
extends Remote


Method Summary
 Class getImplementedClass()
           
 Object invoke(String op_name, Class[] param_types, Object[] params)
           
 

Method Detail

invoke

public Object invoke(String op_name,
                     Class[] param_types,
                     Object[] params)
              throws RemoteException
Throws:
RemoteException

getImplementedClass

public Class getImplementedClass()