Generated by
JDiff

Interface java.rmi.activation.ActivationSystem

Documentation changed from old to new.

Changed Methods
ActivationMonitor activeGroup(ActivationGroupID, ActivationInstantiator, long) Documentation changed from old to new.
Callback to inform activation system that group is now active.
ActivationDesc getActivationDesc(ActivationID) Documentation changed from old to new.
Returns the activation descriptor for the object with the activation identifier id.
ActivationGroupDesc getActivationGroupDesc(ActivationGroupID) Documentation changed from old to new.
Returns the activation group descriptor for the group with the activation group identifier id.
ActivationGroupID registerGroup(ActivationGroupDesc) Documentation changed from old to new.
Register the activation group.
ActivationID registerObject(ActivationDesc) Documentation changed from old to new.
The registerObject method is used to register an activation descriptor desc and obtain an activation identifier for a activatable remote object.
ActivationDesc setActivationDesc(ActivationID, ActivationDesc) Documentation changed from old to new.
Set the activation descriptor desc for the object with the activation identifier id.
ActivationGroupDesc setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) Documentation changed from old to new.
Set the activation group descriptor desc for the object with the activation group identifier id.
void shutdown() Documentation changed from old to new.
Shutdown the activation system.
void unregisterGroup(ActivationGroupID) Documentation changed from old to new.
Remove the activation group.
void unregisterObject(ActivationID) Documentation changed from old to new.
Remove the activation id and associated descriptor previously registered with the ActivationSystem; the object can no longer be activated via the object's activation id.
 

Changed Fields
int SYSTEM_PORT Documentation changed from old to new.
The port to lookup the activation system.