getServiceUnitList() Get the list of ServiceUnitInfo objects representing all the SUs that
are currently deployed to this component; for Shared Libraries this is
null.
Determine if the supplied Object is equal to this one.
Parameters: object - - the Object to be compared with this one. true if the supplied Object is equal to this one.
Get the class path elements that this BC or SE needs in its bootstrap
runtime environment.
A list of the elements of the bootstrap class path as strings.
Get the class path elements. For BCs and SEs this is the list of elements
that comprise the runtime class path; for Shared Libraries it is the list
of elements that comprise the shared class path. Each element in the list
is a String representing a single jar file or directory.
List of jar files and directories that comprise the class pathfor the component or shared library.
Get the component class name. For BCs and SEs this is the name of
the class that implements the
javax.jbi.component.Component
interface; for Shared Libraries it is null.
the name of the Component class.
Get the list of ServiceUnitInfo objects representing all the SUs that
are currently deployed to this component; for Shared Libraries this is
null.
List of ServiceUnitInfo objects.
Get the list of Shared Libraries required by this component. For BCs
and SEs, this is the list of Shared Library names in the order that they
appear in the class loader chain; for Shared Libraries this is null.
List of Strings containing Shared Library names.