public interface ServerPeer extends Peer
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterUnexport(boolean force)
Provides a chance to this peer to do initialization after the remote object it serves is
 unexported. 
 | 
void | 
beforeExport(ITransportConfig config)
Provides a chance to this peer to do initialization before the remote object it serves is
 exported. 
 | 
String | 
getConnectionURL()
Returns a connection URL for the remote object represented by this peer. 
 | 
long | 
getObjectClassLoaderId()  | 
long | 
getObjectId()
Returns the object id of the remote object that this peer serves. 
 | 
disconnect, getProtocolAdapter, isConnectedlong getObjectId()
long getObjectClassLoaderId()
void beforeExport(ITransportConfig config) throws RemoteException
props - the properties provided by the export callerRemoteExceptionvoid afterUnexport(boolean force)
            throws RemoteException
force - if , the object has been unexported even if it was in the middle of
              serving client requestsRemoteExceptionString getConnectionURL()
Copyright © GigaSpaces.