|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.internal.events.CacheEventNotificationListenerServiceProviderImpl
public class CacheEventNotificationListenerServiceProviderImpl
Constructor Summary | |
---|---|
CacheEventNotificationListenerServiceProviderImpl()
|
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 |
|
void |
start(ServiceProvider serviceProvider)
Start this service using the provided configuration and ServiceProvider . |
|
void |
stop()
Stops this service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheEventNotificationListenerServiceProviderImpl()
Method Detail |
---|
public void start(ServiceProvider serviceProvider)
Service
ServiceProvider
.
The goal of the service provider is to allow a service to use other services.
start
in interface Service
serviceProvider
- the service provider.public void stop()
Service
stop
in interface Service
public <K,V> CacheEventNotificationService<K,V> createCacheEventNotificationService(Store<K,V> store, ServiceConfiguration<?>... serviceConfigs)
CacheEventNotificationListenerServiceProvider
CacheEventNotificationService
to be used by CacheManager
createCacheEventNotificationService
in interface CacheEventNotificationListenerServiceProvider
CacheEventNotificationService
public <K,V> void releaseCacheEventNotificationService(CacheEventNotificationService<K,V> cenlService)
CacheEventNotificationListenerServiceProvider
CacheManager
to release all CacheEventListener
listeners registered with CacheEventNotificationService
releaseCacheEventNotificationService
in interface CacheEventNotificationListenerServiceProvider
cenlService
- the CacheEventNotificationService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |