Frames | No Frames |
Methods with parameter type java.rmi.MarshalledObject | |
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. |
Methods with return type java.rmi.MarshalledObject | |
MarshalledObject<T> | Stub method for ActivationGroup.newInstance() .
|
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<T> | Activate the given object (try cache first if force = false)
|
MarshalledObject<T> | Create the new instance of the object, using the class name and location
information, stored in the passed descriptor. |