Uses of Interface
org.apache.servicemix.jbi.deployer.Component

Packages that use Component
org.apache.servicemix.jbi.deployer Contains interfaces defining Services associated to JBI artifacts. 
org.apache.servicemix.jbi.deployer.artifacts   
 

Uses of Component in org.apache.servicemix.jbi.deployer
 

Methods in org.apache.servicemix.jbi.deployer that return Component
 Component ServiceUnit.getComponent()
          Retrieve the Component onto which this ServiceUnit is deployed
 Component[] SharedLibrary.getComponents()
          Retrieve a list of components using this shared library
 

Uses of Component in org.apache.servicemix.jbi.deployer.artifacts
 

Classes in org.apache.servicemix.jbi.deployer.artifacts that implement Component
 class ComponentImpl
           
 

Methods in org.apache.servicemix.jbi.deployer.artifacts that return Component
 Component ServiceUnitImpl.getComponent()
           
 Component[] SharedLibraryImpl.getComponents()
           
 

Methods in org.apache.servicemix.jbi.deployer.artifacts with parameters of type Component
 void SharedLibraryImpl.addComponent(Component component)
           
 void SharedLibraryImpl.removeComponent(Component component)
           
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.