|
|||||||||
| 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)
ServiceServiceProvider.
The goal of the service provider is to allow a service to use other services.
start in interface ServiceserviceProvider - the service provider.public void stop()
Service
stop in interface Service
public <K,V> CacheEventNotificationService<K,V> createCacheEventNotificationService(Store<K,V> store,
ServiceConfiguration<?>... serviceConfigs)
CacheEventNotificationListenerServiceProviderCacheEventNotificationService to be used by CacheManager
createCacheEventNotificationService in interface CacheEventNotificationListenerServiceProviderCacheEventNotificationServicepublic <K,V> void releaseCacheEventNotificationService(CacheEventNotificationService<K,V> cenlService)
CacheEventNotificationListenerServiceProviderCacheManager to release all CacheEventListener listeners registered with CacheEventNotificationService
releaseCacheEventNotificationService in interface CacheEventNotificationListenerServiceProvidercenlService - the CacheEventNotificationService
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||