|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.client.impl.LifecycleServiceImpl
public final class LifecycleServiceImpl
Default LifecycleService implementation for the client.
| Constructor Summary | |
|---|---|
LifecycleServiceImpl(HazelcastClientInstanceImpl client)
|
|
| Method Summary | |
|---|---|
String |
addLifecycleListener(LifecycleListener lifecycleListener)
Add a listener object to listen for lifecycle events. |
void |
fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState)
|
boolean |
isRunning()
checks whether or not the instance is running |
boolean |
removeLifecycleListener(String registrationId)
Removes a lifecycle listener |
void |
setStarted()
|
void |
shutdown()
gracefully shutdowns HazelcastInstance. |
void |
terminate()
terminate HazelcastInstance ungracefully. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LifecycleServiceImpl(HazelcastClientInstanceImpl client)
| Method Detail |
|---|
public String addLifecycleListener(LifecycleListener lifecycleListener)
LifecycleService
addLifecycleListener in interface LifecycleServicelifecycleListener - the listener object
public boolean removeLifecycleListener(String registrationId)
LifecycleService
removeLifecycleListener in interface LifecycleServiceregistrationId - The listener id returned by LifecycleService.addLifecycleListener(LifecycleListener)
public void fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState)
public void setStarted()
public boolean isRunning()
LifecycleService
isRunning in interface LifecycleServicepublic void shutdown()
LifecycleServiceLifecycleService.terminate(),
it waits for partition operations to be completed.
shutdown in interface LifecycleServicepublic void terminate()
LifecycleService
terminate in interface LifecycleService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||