Uses of Interface
org.osgi.service.subsystem.Subsystem

Packages that use Subsystem
org.apache.aries.subsystem   
org.osgi.service.subsystem Subsystem Service Package Version 1.0. 
 

Uses of Subsystem in org.apache.aries.subsystem
 

Subinterfaces of Subsystem in org.apache.aries.subsystem
 interface AriesSubsystem
           
 

Uses of Subsystem in org.osgi.service.subsystem
 

Methods in org.osgi.service.subsystem that return Subsystem
 Subsystem Subsystem.install(String location)
          Installs a subsystem from the specified location identifier.
 Subsystem Subsystem.install(String location, InputStream content)
          Installs a subsystem from the specified content.
 

Methods in org.osgi.service.subsystem that return types with arguments of type Subsystem
 Collection<Subsystem> Subsystem.getChildren()
          Returns the child subsystems of this subsystem.
 Collection<Subsystem> Subsystem.getParents()
          Returns the parent subsystems of this subsystem.
 

Constructors in org.osgi.service.subsystem with parameters of type Subsystem
SubsystemPermission(Subsystem subsystem, String actions)
          Creates a new requested SubsystemPermission object to be used by the code that must perform checkPermission.
 



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