Searched refs:unexportObject (Results 51 - 67 of 67) sorted by relevance

123

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/useDynamicProxies/
H A DUseDynamicProxies.java112 UnicastRemoteObject.unexportObject(server, true);
/openjdk7/jdk/test/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java78 UnicastRemoteObject.unexportObject(impl, true);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java71 * The unexportObject method is used to deregister a server object, allowing it to become
174 public void unexportObject(Remote obj) method in class:PortableRemoteObject
189 Util.unexportObject(obj);
192 UnicastRemoteObject.unexportObject(obj,true);
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivationGroupImpl.java90 unexportObject(this, true);
375 if (Activatable.unexportObject(entry.impl, false) == false)
417 UnicastRemoteObject.unexportObject(this, true);
H A DActivation.java628 if (UnicastRemoteObject.unexportObject(obj, false) == true) {
/openjdk7/jdk/test/java/rmi/activation/Activatable/notSerializable/
H A DNotSerializable.java75 Activatable.unexportObject(act, true);
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/unregisterGroup/
H A DUnregisterGroup.java65 Activatable.unexportObject(this, true);
/openjdk7/jdk/test/java/rmi/dgc/dgcAckFailure/
H A DDGCAckFailure.java104 UnicastRemoteObject.unexportObject((Remote) weakRef.get(),
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DUtil.java172 public static void unexportObject(java.rmi.Remote target) method in class:Util
177 utilDelegate.unexportObject(target);
/openjdk7/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java122 UnicastRemoteObject.unexportObject(obj, true);
H A DRmidViaInheritedChannel.java109 UnicastRemoteObject.unexportObject(obj, true);
/openjdk7/jdk/test/sun/rmi/rmic/manifestClassPath/
H A Drun.sh108 UnicastRemoteObject.unexportObject(impl, true);
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java195 public boolean unexportObject(Remote obj, boolean force) method in class:ConnectorBootstrap.PermanentExporter
197 return UnicastRemoteObject.unexportObject(obj, force);
274 UnicastRemoteObject.unexportObject(registry, true);
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DAppleUserImpl.java371 UnicastRemoteObject.unexportObject(user, true);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DObjectTable.java147 public static boolean unexportObject(Remote obj, boolean force) method in class:ObjectTable
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java167 unexportObject(target);
509 public void unexportObject(java.rmi.Remote target) method in class:Util
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DTestLibrary.java310 UnicastRemoteObject.unexportObject(obj, true);

Completed in 88 milliseconds

123