org.apache.jcs.auxiliary.remote.behavior
Interface IRemoteCacheListener

All Superinterfaces:
ICacheListener, java.rmi.Remote
All Known Implementing Classes:
RemoteCacheListener, RemoteCacheServerListener

public interface IRemoteCacheListener
extends ICacheListener, java.rmi.Remote

Listens for remote cache event notification ( rmi callback ).

Author:
asmuts

Field Summary
static int CLIENT_LISTENER
          Description of the Field
static int SERVER_LISTENER
          Description of the Field
 
Method Summary
 int getRemoteType()
          Gets the remoteType attribute of the IRemoteCacheListener object
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheListener
getListenerId, handleDispose, handlePut, handleRemove, handleRemoveAll, setListenerId
 

Field Detail

SERVER_LISTENER

public static final int SERVER_LISTENER
Description of the Field

See Also:
Constant Field Values

CLIENT_LISTENER

public static final int CLIENT_LISTENER
Description of the Field

See Also:
Constant Field Values
Method Detail

getRemoteType

public int getRemoteType()
                  throws java.io.IOException
Gets the remoteType attribute of the IRemoteCacheListener object

Returns:
The remoteType value
Throws:
java.io.IOException