public interface ComponentStatusProvider
Modifier and Type | Field and Description |
---|---|
static int |
CONFIGURED_VIA_DEPLOYMENT |
static int |
CONFIGURED_VIA_PROPERTIES |
static int |
NOT_CONFIGURED |
Modifier and Type | Method and Description |
---|---|
int |
getStatus(java.lang.String componentID)
Returns the status of a NERV component, specified by a given componentID.
|
static final int NOT_CONFIGURED
static final int CONFIGURED_VIA_PROPERTIES
static final int CONFIGURED_VIA_DEPLOYMENT
int getStatus(java.lang.String componentID) throws NervException
public static final int NOT_CONFIGURED = 0;
public static final int CONFIGURED_VIA_PROPERTIES = 1;
public static final int CONFIGURED_VIA_DEPLOYMENT = 2;
componentID
- A NERV component identifierNervException