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

Packages that use SharedLibraryDesc
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 SharedLibraryDesc in org.apache.servicemix.jbi.deployer.artifacts
 

Constructors in org.apache.servicemix.jbi.deployer.artifacts with parameters of type SharedLibraryDesc
SharedLibraryImpl(org.osgi.framework.Bundle bundle, SharedLibraryDesc library, ClassLoader classLoader)
           
 

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

Methods in org.apache.servicemix.jbi.deployer.descriptor that return SharedLibraryDesc
 SharedLibraryDesc Descriptor.getSharedLibrary()
           
 

Methods in org.apache.servicemix.jbi.deployer.descriptor with parameters of type SharedLibraryDesc
 void Descriptor.setSharedLibrary(SharedLibraryDesc sharedLibrary)
           
 

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

Methods in org.apache.servicemix.jbi.deployer.impl with parameters of type SharedLibraryDesc
 SharedLibraryImpl Deployer.registerSharedLibrary(org.osgi.framework.Bundle bundle, SharedLibraryDesc sharedLibraryDesc, ClassLoader classLoader)
           
 



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