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

Packages that use LifecycleEvent.LifecycleState
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of LifecycleEvent.LifecycleState in com.hazelcast.client
 

Methods in com.hazelcast.client with parameters of type LifecycleEvent.LifecycleState
 void LifecycleServiceImpl.fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState)
           
 

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 © 2014 Hazelcast, Inc.. All Rights Reserved.