Uses of Interface
com.gigaspaces.config.lrmi.ITransportConfig
Packages that use ITransportConfig
Package
Description
Provides classes to configure LRMI NIO.
Provides GigaSpaces LRMI (Light-RMI) package.
Provides Space properties and security context services
Provides GigaSpaces client interface services
-
Uses of ITransportConfig in com.gigaspaces.config.lrmi
Methods in com.gigaspaces.config.lrmi that return ITransportConfig -
Uses of ITransportConfig in com.gigaspaces.config.lrmi.nio
Classes in com.gigaspaces.config.lrmi.nio that implement ITransportConfigModifier and TypeClassDescriptionclassThis class provides configuration object of NIO communication transport protocol.Methods in com.gigaspaces.config.lrmi.nio that return ITransportConfig -
Uses of ITransportConfig in com.gigaspaces.internal.client.spaceproxy.events
Constructors in com.gigaspaces.internal.client.spaceproxy.events with parameters of type ITransportConfigModifierConstructorDescriptionSpaceProxyDataEventsManager(SpaceProxyImpl spaceProxy, ITransportConfig remoteTransportConfig) -
Uses of ITransportConfig in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that return ITransportConfig -
Uses of ITransportConfig in com.gigaspaces.lrmi
Methods in com.gigaspaces.lrmi that return ITransportConfigMethods in com.gigaspaces.lrmi with parameters of type ITransportConfigModifier and TypeMethodDescriptionvoidBaseServerPeer.beforeExport(ITransportConfig config) voidServerPeer.beforeExport(ITransportConfig config) Provides a chance to this peer to do initialization before the remote object it serves is exported.LRMIRuntime.createDynamicProxy(Remote remoteObj, ITransportConfig config, boolean allowCache) Returns an instance of a dynamicProxywhich represents DynamicSmartStub and castable to any remote declared interface of passedobj.GenericExporter.export(Remote impl, ITransportConfig config, boolean allowCache) Exports the specified remote object with desiredITransportConfigconfiguration object and returns a proxy that can be used to invoke remote methods on the exported remote object.ProtocolAdapter.getClientInvocationHandler(String connectionURL, ITransportConfig config, PlatformLogicalVersion serviceVersion) Returns the remote method invocation handlerClientPeerInvocationHandlerwhich represents remote object specified by the supplied c and connection URL.LRMIRuntime.getMonitoringDetails(ITransportConfig config) ProtocolRegistry.getMonitoringDetails(ITransportConfig config) intLRMIRuntime.getPort(ITransportConfig config) intProtocolRegistry.getPort(ITransportConfig config) static LRMIRuntimeLRMIRuntime.getRuntime(ITransportConfig config, ProtocolAdapter.Side initSide) Returns the LRMIRuntime instance.voidClientPeer.init(ITransportConfig config) voidProtocolAdapter.init(ITransportConfig config, ProtocolAdapter.Side side) Initializes the protocol adapter according to the supplied properties.voidProtocolRegistry.init(ITransportConfig config, ProtocolAdapter.Side initSide) Initializes this registry with protocol adapters defined in the supplied properties.Constructors in com.gigaspaces.lrmi with parameters of type ITransportConfigModifierConstructorDescriptionConnectionPool(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. -
Uses of ITransportConfig in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio with parameters of type ITransportConfigModifier and TypeMethodDescriptionPAdapter.getClientInvocationHandler(String connectionURL, ITransportConfig config, PlatformLogicalVersion serviceVersion) voidCPeer.init(ITransportConfig config) voidPAdapter.init(ITransportConfig config, ProtocolAdapter.Side initSide) -
Uses of ITransportConfig in com.j_spaces.core
Methods in com.j_spaces.core that return ITransportConfigModifier and TypeMethodDescriptionIStubHandler.getTransportConfig()Deprecated.Returns the default transport config associated with this stub handler -
Uses of ITransportConfig in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return ITransportConfigModifier and TypeMethodDescriptionProxySettings.getExportedTransportConfig()SpaceSettings.getExportedTransportConfig()Constructors in com.j_spaces.core.client with parameters of type ITransportConfigModifierConstructorDescriptionSpaceSettings(String containerName, IJSpaceContainer containerProxy, Uuid uuid, boolean secondary, int serializationType, SpaceConfig spaceConfig, String spaceName, SpaceURL spaceURL, IStubHandler stubHandler, boolean securedService, ITransportConfig exportedTransportConfig, boolean cleanUnusedEmbeddedGlobalXtns) -
Uses of ITransportConfig in com.j_spaces.core.service
Methods in com.j_spaces.core.service that return ITransportConfigModifier and TypeMethodDescriptionstatic ITransportConfigProtocolAdapterConigurationFactory.create()static ITransportConfigServiceConfigLoader.getTransportConfiguration()Create a NIOConfiguration according to the settings loaded from services.config com.gigaspaces.transport block section.