API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.rmi.CORBA. PortableRemoteObjectDelegate View Source
Author(s)
Since
Version
Serial
Hierarchy
 PortableRemoteObjectDelegate
Subinterfaces
Description
public interface PortableRemoteObjectDelegate
  Supports delegation for method implementations in PortableRemoteObject.
See also:    PortableRemoteObject
Methods
Hide/Show inherited methods
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
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar