| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Field and Description |
|---|---|
private OptionalDependency.DependencyState |
OptionalDependency.dependencyState
The
OptionalDependency.optionalDependency state, based on notifications that optionalDependency made to this
dependent. |
| Modifier and Type | Method and Description |
|---|---|
static OptionalDependency.DependencyState |
OptionalDependency.DependencyState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptionalDependency.DependencyState[] |
OptionalDependency.DependencyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|