|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteCacheListener
Listens for remote cache event notification ( rmi callback ).
Field Summary | |
---|---|
static int |
CLIENT_LISTENER
CLIENT_LISTENER -- these aren't used any longer. |
static int |
SERVER_LISTENER
SERVER_LISTENER -- for the cluster |
Method Summary | |
---|---|
void |
dispose()
Deregisters itself. |
long |
getListenerId()
Get the id to be used by this manager. |
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. |
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheListener |
---|
handleDispose, handlePut, handleRemove, handleRemoveAll |
Field Detail |
---|
static final int SERVER_LISTENER
static final int CLIENT_LISTENER
Method Detail |
---|
long getListenerId() throws IOException
getListenerId
in interface ICacheListener
IOException
void setListenerId(long id) throws IOException
setListenerId
in interface ICacheListener
id
-
IOException
int getRemoteType() throws IOException
IOException
String getLocalHostAddress() throws IOException
IOException
void dispose() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |