Uses of Class
org.osgi.service.subsystem.Subsystem.State
-
Packages that use Subsystem.State Package Description org.osgi.service.subsystem Subsystem Service Package Version 1.1. -
-
Uses of Subsystem.State in org.osgi.service.subsystem
Methods in org.osgi.service.subsystem that return Subsystem.State Modifier and Type Method Description Subsystem.State
Subsystem. getState()
Returns the current state of this subsystem.static Subsystem.State
Subsystem.State. valueOf(java.lang.String name)
Returns 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.
-