Searched defs:PortableRemoteObject (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java66 * javax.rmi.PortableRemoteObject or they may implement a remote interface
78 public class PortableRemoteObject class in inherits:javax.rmi.CORBA.PortableRemoteObjectDelegate
83 * that subclasses of PortableRemoteObject do not need to call this
126 * of PortableRemoteObject or have been previously the target of a call to
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java54 * javax.rmi.PortableRemoteObject or they may implement a remote interface
66 public class PortableRemoteObject { class
74 "com.sun.corba.se.impl.javax.rmi.PortableRemoteObject";
85 protected PortableRemoteObject() throws RemoteException { method in class:PortableRemoteObject
87 PortableRemoteObject.exportObject((Remote)this);
93 * that subclasses of PortableRemoteObject do not need to call this
110 * of PortableRemoteObject or have been previously the target of a call to

Completed in 30 milliseconds