Uses of Class java.rmi.MarshalledObject

Uses in package gnu.java.rmi.activation

Constructors with parameter type java.rmi.MarshalledObject

Create the new default activation group.

Methods with parameter type java.rmi.MarshalledObject

void
Put the object into active object map.

Methods with return type java.rmi.MarshalledObject

MarshalledObject
Activate the given object (try cache first if force = false)
MarshalledObject
Create the new instance of the object, using the class name and location information, stored in the passed descriptor.

Uses in package java.rmi.activation

Constructors with parameter type java.rmi.MarshalledObject

Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port)
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().
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.
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
Activator.activate(ActivationID id, boolean force)
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.