Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.distribution |
This package is for cache replication.
|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
net.sf.ehcache.hibernate.management.impl |
This package contains JMX related classes for Hibernate and ehcache statistics
|
net.sf.ehcache.management |
This package contains JMX MBeans and implementations for management of ehcache.
|
net.sf.ehcache.management.sampled |
This package contains classes related to MBeans with Sampled Statistics.
|
Modifier and Type | Method and Description |
---|---|
CacheManagerEventListener |
CacheManager.getCacheManagerEventListener()
Returns the composite listener.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheManager.setCacheManagerEventListener(CacheManagerEventListener cacheManagerEventListener)
Same as getCacheManagerEventListenerRegistry().registerListener(cacheManagerEventListener);
Left for backward compatiblity
|
Modifier and Type | Method and Description |
---|---|
CacheManagerEventListener |
ConfigurationHelper.createCacheManagerEventListener(CacheManager cacheManager)
Tries to load the class specified.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheManagerPeerListener
A listener for updates, which controls remote cache peers.
|
Modifier and Type | Class and Description |
---|---|
class |
RMICacheManagerPeerListener
A cache server which exposes available cache operations remotely through RMI.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheManagerEventListenerRegistry
Registered listeners for registering and unregistering CacheManagerEventListeners and sending notifications to registrants.
|
Modifier and Type | Method and Description |
---|---|
abstract CacheManagerEventListener |
CacheManagerEventListenerFactory.createCacheManagerEventListener(CacheManager cacheManager,
Properties properties)
Create a
CacheEventListener |
Modifier and Type | Method and Description |
---|---|
boolean |
CacheManagerEventListenerRegistry.registerListener(CacheManagerEventListener cacheManagerEventListener)
Adds a listener to the notification service.
|
boolean |
CacheManagerEventListenerRegistry.unregisterListener(CacheManagerEventListener cacheManagerEventListener)
Removes a listener from the notification service.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheHibernateMBeanRegistrationImpl
Implementation of
EhcacheHibernateMBeanRegistration . |
Modifier and Type | Class and Description |
---|---|
class |
ManagementService
Ehcache CacheManagers and Caches have lifecycles.
|
Modifier and Type | Class and Description |
---|---|
class |
SampledMBeanRegistrationProvider
An implementation of
MBeanRegistrationProvider which registers
sampled MBeans for the CacheManager and its Caches. |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.