Searched refs:unexport (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DTestImpl.java40 public void unexport() method in class:TestImpl
/openjdk7/jdk/test/sun/rmi/transport/tcp/blockAccept/
H A DTestImpl.java40 public void unexport() method in class:TestImpl
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBenchServer.java36 * client benchmarks to create/export and unexport objects off of the server,
64 boolean unexport(Remote obj, boolean force) throws RemoteException; method in interface:BenchServer
H A DBooleanArrayCalls.java76 bsrv.unexport(stub, true);
H A DBooleanCalls.java73 bsrv.unexport(stub, true);
H A DByteArrayCalls.java76 bsrv.unexport(stub, true);
H A DByteCalls.java73 bsrv.unexport(stub, true);
H A DCharArrayCalls.java76 bsrv.unexport(stub, true);
H A DCharCalls.java73 bsrv.unexport(stub, true);
H A DDoubleArrayCalls.java76 bsrv.unexport(stub, true);
H A DDoubleCalls.java73 bsrv.unexport(stub, true);
H A DExceptionCalls.java79 bsrv.unexport(stub, true);
H A DFloatArrayCalls.java76 bsrv.unexport(stub, true);
H A DFloatCalls.java73 bsrv.unexport(stub, true);
H A DIntArrayCalls.java76 bsrv.unexport(stub, true);
H A DIntCalls.java73 bsrv.unexport(stub, true);
H A DLongArrayCalls.java76 bsrv.unexport(stub, true);
H A DLongCalls.java73 bsrv.unexport(stub, true);
H A DNullCalls.java72 bsrv.unexport(stub, true);
H A DShortArrayCalls.java76 bsrv.unexport(stub, true);
H A DShortCalls.java73 bsrv.unexport(stub, true);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DUseCustomSocketFactory.java117 TestLibrary.unexport(registry);
118 TestLibrary.unexport(impl);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIJRMPServerImpl.java122 private void unexport(Remote obj, boolean force) method in class:RMIJRMPServerImpl
180 unexport(client, true);
192 unexport(this, true);
/openjdk7/jdk/test/java/rmi/server/RemoteObject/verifyRemoteEquals/
H A DVerifyRemoteEquals.java221 TestLibrary.unexport(test);
222 TestLibrary.unexport(home);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DJIDLLocalCRDImpl.java79 public void unexport() { method in class:JIDLLocalCRDImpl

Completed in 67 milliseconds

123