org.eclipse.stardust.engine.api.runtime
Interface RuntimeEnvironmentInfo

All Superinterfaces:
Serializable

public interface RuntimeEnvironmentInfo
extends Serializable

The RuntimeEnvironmentInfo represents a snapshot about information for the runtime environment.

Version:
$Revision: $
Author:
stephan.born

Field Summary
static String AUDITTRAIL_ARCHIVING_TIMESTAMP
           
static String AUDITTRAIL_NAME
           
static String AUDITTRAIL_UUID
           
 
Method Summary
 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.
 

Field Detail

AUDITTRAIL_UUID

static final String AUDITTRAIL_UUID
See Also:
Constant Field Values

AUDITTRAIL_NAME

static final String AUDITTRAIL_NAME
See Also:
Constant Field Values

AUDITTRAIL_ARCHIVING_TIMESTAMP

static final String AUDITTRAIL_ARCHIVING_TIMESTAMP
See Also:
Constant Field Values
Method Detail

getVersion

org.eclipse.stardust.common.config.Version getVersion()
The version of the kernel.

Returns:
version of the kernel.

getLastArchivingTime

Long getLastArchivingTime()
Timestamp of last target archive time.

Returns:
timestamp last target archive time

getAuditTrailUUID

String getAuditTrailUUID()
The UUID of the AuditTrail.


getAuditTrailName

String getAuditTrailName()
The name of the AuditTrail.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.