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

java.lang.Object
  extended by org.apache.servicemix.jbi.deployer.descriptor.ComponentDesc

public class ComponentDesc
extends java.lang.Object

The <jbi:component> element.


Constructor Summary
ComponentDesc()
           
 
Method Summary
 java.lang.String getBootstrapClassLoaderDelegation()
           
 java.lang.String getBootstrapClassName()
           
 ClassPath getBootstrapClassPath()
           
 java.lang.String getComponentClassLoaderDelegation()
           
 java.lang.String getComponentClassName()
           
 ClassPath getComponentClassPath()
           
 java.lang.String getDescription()
           
 InstallationDescriptorExtension getDescriptorExtension()
           
 Identification getIdentification()
           
 SharedLibraryList[] getSharedLibraries()
           
 java.lang.String getType()
           
 boolean isBindingComponent()
           
 boolean isBootstrapClassLoaderDelegationParentFirst()
           
 boolean isBootstrapClassLoaderDelegationSelfFirst()
           
 boolean isComponentClassLoaderDelegationParentFirst()
           
 boolean isComponentClassLoaderDelegationSelfFirst()
           
protected  boolean isParentFirst(java.lang.String text)
           
protected  boolean isSelfFirst(java.lang.String text)
           
 boolean isServiceEngine()
           
 void setBootstrapClassLoaderDelegation(java.lang.String bootstrapClassLoaderDelegation)
           
 void setBootstrapClassName(java.lang.String bootstrapClassName)
           
 void setBootstrapClassPath(ClassPath bootstrapClassPath)
           
 void setComponentClassLoaderDelegation(java.lang.String componentClassLoaderDelegation)
           
 void setComponentClassName(java.lang.String componentClassName)
           
 void setComponentClassPath(ClassPath componentClassPath)
           
 void setDescription(java.lang.String description)
           
 void setDescriptorExtension(InstallationDescriptorExtension descriptorExtension)
           
 void setIdentification(Identification identification)
           
 void setSharedLibraries(SharedLibraryList[] sharedLibraries)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDesc

public ComponentDesc()
Method Detail

isServiceEngine

public boolean isServiceEngine()

isBindingComponent

public boolean isBindingComponent()

isComponentClassLoaderDelegationParentFirst

public boolean isComponentClassLoaderDelegationParentFirst()

isComponentClassLoaderDelegationSelfFirst

public boolean isComponentClassLoaderDelegationSelfFirst()

isBootstrapClassLoaderDelegationParentFirst

public boolean isBootstrapClassLoaderDelegationParentFirst()

isBootstrapClassLoaderDelegationSelfFirst

public boolean isBootstrapClassLoaderDelegationSelfFirst()

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getComponentClassLoaderDelegation

public java.lang.String getComponentClassLoaderDelegation()

setComponentClassLoaderDelegation

public void setComponentClassLoaderDelegation(java.lang.String componentClassLoaderDelegation)

getBootstrapClassLoaderDelegation

public java.lang.String getBootstrapClassLoaderDelegation()

setBootstrapClassLoaderDelegation

public void setBootstrapClassLoaderDelegation(java.lang.String bootstrapClassLoaderDelegation)

getIdentification

public Identification getIdentification()

setIdentification

public void setIdentification(Identification identification)

getComponentClassName

public java.lang.String getComponentClassName()

setComponentClassName

public void setComponentClassName(java.lang.String componentClassName)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getComponentClassPath

public ClassPath getComponentClassPath()

setComponentClassPath

public void setComponentClassPath(ClassPath componentClassPath)

getBootstrapClassName

public java.lang.String getBootstrapClassName()

setBootstrapClassName

public void setBootstrapClassName(java.lang.String bootstrapClassName)

getBootstrapClassPath

public ClassPath getBootstrapClassPath()

setBootstrapClassPath

public void setBootstrapClassPath(ClassPath bootstrapClassPath)

getSharedLibraries

public SharedLibraryList[] getSharedLibraries()

setSharedLibraries

public void setSharedLibraries(SharedLibraryList[] sharedLibraries)

getDescriptorExtension

public InstallationDescriptorExtension getDescriptorExtension()

setDescriptorExtension

public void setDescriptorExtension(InstallationDescriptorExtension descriptorExtension)

isParentFirst

protected boolean isParentFirst(java.lang.String text)

isSelfFirst

protected boolean isSelfFirst(java.lang.String text)


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