rmid
).
The tutorials are as follows:
Setup
program
A parameterized program for registering an activation descriptor
for an activatable object with rmid
, and binding a
stub for that activatable object in a registry so that clients can
look it up.
Activatable
An implementation that extends the class
java.rmi.activation.Activatable
, a class whose
constructors export a remote object during construction.
Activatable
An implementation that does not extend the class
Activatable
, but instead uses its static methods to
export a remote object.
An implementation that, during construction, uses a
MarshalledObject
in an object's activation descriptor
to specify a file that contains the object's persistent state.