public interface ComponentInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Determine if the supplied Object is equal to this one.
|
String |
getBootstrapClassName()
Get the class name of the bootstrap implementation for this BC or SE.
|
List<String> |
getBootstrapClassPathElements()
Get the class path elements that this BC or SE needs in its bootstrap
runtime environment.
|
List<String> |
getClassPathElements()
Get the class path elements.
|
String |
getComponentClassName()
Get the component class name.
|
ComponentType |
getComponentType()
Get the component type.
|
String |
getDescription()
Get the description of the component.
|
String |
getInstallationDescriptor()
Get the Installation Descriptor ( jbi.xml ) for the Component / Shared Library.
|
String |
getInstallRoot()
Get the directory into which this component is installed.
|
String |
getName()
Get the name of the component.
|
Map<String,String> |
getProperties()
Get the installation specific properties for the component.
|
List<ServiceUnitInfo> |
getServiceUnitList()
Get the list of ServiceUnitInfo objects representing all the SUs that
are currently deployed to this component; for Shared Libraries this is
null.
|
List<String> |
getSharedLibraryNames()
Get the list of Shared Libraries required by this component.
|
ComponentState |
getStatus()
Get the Status of the Component.
|
String |
getWorkspaceRoot()
Get the workspace for the component
|
int |
hashCode()
Get a hash code for this ComponentInfo.
|
boolean |
isBootstrapClassLoaderSelfFirst() |
boolean |
isClassLoaderSelfFirst() |
boolean equals(Object object)
List<String> getClassPathElements()
String getComponentClassName()
javax.jbi.component.Component
interface; for Shared Libraries it is null.ComponentType getComponentType()
String getDescription()
String getInstallRoot()
String getWorkspaceRoot()
String getName()
List<ServiceUnitInfo> getServiceUnitList()
List<String> getSharedLibraryNames()
ComponentState getStatus()
int hashCode()
Map<String,String> getProperties()
boolean isBootstrapClassLoaderSelfFirst()
boolean isClassLoaderSelfFirst()
List<String> getBootstrapClassPathElements()
String getBootstrapClassName()
String getInstallationDescriptor()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.