|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component
This interface provides support for managing components.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_ID
DSC component identifier. |
static java.lang.String |
COMPONENT_VERSION
DSC component version. |
static java.lang.String |
PARENT_FIRST
First parent. |
static java.lang.String |
PARENT_LAST
Last parent. |
static int |
PAUSED
Paused state. |
static int |
RUNNING
Running state. |
static int |
STOPPED
Stopped state. |
static int |
UNKNOWN
Unknown state. |
Method Summary | |
---|---|
long |
getArchiveId()
Retrieves the archive identifier. |
java.lang.String |
getBootstrapClass()
Retrieves the bootstrap class. |
java.lang.String |
getClassPath()
Retrieves the class path. |
org.w3c.dom.Document |
getComponentDescriptor()
Retrieves the component descriptor. |
java.lang.String |
getComponentId()
Retrieves the component identifier. |
java.util.Date |
getCreateTime()
Retrieves the creation time. |
DataType[] |
getDataTypes()
Retrieves the data types. |
java.lang.String |
getDescriptor()
Retrieves the component descriptor. |
java.lang.String |
getDescriptorClass()
Retrieves the descriptor class. |
java.lang.Object[][] |
getDynamicImports()
Retrieves all the dynamic imports. |
java.lang.Object[][] |
getExports()
Retrieves all the exports. |
java.lang.Object[][] |
getImports()
Retrieves all the imports. |
java.lang.String |
getInvokerClass()
Retrieves the invoker class. |
java.lang.String |
getLifeCycleClass()
Retrieves the LifeCycle class. |
java.lang.String |
getLoadClass()
Retrieves the load class. |
PropertyEditorComponent[] |
getPropertyEditors()
Deprecated. |
java.lang.String |
getSearchOrder()
Retrieves the search order. |
java.lang.String |
getServiceDeployerClass()
Retrieves the service deployer class. |
org.w3c.dom.Element |
getServiceDescriptor(java.lang.String aServiceName)
Retrieves the service descriptor. |
org.w3c.dom.Element[] |
getServiceDescriptors()
Retrieves all the service descriptors. |
java.lang.String |
getServiceFactoryAccessorMethod()
Retrieves the service factory accessor method which is used to retrieve an instance of the service factory |
java.lang.String |
getServiceFactoryClass()
Retrieves the factory class name which will be used to create instances of the service |
java.lang.String |
getServiceLifeCycleClass()
Retrieves the service LifeCycle class. |
int |
getState()
Retrieves the component state. |
boolean |
getSupportsExport()
Determines whether export is supported. |
java.util.Date |
getUpdateTime()
Retrieves the last time the component was updated. |
java.lang.String |
getVersion()
Retrieves the component version. |
void |
setState(int aState)
Sets the component state. |
Field Detail |
---|
static final int UNKNOWN
static final int STOPPED
static final int RUNNING
static final int PAUSED
static final java.lang.String PARENT_FIRST
static final java.lang.String PARENT_LAST
static final java.lang.String COMPONENT_ID
static final java.lang.String COMPONENT_VERSION
Method Detail |
---|
java.lang.String getComponentId()
java.lang.String getVersion()
java.lang.String getBootstrapClass()
java.lang.String getLifeCycleClass()
java.lang.String getLoadClass()
java.lang.String getServiceDeployerClass()
java.lang.String getServiceLifeCycleClass()
java.lang.String getDescriptorClass()
java.lang.String getInvokerClass()
java.lang.String getClassPath()
java.lang.String getDescriptor()
java.lang.String
containing the component descriptor.org.w3c.dom.Document getComponentDescriptor()
org.w3c.dom.Document
containing the component descriptor.org.w3c.dom.Element getServiceDescriptor(java.lang.String aServiceName)
org.w3c.dom.Element
containing the service descriptor.org.w3c.dom.Element[] getServiceDescriptors()
org.w3c.dom.Element
objects containing the service descriptors.int getState()
void setState(int aState)
aState
- The component state.java.lang.Object[][] getImports()
java.lang.Object[][] getDynamicImports()
java.lang.Object[][] getExports()
java.lang.String getSearchOrder()
long getArchiveId()
boolean getSupportsExport()
true
if export is supported, false
otherwise.PropertyEditorComponent[] getPropertyEditors()
DataType[] getDataTypes()
java.util.Date getUpdateTime()
java.util.Date getCreateTime()
java.lang.String getServiceFactoryClass()
java.lang.String getServiceFactoryAccessorMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |