Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.events.application
Class LifecycleEvent.Type

java.lang.Object
  extended by java.lang.Enum
      extended by com.tangosol.net.events.application.LifecycleEvent.Type

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
LifecycleEvent

public static final class LifecycleEvent.Type
extends java.lang.Enum

The LifecycleEvent types.


Field Summary
static LifecycleEvent.Type ACTIVATED
          This LifecycleEvent is dispatched when a ConfigurableCacheFactory has been activated.
static LifecycleEvent.Type ACTIVATING
          This LifecycleEvent is dispatched prior to the activation of a ConfigurableCacheFactory.
static LifecycleEvent.Type DISPOSING
          This LifecycleEvent is dispatched when a ConfigurableCacheFactory is about to be disposed.

 

Method Summary
static LifecycleEvent.Type valueOf(java.lang.String name)
           
static LifecycleEvent.Type[] values()
           

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Field Detail

ACTIVATING

public static final LifecycleEvent.Type ACTIVATING
This LifecycleEvent is dispatched prior to the activation of a ConfigurableCacheFactory. This typically suggests that any autostart services have not been started, however will be after this event is emitted. See ConfigurableCacheFactory.activate() for more details.

ACTIVATED

public static final LifecycleEvent.Type ACTIVATED
This LifecycleEvent is dispatched when a ConfigurableCacheFactory has been activated. This typically means that all autostart services have been started. See ConfigurableCacheFactory.activate()) for more details.

DISPOSING

public static final LifecycleEvent.Type DISPOSING
This LifecycleEvent is dispatched when a ConfigurableCacheFactory is about to be disposed. After interceptors are notified of this event typically the ConfigurableCacheFactory will shut down all of it's services and clean up it's resources.

Method Detail

values

public static LifecycleEvent.Type[] values()

valueOf

public static LifecycleEvent.Type valueOf(java.lang.String name)

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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