|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Daemon
The Daemon class represents a snapshot of a Carnot workflow daemon.
Carnot workflow engine contains two tipes of daemons: the event daemon and the
trigger daemons.
Daemons can be started, stopped and queried using the AdministrationService.
| Method Summary | |
|---|---|
AcknowledgementState |
getAcknowledgementState()
Returns the acknowledgement state of the daemon query. |
DaemonExecutionState |
getDaemonExecutionState()
Returns the execution state of the daemon. |
org.eclipse.stardust.engine.core.runtime.beans.DaemonExecutionLog |
getExecutionLog()
Return the execution log of the last daeon execution |
Date |
getLastExecutionTime()
Returns the time of the last daemon execution. |
Date |
getStartTime()
Returns the time of the last daemon start. |
String |
getType()
Returns the type of the daemon. |
boolean |
isRunning()
Returns whether the daemon is currently up and running. |
| Method Detail |
|---|
String getType()
mail.trigger for the mail trigger daemon
timer.trigger for the timer trigger daemon
event.daemon for the event daemon
system.daemon for the notification daemon.criticality.daemon for the prioritization daemon.benchmark.daemon for the benchmark daemon.reporting.daemon for the reporting daemon.business_calendar.daemon for the business calendar daemon.
Date getStartTime()
Date getLastExecutionTime()
boolean isRunning()
AcknowledgementState getAcknowledgementState()
DaemonExecutionState getDaemonExecutionState()
org.eclipse.stardust.engine.core.runtime.beans.DaemonExecutionLog getExecutionLog()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||