org.jacorb.orb.rmi
public class PortableRemoteObjectDelegateImpl extends Object implements PortableRemoteObjectDelegate
Version: $Id: PortableRemoteObjectDelegateImpl.java,v 1.6 2006/12/06 00:13:57 alphonse.bendt Exp $
Method Summary | |
---|---|
void | connect(Remote target, Remote source) |
void | exportObject(Remote obj)
Export an RMI object as a CORBA object |
static ORB | getORB()
Return the ORB to be used for RMI communications. |
Object | narrow(Object obj, Class newClass)
Narrow the remote object. |
static void | setORB(ORB orb)
Set the ORB to be used for RMI communications. |
Remote | toStub(Remote obj)
Return the Stub for a RMI object. |
void | unexportObject(Remote obj)
Deactivate the exported RMI object. |
See Also: javax.rmi.CORBA.PortableRemoteObjectDelegate#connect(java.rmi.Remote, java.rmi.Remote)
See Also: javax.rmi.CORBA.PortableRemoteObjectDelegate#exportObject(java.rmi.Remote)
Returns: The ORB
Parameters: obj The remote object newClass The class to narrow to
Returns: the narrowed object
See Also: javax.rmi.CORBA.PortableRemoteObjectDelegate#narrow(java.lang.Object, java.lang.Class)
Parameters: orb The ORB to use
Parameters: obj The RMI object
Returns: The Stub object
See Also: javax.rmi.CORBA.PortableRemoteObjectDelegate#toStub(java.rmi.Remote)
Parameters: obj The RMI object
See Also: javax.rmi.CORBA.PortableRemoteObjectDelegate#unexportObject(java.rmi.Remote)