public final class State extends Object
| Constructor and Description |
|---|
State(List deps,
boolean isActive)
Creates a new state instance.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getDependencies() |
boolean |
isInactive() |
boolean |
isTrackingOptional() |
boolean |
isWaitingForRequired() |
String |
toString() |
public State(List deps, boolean isActive)
deps - the dependencies that determine the stateisActive - true if the service is active (started)Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.