Generated by
JDiff

Class java.rmi.activation.ActivationGroup

Documentation changed from old to new.

Changed Constructors
ActivationGroup(ActivationGroupID) Documentation changed from old to new.
Constructs and exports an activation group as a UnicastRemoteObject so that a client can invoke its newInstance method.
 

Changed Methods
ActivationGroup createGroup(ActivationGroupID, ActivationGroupDesc, long) Documentation changed from old to new.
Create and set the activation group for the current VM.
ActivationGroupID currentGroupID() Documentation changed from old to new.
Returns the current activation group's identifier.
ActivationSystem getSystem() Documentation changed from old to new.
Returns the activation system for the VM.
void inactiveGroup() Documentation changed from old to new.
This protected method is necessary for subclasses to make the inactiveGroup callback to the group's monitor.
boolean inactiveObject(ActivationID) Documentation changed from old to new.
The group's inactiveObject method is called indirectly via a call to the Activatable.inactive method.
void setSystem(ActivationSystem) Documentation changed from old to new.
Set the activation system for the VM.
void activeObject(ActivationID, Remote) Documentation changed from old to new.
The group's activeObject method is called when an object is exported (either by Activatable object construction or an explicit call to Activatable.exportObject.
void activeObject(ActivationID, MarshalledObject) Documentation changed from old to new.
This protected method is necessary for subclasses to make the activeObject callback to the group's monitor.