|
|||||||||
Home >> All >> java >> rmi >> [ activation overview ] | PREV NEXT |
A
- Activatable - class java.rmi.activation.Activatable.
- A common ancestor for the implementations of the activatable objects.
- Activatable(String, MarshalledObject, boolean, int) - Constructor for class java.rmi.activation.Activatable
- This constructor is used to register export the object on the given port.
- Activatable(String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
- This constructor is used to register export the object on the given port, additionally specifying the socket factories.
- Activatable(ActivationID, int) - Constructor for class java.rmi.activation.Activatable
- Creates the new instance of activatable with the given activation id and is listening at the given port.
- Activatable(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class java.rmi.activation.Activatable
- Creates the new instance of activatable with the given activation id and is listening at the given port, using the specified client and server sockets factories.
- ActivateFailedException - exception java.rmi.activation.ActivateFailedException.
- Thrown when activation fails on a remote call to an activatable object.
- ActivateFailedException(String) - Constructor for class java.rmi.activation.ActivateFailedException
- Create an exception with a message.
- ActivateFailedException(String, Exception) - Constructor for class java.rmi.activation.ActivateFailedException
- Create an exception with a message and a cause.
- ActivationDesc - class java.rmi.activation.ActivationDesc.
- Contains the information, necessary to activate the object.
- ActivationDesc(String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
- Create the new activation description, assuming the object group is the
ActivationGroup.currentGroupID()
55 . - ActivationDesc(String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
- Create the new activation description, assuming the object group is the
ActivationGroup.currentGroupID()
55 . - ActivationDesc(ActivationGroupID, String, String, MarshalledObject) - Constructor for class java.rmi.activation.ActivationDesc
- Create the new activation description.
- ActivationDesc(ActivationGroupID, String, String, MarshalledObject, boolean) - Constructor for class java.rmi.activation.ActivationDesc
- Create the new activation description, providing full information.
- ActivationException - exception java.rmi.activation.ActivationException.
- General exception class for
java.rmi.activation
. - ActivationException() - Constructor for class java.rmi.activation.ActivationException
- Create an exception with no message, and cause initialized to null.
- ActivationException(String) - Constructor for class java.rmi.activation.ActivationException
- Create an exception with the given message, and cause initialized to null.
- ActivationException(String, Throwable) - Constructor for class java.rmi.activation.ActivationException
- Create an exception with the given message and cause.
- ActivationGroup - class java.rmi.activation.ActivationGroup.
- The entity that receives the request to activate object and activates it.
- ActivationGroup(ActivationGroupID) - Constructor for class java.rmi.activation.ActivationGroup
- Create the new activation group with the given group id.
- ActivationGroupDesc - class java.rmi.activation.ActivationGroupDesc.
- Contains information, necessary to create of recreate the activation objects.
- ActivationGroupDesc(Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
- Create the new activation group descriptor that will use the default activation group implementation with the given properties and environment.
- ActivationGroupDesc(String, String, MarshalledObject, Properties, ActivationGroupDesc.CommandEnvironment) - Constructor for class java.rmi.activation.ActivationGroupDesc
- Create the new activation group descriptor.
- ActivationGroupDesc.CommandEnvironment - class java.rmi.activation.ActivationGroupDesc.CommandEnvironment.
- Contains the startup options for the ActivationGroup implementations.
- ActivationGroupDesc.CommandEnvironment(String, String[]) - Constructor for class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Create the new command environment.
- ActivationGroupID - class java.rmi.activation.ActivationGroupID.
- This identifier identifies the activation group inside the scope of its activation system.
- ActivationGroupID(ActivationSystem) - Constructor for class java.rmi.activation.ActivationGroupID
- Create the new activation group id in the scope of the given activation system
- ActivationGroup_Stub - class java.rmi.activation.ActivationGroup_Stub.
- A stub class for ActivationGroup implementations.
- ActivationGroup_Stub(RemoteRef) - Constructor for class java.rmi.activation.ActivationGroup_Stub
- Creates a new instance of ActivationGroup_Stub.
- ActivationID - class java.rmi.activation.ActivationID.
- Denotes the object that can be activated over time.
- ActivationID(Activator) - Constructor for class java.rmi.activation.ActivationID
- Create a new instance with the given activator.
- ActivationInstantiator - interface java.rmi.activation.ActivationInstantiator.
- The implementation of this interface creates (instantiates) the new remote objects in response to the activation request.
- ActivationMonitor - interface java.rmi.activation.ActivationMonitor.
- The activation and inactivation event listener.
- ActivationSystem - interface java.rmi.activation.ActivationSystem.
- The ActivationSystem registers groups and activatable objects to be activated within those groups.
- Activator - interface java.rmi.activation.Activator.
- Activates remote object, providing the live reference to the activable remote object.
- activate(boolean) - Method in class java.rmi.activation.ActivationID
- Activate the object.
- activate(ActivationID, boolean) - Method in interface java.rmi.activation.Activator
- Activate the object, associated with the given activation identifier.
- activator - Variable in class java.rmi.activation.ActivationID
- The activator.
- activeGroup(ActivationGroupID, ActivationInstantiator, long) - Method in interface java.rmi.activation.ActivationSystem
- This method is called from the ActivationGroup to inform the ActivatinSystem that the group is now active and there is the ActivationInstantiator for that group.
- activeObject(ActivationID, Remote) - Method in class java.rmi.activation.ActivationGroup
- The method is called when the object is exported.
- activeObject(ActivationID, MarshalledObject) - Method in class java.rmi.activation.ActivationGroup
- Makes the call back to the groups ActivationMonitor.
- activeObject(ActivationID, MarshalledObject) - Method in interface java.rmi.activation.ActivationMonitor
- Informs that the object is now active.
C
- cConstructorTypes - Static variable in class java.rmi.activation.ActivationGroup
- Used during the group creation (required constructor).
- className - Variable in class java.rmi.activation.ActivationGroupDesc
- The group class name or null for the default group class implementation.
- classname - Variable in class java.rmi.activation.ActivationDesc
- The class name.
- command - Variable in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- The path to the java executable (or null for using default jre).
- createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class java.rmi.activation.ActivationGroup
- Create the new instance of the activation group, using the class name and location information, stored in the passed descriptor.
- currentGroupID() - Static method in class java.rmi.activation.ActivationGroup
- Get the id of current activation group.
- currentGroupId - Static variable in class java.rmi.activation.ActivationGroup
- The Id of the current group on this VM (null if none).
D
- data - Variable in class java.rmi.activation.ActivationDesc
- The object specific intitalization data.
- data - Variable in class java.rmi.activation.ActivationGroupDesc
- The group initialization data.
- detail - Variable in class java.rmi.activation.ActivationException
- The cause of this exception.
E
- env - Variable in class java.rmi.activation.ActivationGroupDesc
- The path to the group jre and the parameters of this jre, may be null for the default jre.
- eq(Object, Object) - Static method in class java.rmi.activation.ActivationDesc
- Compare by .equals if both a and b are not null, compare directly if at least one of them is null.
- eq(Object, Object) - Static method in class java.rmi.activation.ActivationGroupDesc
- Compare for direct equality if one or both parameters are null, otherwise call .equals.
- eq(Object, Object) - Static method in class java.rmi.activation.ActivationID
- Compare by .equals if both a and b are not null, compare directly if at least one of them is null.
- equals(Object) - Method in class java.rmi.activation.ActivationDesc
- Compare this object with another activation description for equality.
- equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Compare for content equality.
- equals(Object) - Method in class java.rmi.activation.ActivationGroupDesc
- Compare for the content equality.
- equals(Object) - Method in class java.rmi.activation.ActivationGroupID
- Copmare for equality, returns true if the passed object is also the activation group id and its activation system is the same.
- equals(Object) - Method in class java.rmi.activation.ActivationID
- Compares the activators for equality.
- export(ActivationID, Remote, int, RMIServerSocketFactory) - Static method in class java.rmi.activation.Activatable
- Create and export the new remote object, making it available at the given port, using sockets, produced by the specified factories.
- exportObject(Remote, String, MarshalledObject, boolean, int) - Static method in class java.rmi.activation.Activatable
- Register and export the object that activatable object that is not derived from the Activatable super class.
- exportObject(Remote, String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.activation.Activatable
- Register and export the object that activatable object that is not derived from the Activatable super class.
- exportObject(Remote, ActivationID, int) - Static method in class java.rmi.activation.Activatable
- During activation, this exportObject method should be invoked explicitly by the activatable object, that does is not derived from the Activatable class.
- exportObject(Remote, ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Static method in class java.rmi.activation.Activatable
- During activation, this exportObject method should be invoked explicitly by the activatable object, that does is not derived from the Activatable class.
- exportObject(Remote, int, RMIServerSocketFactory) - Static method in class java.rmi.activation.Activatable
G
- getActivationDesc(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
- Get the activation descriptor for the object with the given activation id.
- getActivationGroupDesc(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
- Get the group descriptor for the group with the given id.
- getCause() - Method in class java.rmi.activation.ActivationException
- Returns the cause of this exception.
- getClassName() - Method in class java.rmi.activation.ActivationDesc
- Get the class name of the object being activated
- getClassName() - Method in class java.rmi.activation.ActivationGroupDesc
- Get the activation group class name.
- getCommandEnvironment() - Method in class java.rmi.activation.ActivationGroupDesc
- Get the group command environment, containing path to the jre executable and startup options.
- getCommandOptions() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Get the additional command options.
- getCommandPath() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Get the path to the java executable.
- getData() - Method in class java.rmi.activation.ActivationDesc
- getData() - Method in class java.rmi.activation.ActivationGroupDesc
- Get the group intialization data.
- getGroupID() - Method in class java.rmi.activation.ActivationDesc
- getID() - Method in class java.rmi.activation.Activatable
- Get the objects activation identifier.
- getLocation() - Method in class java.rmi.activation.ActivationDesc
- Get the code location URL ("codebase") of the object being activated.
- getLocation() - Method in class java.rmi.activation.ActivationGroupDesc
- Get the location, from where the group class will be loaded
- getMessage() - Method in class java.rmi.activation.ActivationException
- This method returns a message indicating what went wrong, in this
format:
super.getMessage() + (detail == null ? "" : "; nested exception is:\n\t" + detail)
. - getPropertyOverrides() - Method in class java.rmi.activation.ActivationGroupDesc
- Get the overridded system properties.
- getRestartMode() - Method in class java.rmi.activation.ActivationDesc
- Get the object reactivation strategy after crash.
- getSystem() - Static method in class java.rmi.activation.ActivationGroup
- Get the current activation system.
- getSystem() - Method in class java.rmi.activation.ActivationGroupID
- Get the associated activation system
- group - Variable in class java.rmi.activation.ActivationID
- The activation group that has activated the object with this activation id.
- groupId - Variable in class java.rmi.activation.ActivationGroup
- The groups identifier.
- groupid - Variable in class java.rmi.activation.ActivationDesc
- The group id.
H
- hash(Object) - Static method in class java.rmi.activation.ActivationDesc
- Get the hashcode of x or 0 if x == null.
- hash - Variable in class java.rmi.activation.ActivationGroupDesc
- The cached hash code.
- hashCode() - Method in class java.rmi.activation.ActivationDesc
- Get the hash code of this object (overridden to make the returned value consistent with .equals(..).
- hashCode() - Method in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Get the hash code.
- hashCode() - Method in class java.rmi.activation.ActivationGroupDesc
- Return the hashcode.
- hashCode() - Method in class java.rmi.activation.ActivationGroupID
- Get the hash code of the associated activation system.
- hashCode() - Method in class java.rmi.activation.ActivationID
- Returns the hash code of the activator.
I
- id - Variable in class java.rmi.activation.Activatable
- The object activation id.
- inactive(ActivationID) - Static method in class java.rmi.activation.Activatable
- Inactivates and unexports the object.
- inactiveGroup() - Method in class java.rmi.activation.ActivationGroup
- Makes the call back to the groups ActivationMonitor and sets the current group to null.
- inactiveGroup(ActivationGroupID, long) - Method in interface java.rmi.activation.ActivationMonitor
- Informs that the whole group is now inactive because all group objects are inactive.
- inactiveObject(ActivationID) - Method in class java.rmi.activation.ActivationGroup
- Notifies the monitor about the object being inactivated.
- inactiveObject(ActivationID) - Method in interface java.rmi.activation.ActivationMonitor
- Informs that the object is not inactive.
- incarnation - Variable in class java.rmi.activation.ActivationGroup
- The groups incarnation number.
J
- java.rmi.activation - package java.rmi.activation
- Provides basic Remote Method Invocation (RMI) interfaces, classes and exceptions.
L
- location - Variable in class java.rmi.activation.ActivationDesc
- The code location URL.
- location - Variable in class java.rmi.activation.ActivationGroupDesc
- The group class download location URL (codebase), ignored by the default implementation.
M
- makeId(ActivationID) - Static method in class java.rmi.activation.Activatable
- Make the object ID from the activation ID.
- monitor - Variable in class java.rmi.activation.ActivationGroup
- The groups activation monitor.
N
- NO_ARGS - Static variable in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- The zero size string array used as argv value when null is passed.
- newInstance(ActivationID, ActivationDesc) - Method in class java.rmi.activation.ActivationGroup_Stub
- Stub method for
ActivationGroup.newInstance()
. - newInstance(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationInstantiator
- Creates and instantiate a new remote object.
O
- obtainId(ActivationDesc) - Static method in class java.rmi.activation.Activatable
- Obtain the activation Id from the activation descriptor by registering within the current group.
- options - Variable in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- The extra parameters (may be empty array but never null).
P
- props - Variable in class java.rmi.activation.ActivationGroupDesc
- The properties that override the system properties.
R
- readObject(ObjectInputStream) - Method in class java.rmi.activation.ActivationID
- Read the object from the input stream.
- register(ActivationDesc) - Static method in class java.rmi.activation.Activatable
- This method registers an activatable object.
- registerGroup(ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
- Register the new activation group.
- registerObject(ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
- Registers the activation descriptor and creates (and returns) its activation identifier.
- restart - Variable in class java.rmi.activation.ActivationDesc
- The start mode.
S
- SYSTEM_PORT - Static variable in interface java.rmi.activation.ActivationSystem
- The port, used by the activation system.
- serialVersionUID - Static variable in class java.rmi.activation.Activatable
- Use SVUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.activation.ActivateFailedException
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.rmi.activation.ActivationDesc
- Use SVUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.activation.ActivationException
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.rmi.activation.ActivationGroup
- Use the SVUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.activation.ActivationGroupDesc.CommandEnvironment
- Use the SVUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.activation.ActivationGroupDesc
- Use the SVUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.activation.ActivationGroupID
- Use SVUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.activation.ActivationGroup_Stub
- serialVersionUID - Static variable in class java.rmi.activation.ActivationID
- Use SVUID for interoperability.
- serialVersionUID - Static variable in class java.rmi.activation.UnknownGroupException
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.rmi.activation.UnknownObjectException
- Compatible with JDK 1.2+.
- setActivationDesc(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
- Replace the activation descriptor for the object with the given activation id.
- setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
- Replaces the group descriptor for the group with the given group activation id.
- setSystem(ActivationSystem) - Static method in class java.rmi.activation.ActivationGroup
- Set the activation system for this virtual machine.
- shutdown() - Method in interface java.rmi.activation.ActivationSystem
- Shutdown the activation system and all associated activation groups
- system - Static variable in class java.rmi.activation.ActivationGroup
- The groups activation system.
- system - Variable in class java.rmi.activation.ActivationGroupID
- The associated activation system.
T
- toString() - Method in class java.rmi.activation.ActivationGroupID
- Get the string representation
- toString() - Method in class java.rmi.activation.ActivationID
- Return the content based string representation.
- toStub(ActivationID, Class) - Static method in class java.rmi.activation.Activatable
- Connect the object to the UnicastServer (export), but not activate it.
U
- UnknownGroupException - exception java.rmi.activation.UnknownGroupException.
- Thrown when an
ActivationGroupID
parameter is invalid or unknown. - UnknownGroupException(String) - Constructor for class java.rmi.activation.UnknownGroupException
- Create an exception with a message.
- UnknownObjectException - exception java.rmi.activation.UnknownObjectException.
- Thrown when an
ActivationID
parameter is invalid or unknown. - UnknownObjectException(String) - Constructor for class java.rmi.activation.UnknownObjectException
- Create an exception with an error message.
- uid - Variable in class java.rmi.activation.ActivationGroupID
- The object identifier, making the ID unique.
- uid - Variable in class java.rmi.activation.ActivationID
- The UID, making this instance unique.
- unexportObject(Remote, boolean) - Static method in class java.rmi.activation.Activatable
- Make the remote object unavailable for incoming calls.
- unregister(ActivationID) - Static method in class java.rmi.activation.Activatable
- Unregister the object (the object will no longer be activable with that id)
- unregisterGroup(ActivationGroupID) - Method in interface java.rmi.activation.ActivationSystem
- Removes the activation group with the given identifier.
- unregisterObject(ActivationID) - Method in interface java.rmi.activation.ActivationSystem
- Removes the stored identifier-description map entry.
W
- writeObject(ObjectOutputStream) - Method in class java.rmi.activation.ActivationID
- Write the object to the output stream.
A C D E G H I J L M N O P R S T U W
|
|||||||||
Home >> All >> java >> rmi >> [ activation overview ] | PREV NEXT |