Package | Description |
---|---|
net.jini.activation |
Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation
framework to support activatable objects that are exported using an
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. |
net.jini.iiop |
Provides an
Exporter implementation,
IiopExporter , that can be used to export
and unexport
RMI-IIOP remote
objects. |
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
net.jini.jrmp |
Provides an
Exporter implementation,
JrmpExporter , that can be used to export
and unexport activatable and non-activatable
JRMP remote objects. |
net.jini.security.proxytrust |
Historically, proxy trust relied on the Java sandbox, however with the
plethora of security problems relating to serialization.
|
org.apache.river.phoenix |
A configurable Java(TM) Remote Method Invocation (Java RMI) activation
system daemon implementation.
|
org.apache.river.start |
Provides the utilities and APIs used to launch the contributed services
provided in the River-Internet release.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationExporter
An
Exporter implementation for exporting an activatable
remote object using its underlying exporter. |
Modifier and Type | Method and Description |
---|---|
static boolean |
ActivationGroup.inactive(ActivationID id,
Exporter exporter)
Attempts to make the remote object that is associated with the
specified activation identifier, and that was exported through the
specified exporter, inactive.
|
abstract boolean |
ActivationGroup.inactiveObject(ActivationID id,
Exporter exporter)
Attempts to make the remote object that is associated with the
specified activation identifier, and that was exported through the
specified exporter, inactive.
|
Constructor and Description |
---|
ActivationExporter(ActivationID id,
Exporter underlyingExporter)
Creates an exporter for an activatable remote object with the
specified activation identifier, underlying exporter, and a
null class loader. |
ActivationExporter(ActivationID id,
Exporter underlyingExporter,
ClassLoader loader)
Creates an exporter for an activatable remote object with the
specified activation identifier, underlying exporter, and
class loader.
|
Modifier and Type | Class and Description |
---|---|
class |
IiopExporter
An
IiopExporter can be used to export a single remote object to
the RMI-IIOP
runtime. |
Modifier and Type | Class and Description |
---|---|
class |
BasicJeriExporter
An
Exporter implementation for exporting
a remote object to use Jini extensible remote invocation
(Jini ERI). |
Modifier and Type | Class and Description |
---|---|
class |
JrmpExporter
A
JrmpExporter contains the information necessary to export a
single remote object to the
JRMP runtime. |
Modifier and Type | Class and Description |
---|---|
class |
ProxyTrustExporter
Deprecated.
|
Constructor and Description |
---|
ProxyTrustExporter(Exporter mainExporter,
Exporter bootExporter)
Deprecated.
Creates an instance with the specified main exporter (which will be
used to export the main remote object) and the specified bootstrap
exporter (which will be used to export the bootstrap remote object).
|
ProxyTrustExporter(Exporter mainExporter,
Exporter bootExporter,
ClassLoader loader)
Deprecated.
Creates an instance with the specified main exporter (which will be
used to export the main remote object), the specified bootstrap
exporter (which will be used to export the bootstrap remote object),
and the specified class loader (in which the generated dynamic proxy
class will be defined).
|
Modifier and Type | Class and Description |
---|---|
class |
ActivatorSunJrmpExporter
JRMP exporter to export an
Activator using the well-known
activator object identifier. |
class |
InstantiatorAccessExporter
Exporter that wraps an
ActivationInstantiator instance so that
it only accepts calls from the local host. |
class |
MonitorAccessExporter
Exporter that wraps an
ActivationMonitor instance so that it
only accepts calls from the local host. |
class |
RegistrySunExporter
JRMP exporter to export a
Registry using the well-known
registry object identifier. |
class |
SunJrmpExporter
JRMP exporter to export an object using a well-known object identifier.
|
class |
SystemAccessExporter
Exporter that wraps an
ActivationSystem instance so that it
only accepts calls from the local host and optionally enforces a
GroupPolicy on calls to registerGroup and
setActivationGroupDesc . |
Constructor and Description |
---|
InstantiatorAccessExporter(Exporter exporter)
Creates an exporter with the specified underlying exporter.
|
MonitorAccessExporter(Exporter exporter)
Creates an exporter with the specified underlying exporter.
|
SystemAccessExporter(Exporter exporter)
Creates an exporter with the specified underlying exporter and a
DefaultGroupPolicy instance. |
SystemAccessExporter(Exporter exporter,
GroupPolicy policy)
Creates an exporter with the specified underlying exporter and the
specified group policy, if any.
|
Modifier and Type | Field and Description |
---|---|
protected Exporter |
SharedGroupImpl.exporter
The exporter for exporting and unexporting
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.