Save This Page
Home » openjdk-7 » javax » rmi » CORBA » [javadoc | source]
javax.rmi.CORBA
public interface: PortableRemoteObjectDelegate [javadoc | source] Supports delegation for method implementations in javax.rmi.PortableRemoteObject . The delegate is a singleton instance of a class that implements this interface and provides a replacement implementation for all the methods of javax.rmi.PortableRemoteObject. Delegates are enabled by providing the delegate's class name as the value of the javax.rmi.CORBA.PortableRemoteObjectClass system property.
Method from javax.rmi.CORBA.PortableRemoteObjectDelegate Summary:
connect,   exportObject,   narrow,   toStub,   unexportObject
Method from javax.rmi.CORBA.PortableRemoteObjectDelegate Detail:
 public  void connect(Remote target,
    Remote source) throws RemoteException
 public  void exportObject(Remote obj) throws RemoteException
 public Object narrow(Object narrowFrom,
    Class narrowTo) throws ClassCastException
 public Remote toStub(Remote obj) throws NoSuchObjectException
 public  void unexportObject(Remote obj) throws NoSuchObjectException