Uses of Class
net.sf.ehcache.event.RegisteredEventListeners

Packages that use RegisteredEventListeners
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.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
 

Uses of RegisteredEventListeners in net.sf.ehcache
 

Methods in net.sf.ehcache that return RegisteredEventListeners
 RegisteredEventListeners Ehcache.getCacheEventNotificationService()
          Use this to access the service in order to register and unregister listeners
 RegisteredEventListeners Cache.getCacheEventNotificationService()
          Use this to access the service in order to register and unregister listeners
 

Constructors in net.sf.ehcache with parameters of type RegisteredEventListeners
Cache(java.lang.String name, int maxElementsInMemory, MemoryStoreEvictionPolicy memoryStoreEvictionPolicy, boolean overflowToDisk, java.lang.String diskStorePath, boolean eternal, long timeToLiveSeconds, long timeToIdleSeconds, boolean diskPersistent, long diskExpiryThreadIntervalSeconds, RegisteredEventListeners registeredEventListeners)
          1.2 Constructor

The ConfigurationFactory and clients can create these.

Cache(java.lang.String name, int maxElementsInMemory, MemoryStoreEvictionPolicy memoryStoreEvictionPolicy, boolean overflowToDisk, java.lang.String diskStorePath, boolean eternal, long timeToLiveSeconds, long timeToIdleSeconds, boolean diskPersistent, long diskExpiryThreadIntervalSeconds, RegisteredEventListeners registeredEventListeners, BootstrapCacheLoader bootstrapCacheLoader)
          1.2.1 Constructor

The ConfigurationFactory and clients can create these.

Cache(java.lang.String name, int maxElementsInMemory, MemoryStoreEvictionPolicy memoryStoreEvictionPolicy, boolean overflowToDisk, java.lang.String diskStorePath, boolean eternal, long timeToLiveSeconds, long timeToIdleSeconds, boolean diskPersistent, long diskExpiryThreadIntervalSeconds, RegisteredEventListeners registeredEventListeners, BootstrapCacheLoader bootstrapCacheLoader, int maxElementsOnDisk)
          1.2.4 Constructor

The ConfigurationFactory and clients can create these.

Cache(java.lang.String name, int maxElementsInMemory, MemoryStoreEvictionPolicy memoryStoreEvictionPolicy, boolean overflowToDisk, java.lang.String diskStorePath, boolean eternal, long timeToLiveSeconds, long timeToIdleSeconds, boolean diskPersistent, long diskExpiryThreadIntervalSeconds, RegisteredEventListeners registeredEventListeners, BootstrapCacheLoader bootstrapCacheLoader, int maxElementsOnDisk, int diskSpoolBufferSizeMB)
          1.2.4 Constructor

The ConfigurationFactory and clients can create these.

 

Uses of RegisteredEventListeners in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config with parameters of type RegisteredEventListeners
protected static void ConfigurationHelper.registerCacheListeners(CacheConfiguration cacheConfiguration, RegisteredEventListeners registeredEventListeners)
          A factory method to create a RegisteredEventListeners
 

Uses of RegisteredEventListeners in net.sf.ehcache.constructs.blocking
 

Methods in net.sf.ehcache.constructs.blocking that return RegisteredEventListeners
 RegisteredEventListeners BlockingCache.getCacheEventNotificationService()
          Use this to access the service in order to register and unregister listeners
 



Copyright © 2003-2011. All Rights Reserved.