Generated by
JDiff

Class java.rmi.activation.Activatable

Documentation changed from old to new.

Changed Constructors
Activatable(String, MarshalledObject, boolean, int) Documentation changed from old to new.
Constructor used to register and export the object on a specified port (an anonymous port is chosen if port=0) .
Activatable(String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) Documentation changed from old to new.
Constructor used to register and export the object on a specified port (an anonymous port is chosen if port=0) .
Activatable(ActivationID, int) Documentation changed from old to new.
Constructor used to activate/export the object on a specified port.
Activatable(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) Documentation changed from old to new.
Constructor used to activate/export the object on a specified port.
 

Changed Methods
ActivationID getID() Documentation changed from old to new.
Returns the object's activation identifier.
boolean inactive(ActivationID) Documentation changed from old to new.
Informs the system that the object with the corresponding activation id is currently inactive.
Remote register(ActivationDesc) Documentation changed from old to new.
Register an object descriptor for an activatable remote object so that is can be activated on demand.
boolean unexportObject(Remote, boolean) Documentation changed from old to new.
Remove the remote object obj from the RMI runtime.
void unregister(ActivationID) Documentation changed from old to new.
Revokes previous registration for the activation descriptor associated with id.
Remote exportObject(Remote, ActivationID, int) Documentation changed from old to new.
Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.
Remote exportObject(Remote, ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) Documentation changed from old to new.
Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.
ActivationID exportObject(Remote, String, MarshalledObject, boolean, int) Documentation changed from old to new.
This exportObject method may be invoked explicitly by an "activatable" object that does not extend the Activatable class in order to both a) register the object's activation descriptor constructed from the supplied location and data with the activation system (so the object can be activated) and b) export the remote object obj on a specific port (if port=0 then an anonymous port is chosen).
ActivationID exportObject(Remote, String, MarshalledObject, boolean, int, RMIClientSocketFactory, RMIServerSocketFactory) Documentation changed from old to new.
This exportObject method may be invoked explicitly by an "activatable" object that does not extend the Activatable class in order to both a) register the object's activation descriptor constructed from the supplied location and data with the activation system (so the object can be activated) and b) export the remote object obj on a specific port (if port=0 then an anonymous port is chosen).