Method Summary |
|
java.util.List | getAbsoluteClassPathElements() Get a list of elements that comprise the class path for this component.
Each element represents either a directory (containing class files) or a
jar/zip file. |
String | getDescription() Return the description of the component. |
String | getWorkspaceRoot() Return the workspace root directory for the component. |
boolean | isBinding() Return an indication as to whether the component being installed is a
Binding Component. |
boolean | isBootstrapClassLoaderSelfFirst() Return an indication as to whether the bootstrap class loader should
use the normal hierarchy (parent-first) or an inverted hierarchy
(self-first).
true if the bootstrap class loader should use the self-firsthierarchy, false if it should use parent-first. |
boolean | isComponentClassLoaderSelfFirst() Return an indication as to whether the component class loader should
use the normal hierarchy (parent-first) or an inverted hierarchy
(self-first).
true if the component class loader should use the self-firsthierarchy, false if it should use parent-first. |
boolean | isEngine() Return an indication as to whether the component being installed is a
Service Engine. |
void | setContext(javax.jbi.component.ComponentContext context) Set the reference to the ComponentContext for this component. |