com.hazelcast.client
Class LifecycleServiceImpl
java.lang.Object
com.hazelcast.client.LifecycleServiceImpl
- All Implemented Interfaces:
- LifecycleService
public final class LifecycleServiceImpl
- extends Object
- implements LifecycleService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleServiceImpl
public LifecycleServiceImpl(HazelcastClient client)
addLifecycleListener
public String addLifecycleListener(LifecycleListener lifecycleListener)
- Specified by:
addLifecycleListener in interface LifecycleService
removeLifecycleListener
public boolean removeLifecycleListener(String registrationId)
- Specified by:
removeLifecycleListener in interface LifecycleService
fireLifecycleEvent
public void fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState)
isRunning
public boolean isRunning()
- Specified by:
isRunning in interface LifecycleService
shutdown
public void shutdown()
- Specified by:
shutdown in interface LifecycleService
terminate
public void terminate()
- Specified by:
terminate in interface LifecycleService
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.