@Deprecated public interface IStubHandler extends Serializable
Modifier and Type | Method and Description |
---|---|
Remote |
exportObject(Remote obj)
Deprecated.
Exports the remote object to make it available to receive incoming calls.
|
ITransportConfig |
getTransportConfig()
Deprecated.
Returns the default transport config associated with this stub handler
|
void |
unexportObject(Remote obj)
Deprecated.
Removes the remote object, obj, from the StubHandler runtime.
|
Remote exportObject(Remote obj) throws ExportException
obj
- the remote object to be exportedRemoteException
- if export failsExportException
void unexportObject(Remote obj)
obj
- the object to disable stub forITransportConfig getTransportConfig()
Copyright © GigaSpaces.