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

Packages that use Descriptor
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 Descriptor in org.apache.servicemix.jbi.deployment
 

Methods in org.apache.servicemix.jbi.deployment that return Descriptor
static Descriptor DescriptorFactory.buildDescriptor(File descriptorFile)
          Build a jbi descriptor from a file archive
static Descriptor DescriptorFactory.buildDescriptor(URL url)
          Build a jbi descriptor from the specified URL
 

Methods in org.apache.servicemix.jbi.deployment with parameters of type Descriptor
static void DescriptorFactory.checkDescriptor(Descriptor descriptor)
          Check validity of the JBI descriptor
 

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

Methods in org.apache.servicemix.jbi.framework with parameters of type Descriptor
protected  InstallerMBeanImpl InstallationService.doInstallArchive(File tmpDirectory, Descriptor descriptor)
           
protected  void InstallationService.install(File tmpDir, Properties props, Descriptor root, boolean autoStart)
          Install an archive
protected  void AutoDeploymentService.updateComponent(AutoDeploymentService.ArchiveEntry entry, boolean autoStart, File tmpDir, Descriptor root)
           
protected  void AutoDeploymentService.updateServiceAssembly(AutoDeploymentService.ArchiveEntry entry, boolean autoStart, File tmpDir, Descriptor root)
           
protected  void AutoDeploymentService.updateSharedLibrary(AutoDeploymentService.ArchiveEntry entry, File tmpDir, Descriptor root)
           
 



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