public interface Heartbeat extends AbstractAuditTrailEvent
Modifier and Type | Method and Description |
---|---|
long |
getFreeMemory()
Returns the free memory available in the Java Virtual Machine (JVM).
|
int |
getLocallyRunningFlowChartCount()
Returns the number of flow charts currently executing within this Flux
engine.
|
int |
getMaximumDatabaseConnections()
Returns the maximum number of database connections that this Flux engine is
configured to use.
|
int |
getOccupiedDatabaseConnectionCount()
Returns the actual number of database connections that this Flux engine is
currently using.
|
long |
getTotalMemory()
Returns the total memory available in the Java Virtual Machine (JVM).
|
boolean |
isErrorCondition()
Indicates whether this heartbeat event constitutes an error condition,
which indicates that a severe failure in the Flux engine has been detected.
|
getEngineName, getName
long getFreeMemory()
int getMaximumDatabaseConnections()
int getLocallyRunningFlowChartCount()
int getOccupiedDatabaseConnectionCount()
long getTotalMemory()
boolean isErrorCondition()
ErrorCondition
© 2000-2025 Flux Corporation. All rights reserved.