org.jboss.dtf.testframework.coordinator.actions
Class WaitForAction

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator.Action
      extended by org.jboss.dtf.testframework.coordinator.actions.TerminateAction
          extended by org.jboss.dtf.testframework.coordinator.actions.WaitForAction

public class WaitForAction
extends TerminateAction


Field Summary
 
Fields inherited from class org.jboss.dtf.testframework.coordinator.actions.TerminateAction
_runtimeId, TERMINATE_TASK_NAME
 
Fields inherited from class org.jboss.dtf.testframework.coordinator.Action
_actionType, LOCATION_ALL, LOCATION_DEPENDENT, LOCATION_INDEPENDENT, LOCATION_SPECIFIC, LOCATION_STRINGS, PERFORM_TASK, START_TASK, TERMINATE_TASK, WAIT_FOR_TASK
 
Constructor Summary
WaitForAction(java.lang.String runtimeId)
           
 
Method Summary
static WaitForAction getWaitForAction(Element actionElement)
           
 Element serializeToXML()
          Create an XML element which represents this action
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.dtf.testframework.coordinator.actions.TerminateAction
getAssociatedNameList, getAssociatedRuntimeTaskId, getAssociatedTaskId, getJVMParameterList, getLocation, getParameterList, getTerminateAction, setAssociatedRuntimeTaskId
 
Methods inherited from class org.jboss.dtf.testframework.coordinator.Action
getLocationType, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WaitForAction

public WaitForAction(java.lang.String runtimeId)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class TerminateAction

serializeToXML

public Element serializeToXML()
                       throws NoAssociatedData
Create an XML element which represents this action

Overrides:
serializeToXML in class TerminateAction
Returns:
The XML element representing this action.
Throws:
NoAssociatedData

getWaitForAction

public static WaitForAction getWaitForAction(Element actionElement)