Uses of Class
org.jboss.msc.service.OptionalDependency.DependencyState
-
Packages that use OptionalDependency.DependencyState Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of OptionalDependency.DependencyState in org.jboss.msc.service
Fields in org.jboss.msc.service declared as OptionalDependency.DependencyState Modifier and Type Field Description private OptionalDependency.DependencyState
OptionalDependency. dependencyState
TheOptionalDependency.optionalDependency
state, based on notifications thatoptionalDependency
made to this dependent.Methods in org.jboss.msc.service that return OptionalDependency.DependencyState Modifier and Type Method 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.
-