ch.bind.philib.lang
Class ServiceState
java.lang.Object
ch.bind.philib.lang.ServiceState
public final class ServiceState
- extends Object
- Author:
- Philipp Meinen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceState
public ServiceState()
isUninitialized
public boolean isUninitialized()
isOpen
public boolean isOpen()
isClosing
public boolean isClosing()
isClosed
public boolean isClosed()
isClosingOrClosed
public boolean isClosingOrClosed()
setOpen
public void setOpen()
setClosing
public void setClosing()
setClosed
public void setClosed()
awaitOpen
public void awaitOpen()
throws InterruptedException
- Throws:
InterruptedException
awaitClosing
public void awaitClosing()
throws InterruptedException
- Throws:
InterruptedException
awaitClosed
public void awaitClosed()
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2013. All Rights Reserved.