public interface RuntimeEnvironmentInfo extends Serializable
RuntimeEnvironmentInfo represents a snapshot about information for the runtime environment.| Modifier and Type | Field and Description |
|---|---|
static String |
AUDITTRAIL_ARCHIVING_TIMESTAMP |
static String |
AUDITTRAIL_NAME |
static String |
AUDITTRAIL_UUID |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuditTrailName()
The name of the AuditTrail.
|
String |
getAuditTrailUUID()
The UUID of the AuditTrail.
|
Long |
getLastArchivingTime()
Timestamp of last target archive time.
|
org.eclipse.stardust.common.config.Version |
getVersion()
The version of the kernel.
|
static final String AUDITTRAIL_UUID
static final String AUDITTRAIL_NAME
static final String AUDITTRAIL_ARCHIVING_TIMESTAMP
org.eclipse.stardust.common.config.Version getVersion()
Long getLastArchivingTime()
String getAuditTrailUUID()
String getAuditTrailName()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.