Uses of Class
org.apache.servicemix.jbi.deployer.artifacts.ComponentImpl

Packages that use ComponentImpl
org.apache.servicemix.jbi.deployer.artifacts   
org.apache.servicemix.jbi.deployer.impl OSGi deployer implementation for JBI artifacts. 
 

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

Methods in org.apache.servicemix.jbi.deployer.artifacts that return ComponentImpl
 ComponentImpl ServiceUnitImpl.getComponentImpl()
           
 

Constructors in org.apache.servicemix.jbi.deployer.artifacts with parameters of type ComponentImpl
ServiceUnitImpl(ServiceUnitDesc serviceUnitDesc, File rootDir, ComponentImpl component)
           
 

Uses of ComponentImpl in org.apache.servicemix.jbi.deployer.impl
 

Methods in org.apache.servicemix.jbi.deployer.impl that return ComponentImpl
 ComponentImpl Deployer.getComponent(String name)
           
 ComponentImpl Deployer.registerComponent(org.osgi.framework.Bundle bundle, ComponentDesc componentDesc, javax.jbi.component.Component innerComponent, SharedLibrary[] sharedLibraries)
           
 

Methods in org.apache.servicemix.jbi.deployer.impl that return types with arguments of type ComponentImpl
 Map<String,ComponentImpl> Deployer.getComponents()
           
 

Methods in org.apache.servicemix.jbi.deployer.impl with parameters of type ComponentImpl
 ServiceUnitImpl Deployer.createServiceUnit(ServiceUnitDesc sud, File suRootDir, ComponentImpl component)
           
protected  void Deployer.unregisterComponent(ComponentImpl component)
           
 



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