java.rmi.activation
public interface ActivationMonitor extends Remote
Method Summary | |
---|---|
void | activeObject(ActivationID id, MarshalledObject obj)
Informs that the object is now active.
|
void | inactiveGroup(ActivationGroupID groupId, long incarnation)
Informs that the whole group is now inactive because all group objects are
inactive. |
void | inactiveObject(ActivationID id)
Informs that the object is not inactive.
|
Parameters: id the activation id of the object that is now active
Throws: UnknownObjectException is such object is not known in this group RemoteException if remote call fails
Parameters: groupId the group id incarnation the group incarnation number
Throws: UnknownGroupException if the group id is not known RemoteException if the remote call fails
Parameters: id the activation id of the object that is now inactive
Throws: UnknownObjectException is such object is not known in this group RemoteException if remote call fails