Searched refs:unexportObject (Results 1 - 25 of 64) sorted by relevance

123

/openjdk9/jdk/test/java/rmi/transport/readTimeout/
H A DTestImpl.java43 UnicastRemoteObject.unexportObject(this, true);
/openjdk9/jdk/test/java/rmi/activation/ActivateFailedException/activateFails/
H A DShutdownThread.java42 Activatable.unexportObject(remoteObject, true);
/openjdk9/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DPortableRemoteObjectDelegate.java66 * Delegation call for {@link javax.rmi.PortableRemoteObject#unexportObject}.
68 void unexportObject(Remote obj) method in interface:PortableRemoteObjectDelegate
H A DUtilDelegate.java90 * Delegation call for {@link Util#unexportObject}.
92 void unexportObject(Remote target) throws java.rmi.NoSuchObjectException; method in interface:UtilDelegate
/openjdk9/jdk/src/java.management.rmi/share/classes/com/sun/jmx/remote/internal/rmi/
H A DRMIExporter.java42 * and {@link UnicastRemoteObject#unexportObject(Remote, boolean)} to
57 public boolean unexportObject(Remote obj, boolean force) method in interface:RMIExporter
/openjdk9/jdk/test/java/rmi/transport/rapidExportUnexport/
H A DRapidExportUnexport.java58 UnicastRemoteObject.unexportObject(impl, true);
/openjdk9/jdk/test/sun/rmi/transport/tcp/disableMultiplexing/
H A DDisableMultiplexing.java58 UnicastRemoteObject.unexportObject(obj, true);
/openjdk9/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DCountInterface.java49 public boolean unexportObject(boolean b) throws RemoteException; method in interface:CountInterface
H A DCountServerImpl.java100 public boolean unexportObject(boolean force) { method in class:CountServerImpl
103 succeeded = Activatable.unexportObject(this, force);
/openjdk9/jdk/test/java/rmi/server/UnicastRemoteObject/marshalAfterUnexport/
H A DMarshalAfterUnexport2.java71 UnicastRemoteObject.unexportObject(impl, true);
87 UnicastRemoteObject.unexportObject(impl2, true);
H A DMarshalAfterUnexport.java63 UnicastRemoteObject.unexportObject(impl, true);
79 UnicastRemoteObject.unexportObject(impl2, true);
/openjdk9/jdk/test/java/rmi/testlibrary/
H A DActivationLibrary.java76 Activatable.unexportObject(remote, true);
88 Activatable.unexportObject(remote, true);
/openjdk9/jdk/test/sun/rmi/runtime/Log/6409194/
H A DNoConsoleOutput.java114 UnicastRemoteObject.unexportObject(fooimpl, true);
115 UnicastRemoteObject.unexportObject(fooimpl2, true);
/openjdk9/jdk/test/java/rmi/server/RemoteObject/notExtending/
H A DNotExtending.java58 UnicastRemoteObject.unexportObject(this, true);
/openjdk9/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DExportObjs.java58 UnicastRemoteObject.unexportObject(objs[i], true);
H A DBenchServerImpl.java74 return UnicastRemoteObject.unexportObject(impl, force);
/openjdk9/jdk/test/sun/rmi/server/MarshalOutputStream/marshalForeignStub/
H A DMarshalForeignStub.java95 UnicastRemoteObject.unexportObject(obj, true);
/openjdk9/jdk/test/java/rmi/activation/ActivationSystem/activeGroup/
H A DIdempotentActiveGroup.java108 UnicastRemoteObject.unexportObject(inst1, true);
111 UnicastRemoteObject.unexportObject(inst2, true);
/openjdk9/jdk/test/java/rmi/server/RemoteObject/toStub/
H A DToStub.java108 UnicastRemoteObject.unexportObject(server1, true);
112 UnicastRemoteObject.unexportObject(server2, true);
/openjdk9/jdk/test/java/rmi/server/serverStackTrace/
H A DSuppressStackTraces.java114 UnicastRemoteObject.unexportObject(impl1, true);
118 UnicastRemoteObject.unexportObject(impl2, true);
/openjdk9/jdk/test/java/rmi/server/Unreferenced/unreferencedContext/
H A DUnreferencedContext.java109 UnicastRemoteObject.unexportObject(obj, true);
185 UnicastRemoteObject.unexportObject(obj, true);
/openjdk9/jdk/src/java.rmi/share/classes/java/rmi/server/
H A DUnicastRemoteObject.java454 public static boolean unexportObject(Remote obj, boolean force) method in class:UnicastRemoteObject
457 return sun.rmi.transport.ObjectTable.unexportObject(obj, force);
/openjdk9/jdk/test/java/rmi/transport/runtimeThreadInheritanceLeak/
H A DRuntimeThreadInheritanceLeak.java100 UnicastRemoteObject.unexportObject(obj, true);
132 UnicastRemoteObject.unexportObject(obj, true);
/openjdk9/jdk/test/javax/naming/module/src/test/test/
H A DStoreRemote.java110 UnicastRemoteObject.unexportObject(hello, true);
130 UnicastRemoteObject.unexportObject(obj, true);
/openjdk9/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdownImpl.java48 UnicastRemoteObject.unexportObject(this, true);

Completed in 268 milliseconds

123