GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.rmi.activation.ActivationGroupID | |
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data) Create the new activation description. | |
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data, boolean restart) Create the new activation description, providing full information.
| |
Create the new activation group with the given group id.
|
Methods with parameter type java.rmi.activation.ActivationGroupID | |
ActivationMonitor | 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. |
ActivationGroup | Create the new instance of the activation group, using the class name and
location information, stored in the passed descriptor. |
ActivationGroupDesc | Get the group descriptor for the group with the given id.
|
void | Informs that the whole group is now inactive because all group objects are
inactive. |
ActivationGroupDesc | Replaces the group descriptor for the group with the given group activation
id.
|
void | Removes the activation group with the given identifier. |
Methods with return type java.rmi.activation.ActivationGroupID | |
ActivationGroupID | Get the id of current activation group.
|
ActivationGroupID | |
ActivationGroupID | Register the new activation group. |
GNU Classpath (0.95) |