| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LifecycleServiceImpl.fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Constructor and Description | 
|---|
LifecycleEvent(LifecycleEvent.LifecycleState state)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.