public interface MaximoClusters
Modifier and Type | Field and Description |
---|---|
static int |
Empty |
static int |
Error |
static java.lang.String |
SERVER_STATE_STARTED |
static java.lang.String |
SERVER_STATE_STOPPED |
static int |
Success |
Modifier and Type | Method and Description |
---|---|
int |
cleanUp() |
int |
start() |
int |
stop() |
static final int Empty
static final int Error
static final int Success
static final java.lang.String SERVER_STATE_STARTED
static final java.lang.String SERVER_STATE_STOPPED