Changed Constructors |
ActivationDesc(String, String, MarshalledObject)
|
Documentation changed from old to new. |
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data . |
ActivationDesc(String, String, MarshalledObject, boolean)
|
Documentation changed from old to new. |
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data . |
ActivationDesc(ActivationGroupID, String, String, MarshalledObject)
|
Documentation changed from old to new. |
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data . |
ActivationDesc(ActivationGroupID, String, String, MarshalledObject, boolean)
|
Documentation changed from old to new. |
Constructs an object descriptor for an object whose class name is className that can be loaded from the code location and whose initialization information is data . |
Changed Methods |
boolean equals(Object )
|
Documentation changed from old to new. |
Compares two activation descriptors for content equality. |
String getClassName()
|
Documentation changed from old to new. |
Returns the class name for the object specified by this descriptor. |
MarshalledObject getData()
|
Documentation changed from old to new. |
Returns a "marshalled object" containing intialization/activation data for the object specified by this descriptor. |
ActivationGroupID getGroupID()
|
Documentation changed from old to new. |
Returns the group identifier for the object specified by this descriptor. |
String getLocation()
|
Documentation changed from old to new. |
Returns the code location for the object specified by this descriptor. |
boolean getRestartMode()
|
Documentation changed from old to new. |
Returns the "restart" mode of the object associated with this activation descriptor. |