public interface ComponentDependencyDeclaration
| Modifier and Type | Field and Description | 
|---|---|
| static int | STATE_AVAILABLE_OPTIONALState constant for an available, optional dependency. | 
| static int | STATE_AVAILABLE_REQUIREDState constant for an available, required dependency. | 
| static java.lang.String[] | STATE_NAMESNames for the states of this dependency. | 
| static int | STATE_OPTIONALState constant for an optional dependency that has not been started yet. | 
| static int | STATE_REQUIREDState constant for a required dependency that has not been started yet. | 
| static int | STATE_UNAVAILABLE_OPTIONALState constant for an unavailable, optional dependency. | 
| static int | STATE_UNAVAILABLE_REQUIREDState constant for an unavailable, required dependency. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getFilter()Returns the Dependency filter or null | 
| java.lang.String | getName()Returns the name of this dependency (a generic name with optional info separated by spaces) | 
| java.lang.String | getSimpleName()Returns the simple dependency name (service classname for example) | 
| int | getState()Returns the state of this dependency. | 
| java.lang.String | getType()Returns the name of the type of this dependency. | 
static final java.lang.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
static final int STATE_OPTIONAL
static final int STATE_REQUIRED
java.lang.String getName()
java.lang.String getSimpleName()
java.lang.String getFilter()
java.lang.String getType()
int getState()