Package | Description |
---|---|
com.gigaspaces.config.lrmi | |
com.gigaspaces.config.lrmi.nio |
Provides classes to configure LRMI NIO.
|
com.gigaspaces.internal.client.spaceproxy.events | |
com.gigaspaces.internal.lrmi.stubs | |
com.gigaspaces.lrmi |
Provides GigaSpaces LRMI (Light-RMI) package.
|
com.gigaspaces.lrmi.nio | |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
com.j_spaces.core.service |
Modifier and Type | Method and Description |
---|---|
ITransportConfig |
ITransportConfig.clone() |
Modifier and Type | Class and Description |
---|---|
class |
NIOConfiguration
This class provides configuration object of NIO communication transport protocol.
|
Modifier and Type | Method and Description |
---|---|
ITransportConfig |
NIOConfiguration.clone() |
Constructor and Description |
---|
SpaceProxyDataEventsManager(SpaceProxyImpl spaceProxy,
ITransportConfig remoteTransportConfig) |
Modifier and Type | Method and Description |
---|---|
ITransportConfig |
LRMIStubHandlerImpl.getTransportConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ITransportConfig |
GenericExporter.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
BaseServerPeer.beforeExport(ITransportConfig config) |
void |
ServerPeer.beforeExport(ITransportConfig config)
Provides a chance to this peer to do initialization before the remote object it serves is
exported.
|
Remote |
LRMIRuntime.createDynamicProxy(Remote remoteObj,
ITransportConfig config,
boolean allowCache)
Returns an instance of a dynamic
Proxy which represents DynamicSmartStub and castable
to any remote declared interface of passed obj |
Remote |
GenericExporter.export(Remote impl,
ITransportConfig config,
boolean allowCache)
Exports the specified remote object with desired
ITransportConfig configuration
object and returns a proxy that can be used to invoke remote methods on the exported remote
object. |
ClientPeerInvocationHandler |
ProtocolAdapter.getClientInvocationHandler(String connectionURL,
ITransportConfig config,
PlatformLogicalVersion serviceVersion)
Returns the remote method invocation handler
ClientPeerInvocationHandler which
represents remote object specified by the supplied c and connection URL. |
LRMIMonitoringDetails |
LRMIRuntime.getMonitoringDetails(ITransportConfig config) |
LRMIMonitoringDetails |
ProtocolRegistry.getMonitoringDetails(ITransportConfig config) |
int |
LRMIRuntime.getPort(ITransportConfig config) |
int |
ProtocolRegistry.getPort(ITransportConfig config) |
static LRMIRuntime |
LRMIRuntime.getRuntime(ITransportConfig config,
ProtocolAdapter.Side initSide)
Returns the LRMIRuntime instance.
|
void |
ClientPeer.init(ITransportConfig config) |
void |
ProtocolRegistry.init(ITransportConfig config,
ProtocolAdapter.Side initSide)
Initializes this registry with protocol adapters defined in the supplied properties.
|
void |
ProtocolAdapter.init(ITransportConfig config,
ProtocolAdapter.Side side)
Initializes the protocol adapter according to the supplied properties.
|
Constructor and Description |
---|
ConnectionPool(ProtocolAdapter protocolAdapter,
ITransportConfig config,
String connectionURL,
PlatformLogicalVersion serviceVersion)
Creates a new Connection Pool with the specified Protocol Adapter, connection URL and max
connections.
|
GenericExporter(ITransportConfig config)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClientPeerInvocationHandler |
PAdapter.getClientInvocationHandler(String connectionURL,
ITransportConfig config,
PlatformLogicalVersion serviceVersion) |
void |
CPeer.init(ITransportConfig config) |
void |
PAdapter.init(ITransportConfig config,
ProtocolAdapter.Side initSide) |
Modifier and Type | Method and Description |
---|---|
ITransportConfig |
IStubHandler.getTransportConfig()
Deprecated.
Returns the default transport config associated with this stub handler
|
Modifier and Type | Method and Description |
---|---|
ITransportConfig |
SpaceSettings.getExportedTransportConfig() |
ITransportConfig |
ProxySettings.getExportedTransportConfig() |
Constructor and Description |
---|
SpaceSettings(String containerName,
IJSpaceContainer containerProxy,
Uuid uuid,
boolean secondary,
int serializationType,
SpaceConfig spaceConfig,
String spaceName,
SpaceURL spaceURL,
IStubHandler stubHandler,
boolean securedService,
ITransportConfig exportedTransportConfig,
boolean cleanUnusedEmbeddedGlobalXtns) |
Modifier and Type | Method and Description |
---|---|
static ITransportConfig |
ProtocolAdapterConigurationFactory.create() |
static ITransportConfig |
ServiceConfigLoader.getTransportConfiguration()
Create a NIOConfiguration according to the settings loaded from services.config
com.gigaspaces.transport block section.
|
Copyright © GigaSpaces.