|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentDeclaration
Describes a component. Component declarations form descriptions of components that are managed by the dependency manager. They can be used to query their state for monitoring tools. The dependency manager shell command is an example of such a tool.
Field Summary | |
---|---|
static String[] |
STATE_NAMES
Names for the states of this component. |
static int |
STATE_REGISTERED
State constant for a registered component. |
static int |
STATE_UNREGISTERED
State constant for an unregistered component. |
Method Summary | |
---|---|
ComponentDependencyDeclaration[] |
getComponentDependencies()
Returns a list of dependencies associated with this component. |
String |
getName()
Returns the name of this component. |
int |
getState()
Returns the state of this component. |
Field Detail |
---|
static final String[] STATE_NAMES
static final int STATE_UNREGISTERED
static final int STATE_REGISTERED
Method Detail |
---|
ComponentDependencyDeclaration[] getComponentDependencies()
String getName()
int getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |