Package com.gigaspaces.lrmi.nio
Class SPeer
java.lang.Object
com.gigaspaces.lrmi.BaseServerPeer
com.gigaspaces.lrmi.nio.SPeer
- All Implemented Interfaces:
Peer,ServerPeer
SPeer is the LRMI over NIO Server Peer.
- Since:
- 4.0
- Author:
- Igor Goldenberg
-
Constructor Summary
ConstructorsConstructorDescriptionSPeer(PAdapter pAdapter, long objectId, ClassLoader objectClassLoader, String serviceDetails) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnexport(boolean force) Provides a chance to this peer to do initialization after the remote object it serves is unexported.Methods inherited from class com.gigaspaces.lrmi.BaseServerPeer
beforeExport, disconnect, getConnectionURL, getObjectClassLoaderId, getObjectId, getProtocolAdapter, getSecurityContext, getTimeout, isConnected, setSecurityContext, setTimeout
-
Constructor Details
-
SPeer
public SPeer(PAdapter pAdapter, long objectId, ClassLoader objectClassLoader, String serviceDetails)
-
-
Method Details
-
afterUnexport
Description copied from interface:ServerPeerProvides a chance to this peer to do initialization after the remote object it serves is unexported.- Specified by:
afterUnexportin interfaceServerPeer- Overrides:
afterUnexportin classBaseServerPeer- Parameters:
force- if, the object has been unexported even if it was in the middle of serving client requests- Throws:
RemoteException
-