org.apache.servicemix.jbi.deployment
Class Component

java.lang.Object
  extended by org.apache.servicemix.jbi.deployment.Component

public class Component
extends Object

Version:
$Revision: 426415 $

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

Constructor Detail

Component

public Component()
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 String getType()

setType

public void setType(String type)

getComponentClassLoaderDelegation

public String getComponentClassLoaderDelegation()

setComponentClassLoaderDelegation

public void setComponentClassLoaderDelegation(String componentClassLoaderDelegation)

getBootstrapClassLoaderDelegation

public String getBootstrapClassLoaderDelegation()

setBootstrapClassLoaderDelegation

public void setBootstrapClassLoaderDelegation(String bootstrapClassLoaderDelegation)

getIdentification

public Identification getIdentification()

setIdentification

public void setIdentification(Identification identification)

getComponentClassName

public String getComponentClassName()

setComponentClassName

public void setComponentClassName(String componentClassName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getComponentClassPath

public ClassPath getComponentClassPath()

setComponentClassPath

public void setComponentClassPath(ClassPath componentClassPath)

getBootstrapClassName

public String getBootstrapClassName()

setBootstrapClassName

public void setBootstrapClassName(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(String text)

isSelfFirst

protected boolean isSelfFirst(String text)


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