Uses of Package
java.rmi
Package
Description
Provides the RMI package.
Provides support for RMI Object Activation.
Provides classes and interface for RMI distributed
garbage-collection (DGC).
Provides a class and two interfaces for the RMI registry.
Provides classes and interfaces for supporting the server side of RMI.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
-
ClassDescriptionAn
AlreadyBoundException
is thrown if an attempt is made to bind an object to a name that already has an associated binding in the registry.ANotBoundException
is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.TheRemote
interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.ARemoteException
is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call. -
ClassDescriptionA
MarshalledObject
contains a byte stream with the serialized representation of an object given to its constructor.ANoSuchObjectException
is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.TheRemote
interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.ARemoteException
is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call. -
ClassDescriptionThe
Remote
interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.ARemoteException
is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call. -
ClassDescriptionAn
AccessException
is thrown by certain methods of thejava.rmi.Naming
class (specificallybind
,rebind
, andunbind
) and methods of thejava.rmi.activation.ActivationSystem
interface to indicate that the caller does not have permission to perform the action requested by the method call.AnAlreadyBoundException
is thrown if an attempt is made to bind an object to a name that already has an associated binding in the registry.ANotBoundException
is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.TheRemote
interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.ARemoteException
is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.AnUnknownHostException
is thrown if ajava.net.UnknownHostException
occurs while creating a connection to the remote host for a remote method call. -
ClassDescriptionA
NoSuchObjectException
is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.TheRemote
interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.ARemoteException
is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call. -
ClassDescriptionA
MarshalledObject
contains a byte stream with the serialized representation of an object given to its constructor.TheRemote
interface serves to identify interfaces whose methods may be invoked from a non-local virtual machine.ARemoteException
is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.