Package | Description |
---|---|
com.gigaspaces.internal.service | |
com.gigaspaces.lrmi |
Provides GigaSpaces LRMI (Light-RMI) package.
|
com.j_spaces.core.admin |
Provides GigaSpaces administration services
|
com.j_spaces.core.service | |
com.sun.jini.mahalo |
Provides implementations of the
TransactionManager service.
|
net.jini.security.proxytrust |
Modifier and Type | Method and Description |
---|---|
protected static Exporter |
AbstractGigaSpacesService.getExporter()
Returns an instance of Exporter.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericExporter
This class provides generic exporting of multiple remote objects such that it can receive remote
or local method invocations, and later for unexporting that same remote object.
|
Constructor and Description |
---|
JSpaceAdminImpl(AbstractService service,
Exporter exporter) |
Modifier and Type | Field and Description |
---|---|
protected Exporter |
AbstractService.m_adminExporter |
protected Exporter |
ServiceAdminImpl.m_exporter
The Exporter for the ServiceAdmin
|
Modifier and Type | Method and Description |
---|---|
static Exporter |
ServiceConfigLoader.getExporter()
Load from services.config the defined exporter.
|
Constructor and Description |
---|
ServiceAdminImpl(AbstractService service,
Exporter exporter)
Constructs a
ServiceAdminImpl . |
Modifier and Type | Field and Description |
---|---|
protected Exporter |
TxnManagerImpl.exporter
The exporter for exporting and unexporting
|
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 . |
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 © GigaSpaces.