Frames | No Frames |
Constructors with parameter type java.rmi.activation.ActivationID | |
Creates the new instance of activatable with the given activation id and is
listening at the given port. | |
Activatable.Activatable(ActivationID anId, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Creates the new instance of activatable with the given activation id and is
listening at the given port, using the specified client and server sockets
factories. |
Methods with parameter type java.rmi.activation.ActivationID | |
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. |
Remote | During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class. |
Remote | Activatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class. |
MarshalledObject | Activate the object, associated with the given activation identifier. |
MarshalledObject | Creates and instantiate a new remote object. |
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.
|
MarshalledObject<T> | Stub method for ActivationGroup.newInstance() .
|
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 with return type java.rmi.activation.ActivationID | |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject> data, boolean restart, int port) Register and export the object that activatable object that is not derived
from the Activatable super class. |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject<T> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Register and export the object that activatable object that is not derived
from the Activatable super class. |
ActivationID | Get the objects activation identifier.
|
ActivationID | Registers the activation descriptor and creates (and returns) its
activation identifier. |
Methods with parameter type java.rmi.activation.ActivationID | |
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.
|
MarshalledObject<T> | Create the new instance of the object, using the class name and location
information, stored in the passed descriptor. |
ActivationDesc | Replace the activation descriptor, return the previous descriptor.
|
void | Remove the object id from the active object and description maps.
|
Methods with return type java.rmi.activation.ActivationID | |
ActivationID | Create the object activation id and put this id-descriptor combination into
the group map. |
Constructors with parameter type java.rmi.activation.ActivationID | |
ActivatableServerRef.ActivatableServerRef(ObjID id, ActivationID anId, int aPort, RMIServerSocketFactory ssFactory) Create the new activatable server reference that will activate object on
the first call using the given activation id.
|
Fields of type java.rmi.activation.ActivationID | |
ActivationID | The object activation id.
|
Methods with parameter type java.rmi.activation.ActivationID | |
ActivatableServerRef | Get the activatable server reference that is handling activation of the
given activation id.
|
void | Unregister the previously registered activatable server reference.
|