Uses of Class
org.apache.servicemix.jbi.deployer.descriptor.ComponentDesc

Packages that use ComponentDesc
org.apache.servicemix.jbi.deployer.artifacts   
org.apache.servicemix.jbi.deployer.descriptor JBI descriptor POJOs based model. 
org.apache.servicemix.jbi.deployer.impl OSGi deployer implementation for JBI artifacts. 
 

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

Constructors in org.apache.servicemix.jbi.deployer.artifacts with parameters of type ComponentDesc
ComponentImpl(org.osgi.framework.Bundle bundle, ComponentDesc componentDesc, javax.jbi.component.Component component, org.osgi.service.prefs.Preferences prefs, boolean autoStart, SharedLibrary[] sharedLibraries)
           
 

Uses of ComponentDesc in org.apache.servicemix.jbi.deployer.descriptor
 

Methods in org.apache.servicemix.jbi.deployer.descriptor that return ComponentDesc
 ComponentDesc Descriptor.getComponent()
           
 

Methods in org.apache.servicemix.jbi.deployer.descriptor with parameters of type ComponentDesc
 void Descriptor.setComponent(ComponentDesc component)
           
 

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

Methods in org.apache.servicemix.jbi.deployer.impl that return ComponentDesc
 ComponentDesc InstallationContextImpl.getDescriptor()
           
 

Methods in org.apache.servicemix.jbi.deployer.impl with parameters of type ComponentDesc
 ComponentImpl Deployer.registerComponent(org.osgi.framework.Bundle bundle, ComponentDesc componentDesc, javax.jbi.component.Component innerComponent, SharedLibrary[] sharedLibraries)
           
 

Constructors in org.apache.servicemix.jbi.deployer.impl with parameters of type ComponentDesc
InstallationContextImpl(ComponentDesc descriptor, Environment environment, org.fusesource.commons.management.ManagementStrategy managementStrategy, javax.management.MBeanServer mbeanServer)
           
 



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