Class LRMIStubHandlerImpl
java.lang.Object
com.gigaspaces.internal.lrmi.stubs.LRMIStubHandlerImpl
- All Implemented Interfaces:
IStubHandler,Serializable
Deprecated.
Provides a pluggable communication adaptor, LRMI (Light Remote Method Invocation). The adaptor
manages the client communication with the client/server. The default adaptor supports two
communication protocols, RMI (default protocol) and NIO. RMI and NIO are the optional
communication protocols between the space proxy and the space server.
- Version:
- 2.5
- Author:
- Igor Goldenberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexportObject(Remote obj) Deprecated.Exports the remote object to make it available to receive incoming calls.Deprecated.Returns the default transport config associated with this stub handlervoidunexportObject(Remote obj) Deprecated.Removes the remote object, obj, from the StubHandler runtime.
-
Constructor Details
-
LRMIStubHandlerImpl
public LRMIStubHandlerImpl()Deprecated.
-
-
Method Details
-
exportObject
Deprecated.Description copied from interface:IStubHandlerExports the remote object to make it available to receive incoming calls.- Specified by:
exportObjectin interfaceIStubHandler- Parameters:
obj- the remote object to be exported- Returns:
- remote object stub
- Throws:
ExportException
-
unexportObject
Deprecated.Description copied from interface:IStubHandlerRemoves the remote object, obj, from the StubHandler runtime. If successful, the object can no longer accept incoming RMI calls.- Specified by:
unexportObjectin interfaceIStubHandler- Parameters:
obj- the object to disable stub for
-
getTransportConfig
Deprecated.Description copied from interface:IStubHandlerReturns the default transport config associated with this stub handler- Specified by:
getTransportConfigin interfaceIStubHandler- Returns:
- default transport config associated with this stub handler
-
Exporterinstead orGenericExporter