Package | Description |
---|---|
com.devexperts.mars.common |
This package contains a MARS data model and public API.
|
Modifier and Type | Field and Description |
---|---|
static MARSStatus |
MARSStatus.ERROR |
static MARSStatus |
MARSStatus.OK |
static MARSStatus |
MARSStatus.REMOVED |
static MARSStatus |
MARSStatus.UNDEFINED |
static MARSStatus |
MARSStatus.WARNING |
Modifier and Type | Method and Description |
---|---|
static MARSStatus |
MARSStatus.find(String status)
Returns status embedded in the specified string by matching it's prefix with known statuses.
|
Modifier and Type | Method and Description |
---|---|
void |
MARSNode.setStatus(MARSStatus marsStatus)
Sets new status of this node; does nothing if null is specified.
|
void |
MARSNode.setStatus(MARSStatus marsStatus,
long timestamp) |
void |
MARSNode.setStatus(MARSStatus marsStatus,
String statusMessage)
Sets new status of this node; does nothing if marsStatus == null is specified.
|
void |
MARSNode.setStatus(MARSStatus marsStatus,
String statusMessage,
long timestamp) |
static String |
MARSStatus.toString(MARSStatus marsStatus)
Returns the string representation of the
MARSStatus argument. |
Copyright © 2014 Devexperts. All Rights Reserved.