Oracle Application Server 10g Java Object Cache API Reference
10g(9.0.4)

B10388-01

oracle.ias.cache
Interface CacheEventListener

All Superinterfaces:
java.util.EventListener

public interface CacheEventListener
extends java.util.EventListener

CacheEventListener is an interface an application can implement for special handling of events such as object invalidation.

Since:
2.0.0

Method Summary
 void handleEvent(oracle.ias.cache.CacheEvent ce)
          handleEvent is a callback method.

 

Method Detail

handleEvent

public void handleEvent(oracle.ias.cache.CacheEvent ce)
                 throws CacheException
handleEvent is a callback method. When a registered event happens, the cache invokes this method and passes in a CacheEvent object.
Parameters:
ce - is the CacheEvent representing the event that being handled.
Throws:
CacheException - thrown if some error occurs. Application can include the original exception as a base exception in CacheException.
Since:
2.0.0

Oracle Application Server 10g Java Object Cache API Reference
10g(9.0.4)

B10388-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.