Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.events.application
Interface LifecycleEvent

All Superinterfaces:
Event

public interface LifecycleEvent
extends Event

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

Nested Class Summary
static class LifecycleEvent.Type
          The LifecycleEvent types.

 

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

 

Methods inherited from interface com.tangosol.net.events.Event
getDispatcher, getType, nextInterceptor

 

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

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.