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, isConnected
long getObjectId()
long getObjectClassLoaderId()
void beforeExport(ITransportConfig config) throws RemoteException
props
- the properties provided by the export callerRemoteException
void afterUnexport(boolean force) throws RemoteException
force
- if , the object has been unexported even if it was in the middle of
serving client requests
RemoteException
String getConnectionURL()
Copyright © GigaSpaces.