Uses of Class java.rmi.activation.ActivationDesc

Uses in package java.rmi.activation

Methods with parameter type java.rmi.activation.ActivationDesc

MarshalledObject
Creates and instantiate a new remote object.
MarshalledObject<T>
Stub method for ActivationGroup.newInstance().
Remote
This method registers an activatable object.
ActivationID
Registers the activation descriptor and creates (and returns) its activation identifier.
ActivationDesc
Replace the activation descriptor for the object with the given activation id.

Methods with return type java.rmi.activation.ActivationDesc

ActivationDesc
Get the activation descriptor for the object with the given activation id.
ActivationDesc
Replace the activation descriptor for the object with the given activation id.

Uses in package gnu.java.rmi.activation

Methods with parameter type java.rmi.activation.ActivationDesc

MarshalledObject<T>
Create the new instance of the object, using the class name and location information, stored in the passed descriptor.
ActivationID
Create the object activation id and put this id-descriptor combination into the group map.
ActivationDesc
Replace the activation descriptor, return the previous descriptor.

Methods with return type java.rmi.activation.ActivationDesc

ActivationDesc
Get the activation descriptor for the given activation id.
ActivationDesc
Replace the activation descriptor, return the previous descriptor.