All Implemented Interfaces:
Remote
ActivationMonitor
is specific to an
ActivationGroup
and is obtained when a group is
reported active via a call to
ActivationSystem.activeGroup
(this is done
internally). An activation group is responsible for informing its
ActivationMonitor
when either: its objects become active or
inactive, or the group as a whole becomes inactive.Ann
- Wollrath1.2
- Method from java.rmi.activation.ActivationMonitor Summary: |
---|
activeObject, inactiveGroup, inactiveObject |
Method from java.rmi.activation.ActivationMonitor Detail: |
---|
ActivationGroup
informs its monitor if an object in its group becomes active by
other means than being activated directly (i.e., the object
is registered and "activated" itself). |
|
inactiveObject method when an object in its group
becomes inactive (deactivates). An activation group discovers
that an object (that it participated in activating) in its VM
is no longer active, via calls to the activation group's
inactiveObject method.
The |