|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exporter | |
---|---|
com.sun.jini.example.browser | A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI. |
com.sun.jini.fiddler | Provides the server side of an implementation of the lookup discovery service
(see ). |
com.sun.jini.mahalo | Provides implementations of the TransactionManager service. |
com.sun.jini.mercury | Provides implementations of the EventMailbox service. |
com.sun.jini.norm | Provides implementations of LeaseRenewalService . |
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
com.sun.jini.phoenix | A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. |
com.sun.jini.reggie | Provides implementations of ServiceRegistrar . |
com.sun.jini.start | Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. |
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.lookup | Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. |
net.jini.security.proxytrust | Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies. |
Uses of Exporter in com.sun.jini.example.browser |
---|
Fields in com.sun.jini.example.browser declared as Exporter | |
---|---|
private Exporter |
Browser.Listener.exporter
|
private Exporter |
ServiceEditor.NotifyReceiver.exporter
|
Uses of Exporter in com.sun.jini.fiddler |
---|
Fields in com.sun.jini.fiddler declared as Exporter | |
---|---|
private Exporter |
FiddlerImpl.serverExporter
|
Uses of Exporter in com.sun.jini.mahalo |
---|
Fields in com.sun.jini.mahalo declared as Exporter | |
---|---|
protected Exporter |
TxnManagerImpl.exporter
The exporter for exporting and unexporting |
Uses of Exporter in com.sun.jini.mercury |
---|
Fields in com.sun.jini.mercury declared as Exporter | |
---|---|
protected Exporter |
MailboxImpl.exporter
The exporter for exporting and unexporting |
Uses of Exporter in com.sun.jini.norm |
---|
Fields in com.sun.jini.norm declared as Exporter | |
---|---|
(package private) Exporter |
NormServerBaseImpl.exporter
The exporter for exporting and unexporting |
Methods in com.sun.jini.norm that return Exporter | |
---|---|
(package private) Exporter |
NormServerBaseImpl.getExporter(Configuration config)
Returns the exporter to use to export this server. |
(package private) Exporter |
ActivatableNormServerImpl.getExporter(Configuration config)
|
Uses of Exporter in com.sun.jini.outrigger |
---|
Fields in com.sun.jini.outrigger declared as Exporter | |
---|---|
private Exporter |
OutriggerServerImpl.exporter
Object we used to export ourselves. |
Uses of Exporter in com.sun.jini.phoenix |
---|
Classes in com.sun.jini.phoenix that implement Exporter | |
---|---|
private static class |
ActivationGroupImpl.AlreadyExportedExporter
Exporter for an object that is already exported to JRMP. |
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, and preventing remote code downloading for
incoming remote calls. |
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 . |
Fields in com.sun.jini.phoenix declared as Exporter | |
---|---|
private Exporter |
Activation.activatorExporter
exporter for activator |
private Exporter |
MonitorAccessExporter.exporter
The underlying exporter. |
private Exporter |
InstantiatorAccessExporter.exporter
The underlying exporter. |
private Exporter |
SystemAccessExporter.exporter
The underlying exporter. |
private static Exporter |
ActivationGroupImpl.exporter
|
private Exporter |
Activation.monitorExporter
exporter for monitor |
private Exporter |
Activation.registryExporter
exporter for registry |
private Exporter |
Activation.systemExporter
exporter for system |
Methods in com.sun.jini.phoenix that return Exporter | |
---|---|
private static Exporter |
Activation.getExporter(Configuration config,
String name,
Exporter defaultExporter)
Return the exporter with the specified name from the specified configuration. |
Methods in com.sun.jini.phoenix with parameters of type Exporter | |
---|---|
private static Exporter |
Activation.getExporter(Configuration config,
String name,
Exporter defaultExporter)
Return the exporter with the specified name from the specified configuration. |
boolean |
ActivationGroupImpl.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. |
Constructors in com.sun.jini.phoenix with parameters of type Exporter | |
---|---|
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. |
Uses of Exporter in com.sun.jini.reggie |
---|
Fields in com.sun.jini.reggie declared as Exporter | |
---|---|
private Exporter |
RegistrarImpl.serverExporter
Exporter for myself |
Uses of Exporter in com.sun.jini.start |
---|
Fields in com.sun.jini.start declared as Exporter | |
---|---|
protected Exporter |
SharedGroupImpl.exporter
The exporter for exporting and unexporting |
Uses of Exporter in net.jini.activation |
---|
Classes in net.jini.activation that implement Exporter | |
---|---|
class |
ActivationExporter
An Exporter implementation for exporting an activatable
remote object using its underlying exporter. |
Fields in net.jini.activation declared as Exporter | |
---|---|
private Exporter |
ActivationExporter.underlyingExporter
the underlying exporter |
Methods in net.jini.activation with parameters of type Exporter | |
---|---|
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. |
Constructors in net.jini.activation with parameters of type Exporter | |
---|---|
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. |
Uses of Exporter in net.jini.iiop |
---|
Classes in net.jini.iiop that implement Exporter | |
---|---|
class |
IiopExporter
An IiopExporter can be used to export a single remote object to
the RMI-IIOP
runtime. |
Uses of Exporter in net.jini.jeri |
---|
Classes in net.jini.jeri that implement Exporter | |
---|---|
class |
BasicJeriExporter
An Exporter implementation for exporting
a remote object to use Jini extensible remote invocation
(Jini ERI). |
Uses of Exporter in net.jini.jrmp |
---|
Classes in net.jini.jrmp that implement Exporter | |
---|---|
class |
JrmpExporter
A JrmpExporter contains the information necessary to export a
single remote object to the
JRMP runtime. |
Uses of Exporter in net.jini.lookup |
---|
Fields in net.jini.lookup declared as Exporter | |
---|---|
private Exporter |
ServiceDiscoveryManager.LookupCacheImpl.lookupListenerExporter
|
Uses of Exporter in net.jini.security.proxytrust |
---|
Classes in net.jini.security.proxytrust that implement Exporter | |
---|---|
class |
ProxyTrustExporter
Contains the information necessary to export a remote object that has a proxy that will not directly be considered trusted by clients, such that the proxy can be trusted by clients using ProxyTrustVerifier . |
Fields in net.jini.security.proxytrust declared as Exporter | |
---|---|
private Exporter |
ProxyTrustExporter.bootExporter
The bootstrap exporter, for the ProxyTrust remote object. |
private Exporter |
ProxyTrustExporter.mainExporter
The main exporter, for the main remote object. |
Constructors in net.jini.security.proxytrust with parameters of type Exporter | |
---|---|
ProxyTrustExporter(Exporter mainExporter,
Exporter bootExporter)
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)
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |