Uses of Class
java.rmi.NoSuchObjectException
- 
Packages that use NoSuchObjectException Package Description java.rmi.activation Provides support for RMI Object Activation.java.rmi.server Provides classes and interfaces for supporting the server side of RMI.
- 
- 
Uses of NoSuchObjectException in java.rmi.activationMethods in java.rmi.activation that throw NoSuchObjectException Modifier and Type Method Description static booleanActivatable. unexportObject(Remote obj, boolean force)Remove the remote object, obj, from the RMI runtime.
- 
Uses of NoSuchObjectException in java.rmi.serverMethods in java.rmi.server that throw NoSuchObjectException Modifier and Type Method Description static RemoteRemoteObject. toStub(Remote obj)Returns the stub for the remote objectobjpassed as a parameter.static booleanUnicastRemoteObject. unexportObject(Remote obj, boolean force)Removes the remote object, obj, from the RMI runtime.
 
-