public interface IRemoteCacheListener extends ICacheListener, java.rmi.Remote
| Modifier and Type | Field and Description |
|---|---|
static int |
CLIENT_LISTENER
CLIENT_LISTENER -- these aren't used any longer.
|
static int |
SERVER_LISTENER
SERVER_LISTENER -- for the cluster
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deregisters itself.
|
long |
getListenerId()
Get the id to be used by this manager.
|
java.lang.String |
getLocalHostAddress()
This is for debugging.
|
int |
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, handleRemoveAllstatic final int SERVER_LISTENER
static final int CLIENT_LISTENER
long getListenerId()
throws java.io.IOException
getListenerId in interface ICacheListenerjava.io.IOExceptionvoid setListenerId(long id)
throws java.io.IOException
setListenerId in interface ICacheListenerid - java.io.IOExceptionint getRemoteType()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getLocalHostAddress()
throws java.io.IOException
java.io.IOExceptionvoid dispose()
throws java.io.IOException
java.io.IOExceptionCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.