Interface | Description |
---|---|
ActivationInstantiator |
The implementation of this interface creates (instantiates) the new remote
objects in response to the activation request.
|
ActivationMonitor |
The activation and inactivation event listener.
|
ActivationSystem |
The ActivationSystem registers groups and activatable objects to be activated
within those groups.
|
Activator |
Activates remote object, providing the live reference to the activable remote
object.
|
Class | Description |
---|---|
Activatable |
A common ancestor for the implementations of the activatable objects.
|
ActivationDesc |
Contains the information, necessary to activate the object.
|
ActivationGroup |
The entity that receives the request to activate object and activates it.
|
ActivationGroup_Stub |
A stub class for
ActivationGroup implementations. |
ActivationGroupDesc |
Contains information, necessary to create of recreate the activation objects.
|
ActivationGroupDesc.CommandEnvironment |
Contains the startup options for the
ActivationGroup
implementations. |
ActivationGroupID |
This identifier identifies the activation group inside the scope of its
activation system.
|
ActivationID |
Denotes the object that can be activated over time.
|
Exception | Description |
---|---|
ActivateFailedException |
Thrown when activation fails on a remote call to an activatable object.
|
ActivationException |
General exception class for
java.rmi.activation . |
UnknownGroupException |
Thrown when an
ActivationGroupID parameter is invalid or
unknown. |
UnknownObjectException |
Thrown when an
ActivationID parameter is invalid or unknown. |