Uses of Interface
net.jini.export.Exporter
Packages that use Exporter
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
Provides GigaSpaces administration services
Provides implementations of the
TransactionManager service.
-
Uses of Exporter in com.gigaspaces.internal.service
Methods in com.gigaspaces.internal.service that return ExporterModifier and TypeMethodDescriptionprotected static ExporterAbstractGigaSpacesService.getExporter()Returns an instance of Exporter. -
Uses of Exporter in com.gigaspaces.lrmi
Classes in com.gigaspaces.lrmi that implement ExporterModifier and TypeClassDescriptionclassThis 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. -
Uses of Exporter in com.j_spaces.core.admin
Constructors in com.j_spaces.core.admin with parameters of type Exporter -
Uses of Exporter in com.j_spaces.core.service
Fields in com.j_spaces.core.service declared as ExporterModifier and TypeFieldDescriptionprotected ExporterAbstractService.m_adminExporterprotected ExporterServiceAdminImpl.m_exporterThe Exporter for the ServiceAdminMethods in com.j_spaces.core.service that return ExporterModifier and TypeMethodDescriptionstatic ExporterServiceConfigLoader.getExporter()Load from services.config the defined exporter.Constructors in com.j_spaces.core.service with parameters of type ExporterModifierConstructorDescriptionServiceAdminImpl(AbstractService service, Exporter exporter) Constructs aServiceAdminImpl. -
Uses of Exporter in com.sun.jini.mahalo
Fields in com.sun.jini.mahalo declared as Exporter -
Uses of Exporter in net.jini.security.proxytrust
Classes in net.jini.security.proxytrust that implement ExporterModifier and TypeClassDescriptionclassContains 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 usingProxyTrustVerifier.Constructors in net.jini.security.proxytrust with parameters of type ExporterModifierConstructorDescriptionProxyTrustExporter(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).