Interface EJBObjectCacheListener
-
- All Known Implementing Classes:
EntityContainer.EJBObjectCacheVictimHandler,EntityContainer.LocalEJBObjectCacheVictimHandler
public interface EJBObjectCacheListenerAn interface for handling overflow from EJB(Local)Object caches- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleBatchOverflow(ArrayList keys)voidhandleOverflow(Object key)
-