org.eclipse.hyades.test.common.event
Class LoopEvent
java.lang.Object
org.eclipse.hyades.test.common.event.ExecutionEvent
org.eclipse.hyades.test.common.event.LoopEvent
- All Implemented Interfaces:
- IEventConstants
- public class LoopEvent
- extends ExecutionEvent
This is a flat class packaged in the execution environment and
it mirrors the
TPFLoopEvent.
| Methods inherited from class org.eclipse.hyades.test.common.event.ExecutionEvent |
addAnnotation, addProperty, addRepositoryRecords, addXMLAnnotations, addXMLProperties, addXMLRepositoryRecords, clearAnnotations, clearProperties, clearRepositoryRecords, getAnnotations, getConflict, getEventType, getId, getName, getOwnerId, getParentId, getProperties, getRepositoryRecords, getSortBy, getText, getTimestamp, getXMLAnnotationRoot, getXMLPropertyRoot, getXMLRepositoryRecordRoot, setConflict, setEventType, setId, setName, setOwnerId, setParentId, setSortBy, setText, setTimestamp, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoopEvent
public LoopEvent()
isAsychronous
public boolean isAsychronous()
- Returns:
- whether or not the loop is asychronous
getIterations
public long getIterations()
- Returns:
- the number of iterations in the loop
setAsychronous
public void setAsychronous(boolean b)
setIterations
public void setIterations(long l)
getXMLRoot
protected java.lang.String getXMLRoot()
- Description copied from class:
ExecutionEvent
- Returns the string that is used as the root of the
xml fragment generated by the
ExecutionEvent.toString() method.
- Overrides:
getXMLRoot in class ExecutionEvent
- Returns:
- a not
null String - See Also:
org.eclipse.hyades.test.java.event.ExecutionEvent#getXMLRoot()
addXMLAttributes
protected void addXMLAttributes(java.lang.StringBuffer xml)
- Description copied from class:
ExecutionEvent
- Add the attributes to the xml
StringBuffer that
is used by the ExecutionEvent.toString() method.
- Overrides:
addXMLAttributes in class ExecutionEvent
- Parameters:
xml - - See Also:
org.eclipse.hyades.test.java.event.ExecutionEvent#addXMLAttributes(java.lang.StringBuffer)