See: Description
Interface | Description |
---|---|
CacheEventListener |
Allows implementers to register callback methods that will be executed when a cache event
occurs.
|
CacheManagerEventListener |
Allows implementers to register callback methods that will be executed when a
CacheManager event occurs. |
RegisteredEventListeners.ElementCreationCallback |
Callback interface for creating elements to pass to registered listeners.
|
Class | Description |
---|---|
CacheEventListenerAdapter |
An adapter to simplify cache event listeners that do not need all events defined on the CacheEventListener interface.
|
CacheEventListenerFactory |
An abstract factory for creating listeners.
|
CacheManagerEventListenerFactory |
An abstract factory for creating
CacheManagerEventListener s. |
CacheManagerEventListenerRegistry |
Registered listeners for registering and unregistering CacheManagerEventListeners and sending notifications to registrants.
|
RegisteredEventListeners |
Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.
|
TerracottaCacheEventReplication |
Creates a wrapper for sending out cache events through the Terracotta cluster
|
TerracottaCacheEventReplicationFactory |
Factory for
TerracottaCacheEventReplication instances |
Enum | Description |
---|---|
NotificationScope |
This enumeration defines valid values for event listener notification scope.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.