Frames | No Frames |
Methods which throw type java.rmi.activation.UnknownObjectException | |
Remote | ActivationID.activate(boolean force) Activate the object.
|
void | Makes the call back to the groups ActivationMonitor .
|
void | Informs that the object is now active.
|
void | The method is called when the object is exported. |
MarshalledObject | Activate the object, associated with the given activation identifier. |
ActivationDesc | Get the activation descriptor for the object with the given activation id.
|
boolean | Inactivates and unexports the object. |
boolean | Notifies the monitor about the object being inactivated.
|
void | Informs that the object is not inactive.
|
ActivationDesc | Replace the activation descriptor for the object with the given activation
id.
|
void | Unregister the object (the object will no longer be activable with that id)
|
void | Removes the stored identifier-description map entry. |
Methods which throw type java.rmi.activation.UnknownObjectException | |
MarshalledObject<T> | Activate the given object (try cache first if force = false)
|
void | Put the object into active object map.
|
void | May be overridden and used as a hook. |
ActivationDesc | Get the activation descriptor for the given activation id.
|
void | Removes this id from the active object cache.
|
ActivationDesc | Replace the activation descriptor, return the previous descriptor.
|
void | Remove the object id from the active object and description maps.
|