public interface ServiceComponent
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final String[] STATE_NAMES
static final int STATE_UNREGISTERED
static final int STATE_REGISTERED
ServiceComponentDependency[] getComponentDependencies()
String getName()
int getState()
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.