Exporter
to go inactive, to provide invocation
handlers for exporters that want to use dynamic proxies for
activatable remote objects, and to support trust verification of
secure activatable dynamic proxies and secure activation identifiers.See: Description
Class | Description |
---|---|
ActivatableInvocationHandler |
An invocation handler for activatable remote objects.
|
ActivationExporter |
An
Exporter implementation for exporting an activatable
remote object using its underlying exporter. |
ActivationGroup |
Subclass of
java.rmi.activation.ActivationGroup to allow activatable objects that
are exported using an Exporter to go inactive. |
Exporter
to go inactive, to provide invocation
handlers for exporters that want to use dynamic proxies for
activatable remote objects, and to support trust verification of
secure activatable dynamic proxies and secure activation identifiers.
Some of these extensions can only be used in conjunction with an activation
system daemon or activation group that supports them. The standard
rmid
and its default activation group do not support them.