| Package | Description |
|---|---|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
|
| Modifier and Type | Method and Description |
|---|---|
MarshalledObject |
Activator.activate(ActivationID
Activate the object associated with the activation identifier,
id.
|
MarshalledObject |
ActivationDesc.getData()
Returns a "marshalled object" containing intialization/activation data for the object specified by this descriptor.
|
MarshalledObject |
ActivationGroupDesc.getData()
Returns the group's initialization data.
|
MarshalledObject |
ActivationInstantiator.newInstance(ActivationID
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivationMonitor.activeObject(ActivationID
Informs that an object is now active.
|
protected void |
ActivationGroup.activeObject(ActivationID
This protected method is necessary for subclasses to make the
activeObject callback to the group's monitor.
|
static ActivationID |
Activatable.exportObject(Remote
Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port.
|
static ActivationID |
Activatable.exportObject(Remote
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.
|
| Constructor and Description | |
|---|---|
Activatable(String
Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port.
|
|
Activatable(String
Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port, and specified client and server socket factories.
|
|
ActivationDesc(ActivationGroupID
Constructs an object descriptor for an object whose class name is
className that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationDesc(ActivationGroupID
Constructs an object descriptor for an object whose class name is
className that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationDesc(String
Constructs an object descriptor for an object whose class name is
className, that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationDesc(String
Constructs an object descriptor for an object whose class name is
className, that can be loaded from the code
location and whose initialization information is
data.
|
|
ActivationGroupDesc(String
Specifies an alternate group implementation and execution environment to be used for the group.
|