public interface ServiceComponentDependency
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 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.
|
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
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.