Uses of Class
org.jboss.osgi.spi.capability.Capability

Packages that use Capability
org.jboss.osgi.spi.capability Capabilities that can be installed in the OSGi framework. 
org.jboss.osgi.spi.testing OSGi test support classes and interfaces. 
 

Uses of Capability in org.jboss.osgi.spi.capability
 

Subclasses of Capability in org.jboss.osgi.spi.capability
 class BlueprintCapability
          Adds the Blueprint capability to the OSGiRuntime under test.
 class ConfigAdminCapability
          Adds the OSGi compedium ConfigAdmin capability to the OSGiRuntime under test.
 class HttpCapability
          Adds the HttpService capability to the OSGiRuntime under test.
 class HuskyCapability
          Adds the Husky testing capability to the OSGiRuntime under test.
 class JAXBCapability
          Adds the JAXB capability to the OSGiRuntime under test.
 class JMXCapability
          Adds the JMX capability to the OSGiRuntime under test.
 class JNDICapability
          Adds the JNDI capability to the OSGiRuntime under test.
 class MicrocontainerCapability
          Adds the Microcontainer capability to the OSGiRuntime under test.
 class RemoteLogCapability
          Adds the RemoteLog capability to the OSGiRuntime under test.
 class XMLBindingCapability
          Adds the JBossXB capability to the OSGiRuntime under test.
 class XMLParserCapability
          Adds the XML parser capability to the OSGiRuntime under test.
 

Methods in org.jboss.osgi.spi.capability that return types with arguments of type Capability
 java.util.List<Capability> Capability.getDependencies()
           
 

Uses of Capability in org.jboss.osgi.spi.testing
 

Methods in org.jboss.osgi.spi.testing with parameters of type Capability
 void OSGiRuntime.addCapability(Capability capability)
          Add a Capability to the runtime.
 void OSGiRuntime.removeCapability(Capability capability)
          Remove a Capability from the runtime.
 



Copyright © 2009. All Rights Reserved.