Searched refs:exportObject (Results 1 - 25 of 67) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DUnicastRemoteObject.java35 * <p>For the constructors and static <code>exportObject</code> methods
42 * #exportObject(Remote) UnicastRemoteObject.exportObject(Remote)} method,
150 exportObject((Remote) this, port);
172 exportObject((Remote) this, port, csf, ssf);
213 exportObject((Remote) this, port);
215 exportObject((Remote) this, port, csf, ssf);
227 public static RemoteStub exportObject(Remote obj) method in class:UnicastRemoteObject
237 return (RemoteStub) exportObject(obj, new UnicastServerRef(true));
249 public static Remote exportObject(Remot method in class:UnicastRemoteObject
267 public static Remote exportObject(Remote obj, int port, method in class:UnicastRemoteObject
303 private static Remote exportObject(Remote obj, UnicastServerRef sref) method in class:UnicastRemoteObject
[all...]
H A DServerRef.java53 RemoteStub exportObject(Remote obj, Object data) method in interface:ServerRef
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java44 * <p>For the constructors and static <code>exportObject</code> methods,
76 * #exportObject(Remote,String,MarshalledObject,boolean,int)
77 * exportObject} method with this object, and the specified location,
80 * <code>exportObject</code>.
105 id = exportObject(this, location, data, restart, port);
123 * #exportObject(Remote,String,MarshalledObject,boolean,int,RMIClientSocketFactory,RMIServerSocketFactory)
124 * exportObject} method with this object, and the specified location,
127 * identifier returned from the call to <code>exportObject</code>.
157 id = exportObject(this, location, data, restart, port, csf, ssf);
185 exportObject(thi
339 public static ActivationID exportObject(Remote obj, method in class:Activatable
412 public static ActivationID exportObject(Remote obj, method in class:Activatable
478 public static Remote exportObject(Remote obj, method in class:Activatable
508 public static Remote exportObject(Remote obj, method in class:Activatable
545 private static Remote exportObject(Remote obj, ActivatableServerRef sref) method in class:Activatable
[all...]
/openjdk7/jdk/test/java/rmi/activation/Activatable/downloadParameterClass/
H A DFooReceiverImpl.java35 Activatable.exportObject(this, id, 0);
/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DTestImpl.java37 return (TestIface)UnicastRemoteObject.exportObject(this);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DEndpoint.java43 void exportObject(Target target) method in interface:Endpoint
/openjdk7/jdk/test/sun/rmi/transport/tcp/blockAccept/
H A DTestImpl.java37 return (TestIface)UnicastRemoteObject.exportObject(this);
/openjdk7/jdk/test/java/rmi/activation/Activatable/extLoadedImpl/
H A DExtLoadedImpl.java32 Activatable.exportObject(this, id, 0);
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DPortableRemoteObjectDelegate.java54 * Delegation call for {@link javax.rmi.PortableRemoteObject#exportObject}.
56 void exportObject(Remote obj) method in interface:PortableRemoteObjectDelegate
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIJRMPServerImpl.java111 new UnicastServerRef(port).exportObject(obj, null, true);
113 new UnicastServerRef2(port, csf, ssf).exportObject(obj, null, true);
116 exporter.exportObject(obj, port, csf, ssf);
118 UnicastRemoteObject.exportObject(obj, port, csf, ssf);
H A DRMIIIOPServerImpl.java69 IIOPHelper.exportObject(this);
121 IIOPHelper.exportObject(client);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DRMIExporter.java40 * UnicastRemoteObject#exportObject(Remote, int,
51 public Remote exportObject(Remote obj, method in interface:RMIExporter
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/exportObject/
H A DGcDuringExport.java58 UnicastRemoteObject.exportObject(new Remote() { }, 0);
/openjdk7/jdk/test/sun/rmi/transport/tcp/disableMultiplexing/
H A DDisableMultiplexing.java56 UnicastRemoteObject.exportObject(obj);
/openjdk7/jdk/test/java/rmi/registry/readTest/
H A DreadTest.java35 testPkg.Hello stub = (testPkg.Hello) UnicastRemoteObject.exportObject(obj, 0);
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DExportObjs.java35 * Benchmark for testing speed of UnicastRemoteObject.exportObject().
54 UnicastRemoteObject.exportObject(objs[i],0);
/openjdk7/jdk/test/java/rmi/server/RemoteObject/notExtending/
H A DNotExtending.java50 stub = UnicastRemoteObject.exportObject(this);
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef.java57 exportObject();
60 public void exportObject() throws RemoteException { method in class:UseCustomRef
62 ((ServerRef) ref).exportObject(this, null);
138 cr.exportObject();
/openjdk7/jdk/test/java/rmi/transport/rapidExportUnexport/
H A DRapidExportUnexport.java54 UnicastRemoteObject.exportObject(impl, PORT);
/openjdk7/jdk/test/java/rmi/activation/Activatable/inactiveGroup/
H A DInactiveGroup.java53 Activatable.exportObject(this, id, 0);
57 UnicastRemoteObject.exportObject(this, 0);
/openjdk7/jdk/test/java/rmi/activation/ActivationGroup/downloadActivationGroup/
H A DDownloadActivationGroup.java59 Activatable.exportObject(this, id, 0);
64 UnicastRemoteObject.exportObject(this, 0);
/openjdk7/jdk/test/java/rmi/server/RemoteObject/toStub/
H A DToStub.java67 stub = (RemoteInterface) UnicastRemoteObject.exportObject(server1);
69 UnicastRemoteObject.exportObject(server2, 0);
/openjdk7/jdk/test/java/rmi/server/Unreferenced/unreferencedContext/
H A DUnreferencedContext.java104 UnicastRemoteObject.exportObject(obj);
118 UnicastRemoteObject.exportObject(obj);
/openjdk7/jdk/test/java/rmi/server/serverStackTrace/
H A DSuppressStackTraces.java107 verifySuppression((Pong) UnicastRemoteObject.exportObject(impl2));
108 verifySuppression((Pong) UnicastRemoteObject.exportObject(impl1));
/openjdk7/jdk/test/sun/rmi/runtime/Log/6409194/
H A DNoConsoleOutput.java103 UnicastRemoteObject.exportObject(fooimpl, 0);
107 UnicastRemoteObject.exportObject(fooimpl2, 0);

Completed in 4162 milliseconds

123