|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheEventNotificationListenerServiceProvider
A provider Service
that will facilitate CacheEventNotificationService
instance
Method Summary | ||
---|---|---|
|
createCacheEventNotificationService(Store<K,V> store,
ServiceConfiguration<?>... serviceConfigs)
Creates an instance of CacheEventNotificationService to be used by CacheManager |
|
|
releaseCacheEventNotificationService(CacheEventNotificationService<K,V> cenlService)
Invoked by CacheManager to release all CacheEventListener listeners registered with CacheEventNotificationService |
Methods inherited from interface org.ehcache.spi.service.Service |
---|
start, stop |
Method Detail |
---|
<K,V> CacheEventNotificationService<K,V> createCacheEventNotificationService(Store<K,V> store, ServiceConfiguration<?>... serviceConfigs)
CacheEventNotificationService
to be used by CacheManager
CacheEventNotificationService
<K,V> void releaseCacheEventNotificationService(CacheEventNotificationService<K,V> cenlService)
CacheManager
to release all CacheEventListener
listeners registered with CacheEventNotificationService
cenlService
- the CacheEventNotificationService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |