GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.rmi.MarshalledObject | |
This constructor is used to register export the object on the given port. | |
Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) This constructor is used to register export the object on the given port,
additionally specifying the socket factories. | |
Create the new activation description, assuming the object group is the
ActivationGroup.currentGroupID() .
| |
ActivationDesc.ActivationDesc(String className, String location, MarshalledObject data, boolean restart) Create the new activation description, assuming the object group is the
ActivationGroup.currentGroupID() .
| |
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data) Create the new activation description. | |
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data, boolean restart) Create the new activation description, providing full information.
| |
ActivationGroupDesc.ActivationGroupDesc(String aClassName, String aLocation, MarshalledObject aData, Properties aProperties, ActivationGroupDesc.CommandEnvironment environment) Create the new activation group descriptor.
|
Methods with parameter type java.rmi.MarshalledObject | |
void | Makes the call back to the groups ActivationMonitor .
|
void | Informs that the object is now active.
|
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. |
Methods with return type java.rmi.MarshalledObject | |
MarshalledObject | Activate the object, associated with the given activation identifier. |
MarshalledObject | |
MarshalledObject | Get the group intialization data.
|
MarshalledObject | Stub method for ActivationGroup.newInstance() .
|
MarshalledObject | Creates and instantiate a new remote object. |
GNU Classpath (0.95) |