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, handleRemoveAll
static final int SERVER_LISTENER
static final int CLIENT_LISTENER
long getListenerId() throws java.io.IOException
getListenerId
in interface ICacheListener
java.io.IOException
void setListenerId(long id) throws java.io.IOException
setListenerId
in interface ICacheListener
id
- java.io.IOException
int getRemoteType() throws java.io.IOException
java.io.IOException
java.lang.String getLocalHostAddress() throws java.io.IOException
java.io.IOException
void dispose() throws java.io.IOException
java.io.IOException
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.