Searched defs:toStub (Results 1 - 11 of 11) sorted by relevance

/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DPortableRemoteObjectDelegate.java60 * Delegation call for {@link javax.rmi.PortableRemoteObject#toStub}.
62 Remote toStub (Remote obj) method in interface:PortableRemoteObjectDelegate
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DDeserializeEncodedURLTest.java147 public Remote toStub() throws IOException { method in class:DeserializeEncodedURLTest.MutantRMIServerImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java68 * The toStub method takes a server implementation and returns a stub that
131 public Remote toStub (Remote obj) method in class:PortableRemoteObject
156 result = java.rmi.server.RemoteObject.toStub(obj);
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObject.java97 public static Remote toStub(Remote obj) throws NoSuchObjectException { method in class:RemoteObject
219 * the <code>RemoteObject.toStub</code> method (and the argument passed
220 * to <code>toStub</code> was not itself a <code>RemoteStub</code>),
222 * passed to <code>toStub</code> was exported, as described above.
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIIIOPServerImpl.java84 public Remote toStub() throws IOException { method in class:RMIIIOPServerImpl
86 // (javax.rmi.CORBA.Stub) PortableRemoteObject.toStub(this);
87 final Remote stub = IIOPHelper.toStub(this);
H A DRMIJRMPServerImpl.java144 public Remote toStub() throws IOException { method in class:RMIJRMPServerImpl
145 return RemoteObject.toStub(this);
H A DRMIServerImpl.java99 public abstract Remote toStub() throws IOException; method in class:RMIServerImpl
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java56 * The toStub method takes a server implementation and returns a stub that
115 public static Remote toStub (Remote obj) method in class:PortableRemoteObject
119 return proDelegate.toStub(obj);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DIIOPProxy.java109 Remote toStub(Remote obj) throws NoSuchObjectException; method in interface:IIOPProxy
H A DIIOPHelper.java184 public static Remote toStub(Remote obj) throws NoSuchObjectException { method in class:IIOPHelper
186 return proxy.toStub(obj);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DIIOPProxyImpl.java116 public Remote toStub(Remote obj) throws NoSuchObjectException { method in class:IIOPProxyImpl
117 return PortableRemoteObject.toStub(obj);

Completed in 1469 milliseconds