|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceComponentDependency
Describes a service component dependency. They form descriptions of dependencies 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 int |
STATE_AVAILABLE_OPTIONAL
State constant for an available, optional dependency. |
static int |
STATE_AVAILABLE_REQUIRED
State constant for an available, required dependency. |
static String[] |
STATE_NAMES
Names for the states of this dependency. |
static int |
STATE_UNAVAILABLE_OPTIONAL
State constant for an unavailable, optional dependency. |
static int |
STATE_UNAVAILABLE_REQUIRED
State constant for an unavailable, required dependency. |
Method Summary | |
---|---|
String |
getName()
Returns the name of this dependency. |
int |
getState()
Returns the state of this dependency. |
String |
getType()
Returns the name of the type of this dependency. |
Field Detail |
---|
static final String[] STATE_NAMES
static final int STATE_UNAVAILABLE_OPTIONAL
static final int STATE_AVAILABLE_OPTIONAL
static final int STATE_UNAVAILABLE_REQUIRED
static final int STATE_AVAILABLE_REQUIRED
Method Detail |
---|
String getName()
String getType()
int getState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |