|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DaemonXto
public class DaemonXto
The Daemon represents a snapshot of a workflow daemon. The workflow engine contains two types of daemons: the event daemon and the trigger daemons. Daemons can be started and stopped using the AdministrationService.
Java class for Daemon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Daemon">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastExecutionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="running" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="acknowledgementState" type="{http://eclipse.org/stardust/ws/v2012a/api}AcknowledgementState" minOccurs="0"/>
<element name="daemonExecutionState" type="{http://eclipse.org/stardust/ws/v2012a/api}DaemonExecutionState" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DaemonXto()
|
|
| Method Summary | |
|---|---|
AcknowledgementStateXto |
getAcknowledgementState()
Gets the value of the acknowledgementState property. |
DaemonExecutionStateXto |
getDaemonExecutionState()
Gets the value of the daemonExecutionState property. |
Date |
getLastExecutionTime()
Gets the value of the lastExecutionTime property. |
Date |
getStartTime()
Gets the value of the startTime property. |
String |
getType()
Gets the value of the type property. |
boolean |
isRunning()
Gets the value of the running property. |
void |
setAcknowledgementState(AcknowledgementStateXto value)
Sets the value of the acknowledgementState property. |
void |
setDaemonExecutionState(DaemonExecutionStateXto value)
Sets the value of the daemonExecutionState property. |
void |
setLastExecutionTime(Date value)
Sets the value of the lastExecutionTime property. |
void |
setRunning(boolean value)
Sets the value of the running property. |
void |
setStartTime(Date value)
Sets the value of the startTime property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DaemonXto()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Date getStartTime()
Stringpublic void setStartTime(Date value)
value - allowed object is
Stringpublic Date getLastExecutionTime()
Stringpublic void setLastExecutionTime(Date value)
value - allowed object is
Stringpublic boolean isRunning()
public void setRunning(boolean value)
public AcknowledgementStateXto getAcknowledgementState()
AcknowledgementStateXtopublic void setAcknowledgementState(AcknowledgementStateXto value)
value - allowed object is
AcknowledgementStateXtopublic DaemonExecutionStateXto getDaemonExecutionState()
DaemonExecutionStateXtopublic void setDaemonExecutionState(DaemonExecutionStateXto value)
value - allowed object is
DaemonExecutionStateXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||