Uses of Class
org.osgi.service.subsystem.Subsystem.State

Packages that use Subsystem.State
org.apache.aries.subsystem.core.archive   
org.apache.aries.subsystem.core.internal   
org.osgi.service.subsystem Subsystem Service Package Version 1.0. 
 

Uses of Subsystem.State in org.apache.aries.subsystem.core.archive
 

Methods in org.apache.aries.subsystem.core.archive with parameters of type Subsystem.State
 DeploymentManifest.Builder DeploymentManifest.Builder.state(Subsystem.State value)
           
 

Uses of Subsystem.State in org.apache.aries.subsystem.core.internal
 

Methods in org.apache.aries.subsystem.core.internal that return Subsystem.State
 Subsystem.State BasicSubsystem.getState()
           
 

Uses of Subsystem.State in org.osgi.service.subsystem
 

Methods in org.osgi.service.subsystem that return Subsystem.State
 Subsystem.State Subsystem.getState()
          Returns the current state of this subsystem.
static Subsystem.State Subsystem.State.valueOf(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.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.