Generated by
JDiff

Interface java.rmi.activation.ActivationMonitor

Documentation changed from old to new.

Changed Methods
void activeObject(ActivationID, MarshalledObject) Documentation changed from old to new.
Informs that an object is now active.
void inactiveGroup(ActivationGroupID, long) Documentation changed from old to new.
Informs that the group is now inactive.
void inactiveObject(ActivationID) Documentation changed from old to new.
An activation group calls its monitor's inactiveObject method when an object in its group becomes inactive (deactivates).