Uses of Class
java.rmi.NoSuchObjectException
Packages that use NoSuchObjectException
Package
Description
Provides support for RMI Object Activation.
Provides classes and interfaces for supporting the server side of RMI.
- 
Uses of NoSuchObjectException in java.rmi.activationMethods in java.rmi.activation that throw NoSuchObjectExceptionModifier and TypeMethodDescriptionstatic booleanActivatable.unexportObject(Remote obj, boolean force)Deprecated, for removal: This API element is subject to removal in a future version.Remove the remote object, obj, from the RMI runtime.
- 
Uses of NoSuchObjectException in java.rmi.serverMethods in java.rmi.server that throw NoSuchObjectExceptionModifier and TypeMethodDescriptionstatic RemoteReturns 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.