public interface LifecycleEvent extends Event<LifecycleEvent.Type>
ConfigurableCacheFactory. The following events can be raised:
Note: LifecycleEvents are dispatched to interceptors by the same thread calling the lifecycle methods on the ConfigurableCacheFactory implementation. This thread may well be synchronized thus interceptors must ensure any spawned threads do not synchronize on the same CCF object.| Modifier and Type | Interface and Description |
|---|---|
static class |
LifecycleEvent.Type
The
LifecycleEvent types. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableCacheFactory |
getConfigurableCacheFactory()
Returns the
ConfigurableCacheFactory instance that was activated or about to be disposed. |
getDispatcher, getType, nextInterceptorConfigurableCacheFactory getConfigurableCacheFactory()
ConfigurableCacheFactory instance that was activated or about to be disposed.