Method Summary |
|
public String | getBootstrapClassName() Get the bootstrap class name for the component. |
public List<String> | getBootstrapClassPathElements() Get the bootstrap class path elements. |
public String | getComponentClassName() Get the runtime class name for the component. |
public List<String> | getComponentClassPathElements() Get the component class path elements. |
public String | getComponentConfigurationNS() Get the namespace of the "Configuration" element in the jbi.xml, if one
exists. |
public String | getComponentConfigurationXml() Get the the "Configuration" element in the jbi.xml. |
public Element | getComponentLoggingXml() Get the the "Logging" element in the jbi.xml. |
public Element | getComponentObserverXml() Get the the "Observer" element in the jbi.xml. |
public com.sun.jbi.ComponentType | getComponentType() Get the component type (BINDING or ENGINE). |
public String | getDescription() Get the description of the component. |
public String | getName() Get the name of the component. |
public List<String> | getSharedLibraryIds() Get the list of shared library names for the component. |
public boolean | isBootstrapClassLoaderSelfFirst() Get the component installer self-first classloader setting. |
public boolean | isComponentClassLoaderSelfFirst() Get the component runtime self-first classloader setting. |