Interface LifecycleEvent

  • All Superinterfaces:
    Event<LifecycleEvent.Type>

    public interface LifecycleEvent
    extends Event<LifecycleEvent.Type>
    A LifecycleEvent encapsulates a lifecycle action that has occurred on a ConfigurableCacheFactory. The following events can be raised:
    1. ACTIVATED
    2. DISPOSING
    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.
    Since:
    Coherence 12.1.2
    Author:
    nsa/hr 2012.08.24
    • Method Detail

      • getConfigurableCacheFactory

        ConfigurableCacheFactory getConfigurableCacheFactory()
        Returns the ConfigurableCacheFactory instance that was activated or about to be disposed.
        Returns:
        the ConfigurableCacheFactory instance that was activated or about to be disposed