|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use java.rmi.activation | |
|---|---|
| java.rmi.activation | In the previous Classpath releases, an instance of a UnicastRemoteObject could be accessed from a server that: has created an instance of that object has been running all the time The the activation system allows to activate and execute the object implementation on demand rather than running all time. |
| Classes in java.rmi.activation used by java.rmi.activation | |
|---|---|
| ActivationDesc
Contains the information, necessary to activate the object. |
|
| ActivationException
General exception class for java.rmi.activation. |
|
| ActivationGroup
The entity that receives the request to activate object and activates it. |
|
| 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. |
|
| 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. |
|
| UnknownGroupException
Thrown when an ActivationGroupID parameter is invalid or
unknown. |
|
| UnknownObjectException
Thrown when an ActivationID parameter is invalid or unknown. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||