Interface EJBObjectCacheListener
- All Known Implementing Classes:
EntityContainer.EJBObjectCacheVictimHandler,EntityContainer.LocalEJBObjectCacheVictimHandler
public interface EJBObjectCacheListener
An interface for handling overflow from EJB(Local)Object caches
- Author:
- Mahesh Kannan
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleBatchOverflow(ArrayList keys) voidhandleOverflow(Object key)
-
Method Details
-
handleOverflow
-
handleBatchOverflow
-