| Modifier and Type | Method and Description |
|---|---|
WatchDog.ServiceState |
WatchDog.getServiceState() |
static WatchDog.ServiceState |
WatchDog.ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchDog.ServiceState[] |
WatchDog.ServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatchDog.waitForServiceState(WatchDog.ServiceState serviceSatet) |
void |
WatchDog.waitForServiceState(WatchDog.ServiceState serviceState,
long timeout,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
WatchDog.addObserver(Observer<WatchDog.ServiceState> observer) |
void |
WatchDog.removeObserver(Observer<WatchDog.ServiceState> observer) |
Copyright © 2015–2017 openbase.org. All rights reserved.