org.eclipse.stardust.engine.api.ws
Class DaemonXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DaemonXto

public class DaemonXto
extends Object

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

DaemonXto

public DaemonXto()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getStartTime

public Date getStartTime()
Gets the value of the startTime property.

Returns:
possible object is String

setStartTime

public void setStartTime(Date value)
Sets the value of the startTime property.

Parameters:
value - allowed object is String

getLastExecutionTime

public Date getLastExecutionTime()
Gets the value of the lastExecutionTime property.

Returns:
possible object is String

setLastExecutionTime

public void setLastExecutionTime(Date value)
Sets the value of the lastExecutionTime property.

Parameters:
value - allowed object is String

isRunning

public boolean isRunning()
Gets the value of the running property.


setRunning

public void setRunning(boolean value)
Sets the value of the running property.


getAcknowledgementState

public AcknowledgementStateXto getAcknowledgementState()
Gets the value of the acknowledgementState property.

Returns:
possible object is AcknowledgementStateXto

setAcknowledgementState

public void setAcknowledgementState(AcknowledgementStateXto value)
Sets the value of the acknowledgementState property.

Parameters:
value - allowed object is AcknowledgementStateXto

getDaemonExecutionState

public DaemonExecutionStateXto getDaemonExecutionState()
Gets the value of the daemonExecutionState property.

Returns:
possible object is DaemonExecutionStateXto

setDaemonExecutionState

public void setDaemonExecutionState(DaemonExecutionStateXto value)
Sets the value of the daemonExecutionState property.

Parameters:
value - allowed object is DaemonExecutionStateXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.