Deprecated, for removal: This API element is subject to removal in a future version.
Registers an activation descriptor (with the specified location,
data, and restart mode) for the specified object, and exports that
object with the specified port.
Deprecated, for removal: This API element is subject to removal in a future version.
Registers an activation descriptor (with the specified location,
data, and restart mode) for the specified object, and exports that
object with the specified port, and the specified client and server
socket factories.
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the object's activation identifier.
Deprecated, for removal: This API element is subject to removal in a future version.
The registerObject
method is used to register an
activation descriptor, desc
, and obtain an
activation identifier for a activatable remote object.
Deprecated, for removal: This API element is subject to removal in a future version.
Activate the object associated with the activation identifier,
id
.
protected void
Deprecated, for removal: This API element is subject to removal in a future version.
This protected method is necessary for subclasses to
make the activeObject
callback to the group's
monitor.
abstract void
Deprecated, for removal: This API element is subject to removal in a future version.
The group's activeObject
method is called when an
object is exported (either by Activatable
object
construction or an explicit call to
Activatable.exportObject
.
void
Deprecated, for removal: This API element is subject to removal in a future version.
Informs that an object is now active.
Deprecated, for removal: This API element is subject to removal in a future version.
Export the activatable remote object to the RMI runtime to make
the object available to receive incoming calls.
Deprecated, for removal: This API element is subject to removal in a future version.
Export the activatable remote object to the RMI runtime to make
the object available to receive incoming calls.
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the activation descriptor, for the object with the activation
identifier, id
.
static boolean
Deprecated, for removal: This API element is subject to removal in a future version.
Informs the system that the object with the corresponding activation
id
is currently inactive.
boolean
Deprecated, for removal: This API element is subject to removal in a future version.
The group's inactiveObject
method is called
indirectly via a call to the Activatable.inactive
method.
void
Deprecated, for removal: This API element is subject to removal in a future version.
An activation group calls its monitor's
inactiveObject
method when an object in its group
becomes inactive (deactivates).
Deprecated, for removal: This API element is subject to removal in a future version.
Stub method for ActivationGroup.newInstance
.
Deprecated, for removal: This API element is subject to removal in a future version.
The activator calls an instantiator's newInstance
method in order to recreate in that group an object with the
activation identifier, id
, and descriptor,
desc
.
Deprecated, for removal: This API element is subject to removal in a future version.
Set the activation descriptor, desc
for the object with
the activation identifier, id
.
static void
Deprecated, for removal: This API element is subject to removal in a future version.
Revokes previous registration for the activation descriptor
associated with id
.
void
Deprecated, for removal: This API element is subject to removal in a future version.
Remove the activation id and associated descriptor previously
registered with the ActivationSystem
; the object
can no longer be activated via the object's activation id.