public class EventData extends Object
| Constructor and Description |
|---|
EventData(org.xmlpull.infoset.XmlElement event)
Constructs a MonitorEvent.
|
| Modifier and Type | Method and Description |
|---|---|
org.xmlpull.infoset.XmlElement |
getEvent()
Returns the event.
|
String |
getExperimentID() |
String |
getIDText()
Returns the idText.
|
String |
getMessage()
Returns the message.
|
String |
getNodeID()
Returns the nodeID.
|
String |
getStatusText()
Returns the statusText.
|
Date |
getTimestamp() |
String |
getTimeText()
Returns the timeText.
|
MonitorUtil.EventType |
getType()
Returns the type.
|
URI |
getWorkflowID()
Returns the workflowID.
|
void |
setTimestamp(Date timestamp) |
public EventData(org.xmlpull.infoset.XmlElement event)
event - public org.xmlpull.infoset.XmlElement getEvent()
public String getIDText()
public String getMessage()
public String getStatusText()
public String getTimeText()
public MonitorUtil.EventType getType()
public URI getWorkflowID()
public String getNodeID()
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getExperimentID()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.