Searched refs:PortableRemoteObject (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DIIOPProxyImpl.java30 import javax.rmi.PortableRemoteObject;
102 return (T)PortableRemoteObject.narrow(narrowFrom, narrowTo);
107 PortableRemoteObject.exportObject(obj);
112 PortableRemoteObject.unexportObject(obj);
117 return PortableRemoteObject.toStub(obj);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DJNDIStateFactoryImpl.java38 import javax.rmi.PortableRemoteObject ;
121 stub = PortableRemoteObject.toStub( (Remote)orig ) ;
H A DDynamicMethodMarshallerImpl.java31 import javax.rmi.PortableRemoteObject ;
316 return PortableRemoteObject.narrow( is.read_Object(),
H A DExceptionHandlerImpl.java31 import javax.rmi.PortableRemoteObject ;
/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
/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/com/sun/corba/se/impl/util/
H A DUtility.java60 import javax.rmi.PortableRemoteObject;
193 // load a tie or encounter PortableRemoteObject
198 objClass != PortableRemoteObject.class &&
750 * Load an RMI-IIOP Stub. This is used in PortableRemoteObject.narrow.
949 return PortableRemoteObject.narrow(result, narrowTo);
966 return PortableRemoteObject.narrow(result, narrowTo);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java85 import javax.rmi.PortableRemoteObject;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java74 import javax.rmi.PortableRemoteObject;

Completed in 62 milliseconds