public class Status extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUILD_IDENTIFIER
"com.kabira.platform.build" -
Set at JVM startup to the product build identifier, e.g.
|
static java.lang.String |
BUILD_TYPE
"com.kabira.platform.buildType" -
Set at JVM startup to the build
type of the JVM and runtime environment.
|
static java.lang.String |
CLASS_PATH
"com.kabira.application.class.path" -
The location of the application classes on the node.
|
static java.lang.String |
DETACH
"com.kabira.application.detach" -
Indicates whether the application was
deployed in detached mode (true), or interactive mode (false).
|
static java.lang.String |
JVM_NAME
"com.kabira.platform.jvm.name" -
The name of the JVM specified at JVM deploy time.
|
static java.lang.String |
NODE_NAME
"com.kabira.platform.node.name" -
The name of the node which was set at node installation time.
|
static java.lang.String |
REMOTE_REQUESTS
"com.kabira.application.remoteRequests" -
Indicates whether the application asks for resources from the client.
|
static java.lang.String |
VENDOR
"com.kabira.platform.vendor" -
Set at JVM startup to the product vendor, e.g.
|
static java.lang.String |
VERSION
"com.kabira.platform.version" -
Set at JVM startup to the product version, e.g.
|
Constructor and Description |
---|
Status() |
public static final java.lang.String DETACH
A read-only, boolean property.
public static final java.lang.String CLASS_PATH
A read-only, string property.
public static final java.lang.String BUILD_IDENTIFIER
A read-only, string property.
public static final java.lang.String BUILD_TYPE
The read-only, string property has a value of DEVELOPMENT or PRODUCTION.
public static final java.lang.String JVM_NAME
A read-only, string property property.
public static final java.lang.String NODE_NAME
A read-only, string property.
public static final java.lang.String VENDOR
A read-only, string property.
public static final java.lang.String VERSION
A read-only, string property.
public static final java.lang.String REMOTE_REQUESTS
A read-only, boolean property.
public Status()