Uses of Enum
org.osgi.service.subsystem.Subsystem.State
-
Uses of Subsystem.State in org.osgi.service.subsystem
Subclasses with type arguments of type Subsystem.State in org.osgi.service.subsystemModifier and TypeClassDescriptionstatic enumAn enumeration of the possible states of a subsystem.Methods in org.osgi.service.subsystem that return Subsystem.StateModifier and TypeMethodDescriptionSubsystem.getState()Returns the current state of this subsystem.static Subsystem.StateReturns the enum constant of this type with the specified name.static Subsystem.State[]Subsystem.State.values()Returns an array containing the constants of this enum type, in the order they are declared.