org.apache.jcs.auxiliary.lateral.javagroups.behavior
Interface ILateralCacheJGListener

All Superinterfaces:
ICacheListener, ILateralCacheListener
All Known Implementing Classes:
LateralCacheJGListener, LateralGroupCacheJGListener

public interface ILateralCacheJGListener
extends ILateralCacheListener

Listens for lateral cache event notification.

Version:
$Id: ILateralCacheJGListener.java,v 1.4 2005/06/04 02:01:58 asmuts Exp $

Method Summary
 java.io.Serializable handleGet(java.lang.String cacheName, java.io.Serializable key)
          Tries to get a requested item from the cache.
 void init()
          Description of the Method
 
Methods inherited from interface org.apache.jcs.engine.behavior.ICacheListener
getListenerId, handleDispose, handlePut, handleRemove, handleRemoveAll, setListenerId
 

Method Detail

init

public void init()
Description of the Method

Specified by:
init in interface ILateralCacheListener

handleGet

public java.io.Serializable handleGet(java.lang.String cacheName,
                                      java.io.Serializable key)
                               throws java.io.IOException
Tries to get a requested item from the cache.

Throws:
java.io.IOException


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.