com.ibm.wsspi.cache

Interface EventSource



  • public interface EventSource
    Runtime objects implement this when they are an event source Java objects can be registered with an EventSource. The listeners are called when the fireEvent, cacheEntryChanged, or shouldInvalidate methods is called.

    Here are the functions for the interface:

    • To add invalidation, pre-invalidation and change listeners.
    • To remove invalidation, pre-invalidation and change listeners.
    • To fire invalidation, pre-invalidation and change events.
    • To find how many listeners registered.
    Since:
    WAS7.0