|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceComponent
Describes a service component. Service components form descriptions of services 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 | |
---|---|
ServiceComponentDependency[] |
getComponentDependencies()
Returns a list of dependencies associated with this service component. |
String |
getName()
Returns the name of this service component. |
int |
getState()
Returns the state of this service component. |
Field Detail |
---|
static final String[] STATE_NAMES
static final int STATE_UNREGISTERED
static final int STATE_REGISTERED
Method Detail |
---|
ServiceComponentDependency[] getComponentDependencies()
String getName()
int getState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |