com.hazelcast.client
Class LifecycleServiceClientImpl
java.lang.Object
com.hazelcast.client.LifecycleServiceClientImpl
- All Implemented Interfaces:
- LifecycleService
public class LifecycleServiceClientImpl
- extends Object
- implements LifecycleService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleServiceClientImpl
public LifecycleServiceClientImpl(HazelcastClient hazelcastClient)
addLifecycleListener
public void addLifecycleListener(LifecycleListener lifecycleListener)
- Specified by:
addLifecycleListener in interface LifecycleService
removeLifecycleListener
public void removeLifecycleListener(LifecycleListener lifecycleListener)
- Specified by:
removeLifecycleListener in interface LifecycleService
fireLifecycleEvent
public void fireLifecycleEvent(LifecycleEvent.LifecycleState lifecycleState)
fireLifecycleEvent
public void fireLifecycleEvent(LifecycleEvent event)
resume
public boolean resume()
- Specified by:
resume in interface LifecycleService
pause
public boolean pause()
- Specified by:
pause in interface LifecycleService
shutdown
public void shutdown()
- Specified by:
shutdown in interface LifecycleService
restart
public void restart()
- Specified by:
restart in interface LifecycleService
isRunning
public boolean isRunning()
- Specified by:
isRunning in interface LifecycleService
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.