Uses of Class
com.hazelcast.core.LifecycleEvent.LifecycleState

Packages that use LifecycleEvent.LifecycleState
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of LifecycleEvent.LifecycleState in com.hazelcast.core
 

Methods in com.hazelcast.core that return LifecycleEvent.LifecycleState
 LifecycleEvent.LifecycleState LifecycleEvent.getState()
           
static LifecycleEvent.LifecycleState LifecycleEvent.LifecycleState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LifecycleEvent.LifecycleState[] LifecycleEvent.LifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.hazelcast.core with parameters of type LifecycleEvent.LifecycleState
LifecycleEvent(LifecycleEvent.LifecycleState state)
           
 



Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.