public interface ComponentDependencyDeclaration
Modifier and Type | Field and Description |
---|---|
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 java.lang.String[] |
STATE_NAMES
Names for the states of this dependency.
|
static int |
STATE_OPTIONAL
State constant for an optional dependency that has not been started yet.
|
static int |
STATE_REQUIRED
State constant for a required dependency that has not been started yet.
|
static int |
STATE_UNAVAILABLE_OPTIONAL
State constant for an unavailable, optional dependency.
|
static int |
STATE_UNAVAILABLE_REQUIRED
State 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()