Uses of Class
org.apache.servicemix.jbi.deployment.SharedLibrary

Packages that use SharedLibrary
org.apache.servicemix.jbi.deployment   
org.apache.servicemix.jbi.framework Component Framwork - internal representations of Components and registries for end points, service units etc Provides standard Installation and Deployment services 
 

Uses of SharedLibrary in org.apache.servicemix.jbi.deployment
 

Methods in org.apache.servicemix.jbi.deployment that return SharedLibrary
 SharedLibrary Descriptor.getSharedLibrary()
           
 

Methods in org.apache.servicemix.jbi.deployment with parameters of type SharedLibrary
 void Descriptor.setSharedLibrary(SharedLibrary sharedLibrary)
           
 

Uses of SharedLibrary in org.apache.servicemix.jbi.framework
 

Methods in org.apache.servicemix.jbi.framework that return SharedLibrary
 SharedLibrary SharedLibrary.getLibrary()
           
 

Methods in org.apache.servicemix.jbi.framework with parameters of type SharedLibrary
protected  String InstallationService.doInstallSharedLibrary(File tmpDirectory, SharedLibrary descriptor)
           
 void Registry.registerSharedLibrary(SharedLibrary sl, File installationDir)
           
 

Constructors in org.apache.servicemix.jbi.framework with parameters of type SharedLibrary
SharedLibrary(SharedLibrary library, File installationDir)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.