Package | Description |
---|---|
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.reggie |
Provides implementations of
ServiceRegistrar . |
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.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.
|
Modifier and Type | Field and Description |
---|---|
private Exporter |
ServiceEditor.NotifyReceiver.exporter |
private Exporter |
Browser.Listener.exporter |
Modifier and Type | Field and Description |
---|---|
private Exporter |
FiddlerImpl.serverExporter |
Modifier and Type | Field and Description |
---|---|
protected Exporter |
TxnManagerImpl.exporter
The exporter for exporting and unexporting
|
Modifier and Type | Field and Description |
---|---|
protected Exporter |
MailboxImpl.exporter
The exporter for exporting and unexporting
|
Modifier and Type | Field and Description |
---|---|
(package private) Exporter |
NormServerBaseImpl.exporter
The exporter for exporting and unexporting
|
Modifier and Type | Method and Description |
---|---|
(package private) Exporter |
NormServerBaseImpl.getExporter(Configuration config)
Returns the exporter to use to export this server.
|
Modifier and Type | Field and Description |
---|---|
private Exporter |
OutriggerServerImpl.exporter
Object we used to export ourselves.
|
Modifier and Type | Field and Description |
---|---|
private Exporter |
RegistrarImpl.serverExporter
Exporter for myself
|
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 | Field and Description |
---|---|
private Exporter |
ServiceDiscoveryManager.LookupCacheImpl.lookupListenerExporter |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
private Exporter |
ProxyTrustExporter.bootExporter
The bootstrap exporter, for the ProxyTrust remote object.
|
private Exporter |
ProxyTrustExporter.mainExporter
The main exporter, for the main remote object.
|
Constructor and Description |
---|
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).
|
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.