|
Oracle Application Server 10g Java Object Cache API Reference 10g(9.0.4) B10388-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
CacheEventListener is an interface an application can implement for special handling of events such as object invalidation.
| Method Summary | |
void |
handleEvent(oracle.ias.cache.CacheEvent ce)handleEvent is a callback method. |
| Method Detail |
public void handleEvent(oracle.ias.cache.CacheEvent ce)
throws CacheException
ce - is the CacheEvent representing the event that being handled.CacheException - thrown if some error occurs. Application can include the original exception as a base exception in CacheException.
|
Oracle Application Server 10g Java Object Cache API Reference 10g(9.0.4) B10388-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||