GNU Classpath (0.95) | |
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 | |
MarshalledObject | Activate the object, associated with the given activation identifier. |
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 | Activatable.export(ActivationID id, Remote obj, int port, RMIServerSocketFactory serverSocketFactory) Create and export the new remote object, making it available at the given
port, using sockets, produced by the specified factories.
|
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. |
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.
|
ObjID | Make the object ID from the activation ID. |
MarshalledObject | Stub method for ActivationGroup.newInstance() .
|
MarshalledObject | Creates and instantiate a new remote object. |
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 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. |
GNU Classpath (0.95) |