public interface RuntimeState
Modifier and Type | Field and Description |
---|---|
static String |
READY
Common state value for indicating that a runtime is ready but not started.
|
static String |
RUNNING
Common state value for indicating that a runtime is running.
|
static String |
STOPPED
Common state value for indicating that a runtime is stopped.
|
static String |
UNKNOWN
Common state value for indicating that a it's not possible to establish current runtime state.
|
Modifier and Type | Method and Description |
---|---|
String |
getStartedAt() |
String |
getState() |
static final String UNKNOWN
static final String READY
static final String RUNNING
static final String STOPPED
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.