public interface IRemoteCacheListener<K,V> extends ICacheListener<K,V>, Remote
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deregistered itself.
|
long |
getListenerId()
Get the id to be used by this manager.
|
String |
getLocalHostAddress()
This is for debugging.
|
RemoteType |
getRemoteType()
Gets the remoteType attribute of the IRemoteCacheListener object
|
void |
setListenerId(long id)
Set the id to be used by this manager.
|
handleDispose, handlePut, handleRemove, handleRemoveAlllong getListenerId()
throws IOException
getListenerId in interface ICacheListener<K,V>IOExceptionvoid setListenerId(long id)
throws IOException
setListenerId in interface ICacheListener<K,V>id - IOExceptionRemoteType getRemoteType() throws IOException
IOExceptionString getLocalHostAddress() throws IOException
IOExceptionvoid dispose()
throws IOException
IOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.