Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

Uses of Package
java.rmi

Packages that use java.rmi
java.rmi Provides the RMI package. 
java.rmi.registry Provides APIs related to the RMI registry. 
javax.microedition.xlet.ixc Provides facilities for inter-Xlet communication (IXC). 
 

Classes in java.rmi used by java.rmi
RemoteException
          A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
 

Classes in java.rmi used by java.rmi.registry
AccessException
          An AccessException is thrown to indicate that the caller does not have permission to perform the action requested by the method call.
AlreadyBoundException
          An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.
NotBoundException
          A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
Remote
          The Remote interface serves to identify interfaces whose methods may be invoked from a remote client.
RemoteException
          A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
 

Classes in java.rmi used by javax.microedition.xlet.ixc
AccessException
          An AccessException is thrown to indicate that the caller does not have permission to perform the action requested by the method call.
AlreadyBoundException
          An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.
NotBoundException
          A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
Remote
          The Remote interface serves to identify interfaces whose methods may be invoked from a remote client.
RemoteException
          A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
 


JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.