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

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

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

Methods in org.apache.servicemix.jbi.deployer.impl that return DeployedAssembly
 DeployedAssembly ServiceAssemblyInstaller.getDeployedAssembly()
           
 

Methods in org.apache.servicemix.jbi.deployer.impl with parameters of type DeployedAssembly
 void Deployer.registerDeployedServiceAssembly(org.osgi.framework.ServiceReference reference, DeployedAssembly assembly)
           
 void Deployer.unregisterDeployedServiceAssembly(org.osgi.framework.ServiceReference reference, DeployedAssembly assembly)
           
 

Constructors in org.apache.servicemix.jbi.deployer.impl with parameters of type DeployedAssembly
ServiceAssemblyInstaller(Deployer deployer, Descriptor descriptor, DeployedAssembly deployedAssembly, boolean autoStart)
           
 



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