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.javax.rmi Contains user APIs for RMI-IIOP.javax.rmi.CORBA Contains portability APIs for RMI-IIOP.
- 
- 
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.
- 
Uses of NoSuchObjectException in javax.rmiMethods in javax.rmi that throw NoSuchObjectException Modifier and Type Method Description static RemotePortableRemoteObject. toStub(Remote obj)Returns a stub for the given server object.static voidPortableRemoteObject. unexportObject(Remote obj)Deregisters a server object from the runtime, allowing the object to become available for garbage collection.
- 
Uses of NoSuchObjectException in javax.rmi.CORBAMethods in javax.rmi.CORBA that throw NoSuchObjectException Modifier and Type Method Description voidTie. deactivate()Deactivates the target object represented by this tie.RemotePortableRemoteObjectDelegate. toStub(Remote obj)Delegation call forPortableRemoteObject.toStub(java.rmi.Remote).voidPortableRemoteObjectDelegate. unexportObject(Remote obj)Delegation call forPortableRemoteObject.unexportObject(java.rmi.Remote).static voidUtil. unexportObject(Remote target)Removes the associated tie from an internal table and callsTie.deactivate()to deactivate the object.voidUtilDelegate. unexportObject(Remote target)Delegation call forUtil.unexportObject(java.rmi.Remote).
 
-