KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > rmi > CORBA > PortableRemoteObjectDelegate

javax.rmi.CORBA
Interface PortableRemoteObjectDelegate

See Also:
Top Examples, Source Code, PortableRemoteObject

void connect(Remote target,
             Remote source)
             throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void exportObject(Remote obj)
                  throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object narrow(Object narrowFrom,
              Class narrowTo)
              throws ClassCastException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Remote toStub(Remote obj)
              throws NoSuchObjectException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void unexportObject(Remote obj)
                    throws NoSuchObjectException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags