J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W

A

AccessException - exception java.rmi.AccessException.
An AccessException is thrown by certain methods of the java.rmi.Naming class (specifically bind, rebind, and unbind) and methods of the java.rmi.activation.ActivationSystem interface to indicate that the caller does not have permission to perform the action requested by the method call.
AccessException(String) - Constructor for class java.rmi.AccessException
Constructs an AccessException with the specified detail message.
AccessException(String, Exception) - Constructor for class java.rmi.AccessException
Constructs an AccessException with the specified detail message and nested exception.
activate(ActivationID, boolean) - Method in interface java.rmi.activation.Activator
Activate the object associated with the activation identifier, id.
activate(boolean) - Method in class java.rmi.activation.ActivationID
Activate the object for this id.
ActivateFailedException - exception java.rmi.activation.ActivateFailedException.
This exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.
ActivateFailedException(String) - Constructor for class java.rmi.activation.ActivateFailedException
Constructs an ActivateFailedException with the specified detail message.
ActivateFailedException(String, Exception) - Constructor for class java.rmi.activation.ActivateFailedException
Constructs an ActivateFailedException with the specified detail message and nested exception.
ActivationException - exception java.rmi.activation.ActivationException.
General exception used by the activation interfaces.
ActivationException() - Constructor for class java.rmi.activation.ActivationException
Constructs an ActivationException with no specified detail message.
ActivationException(String) - Constructor for class java.rmi.activation.ActivationException
Constructs an ActivationException with detail message, s.
ActivationException(String, Throwable) - Constructor for class java.rmi.activation.ActivationException
Constructs an ActivationException with detail message, s, and detail exception ex.
ActivationID - class java.rmi.activation.ActivationID.
Activation makes use of special identifiers to denote remote objects that can be activated over time.
ActivationID(Activator) - Constructor for class java.rmi.activation.ActivationID
The constructor for ActivationID takes a single argument, activator, that specifies a remote reference to the activator responsible for activating the object associated with this identifier.
Activator - interface java.rmi.activation.Activator.
The Activator facilitates remote object activation.
ACTIVATOR_ID - Static variable in class java.rmi.server.ObjID
well-known id for the activator.
AlreadyBoundException - exception java.rmi.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.
AlreadyBoundException() - Constructor for class java.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with no specified detail message.
AlreadyBoundException(String) - Constructor for class java.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with the specified detail message.

J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W
Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.