| Package | Description | 
|---|---|
| com.hazelcast.client | 
 Contains classes/interfaces related to Client 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LifecycleServiceImpl.fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState)  | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.