Package com.tibco.ep.testing.framework
Class Progress
java.lang.Object
com.tibco.ep.testing.framework.Progress
- All Implemented Interfaces:
com.tibco.ep.dtm.management.IDtmProgress
Internal progress of administrative commands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()voidcomplete()voidget the error message(package private) List<com.tibco.ep.dtm.management.DtmResults>get the results in the form of multiple DtmResultsget the status messagesvoidresults(com.tibco.ep.dtm.management.DtmResults results) voidstart()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tibco.ep.dtm.management.IDtmProgress
failed, loggingEvent
-
Constructor Details
-
Progress
Constructor- Parameters:
name- name of this progress
-
-
Method Details
-
start
public void start()- Specified by:
startin interfacecom.tibco.ep.dtm.management.IDtmProgress
-
results
public void results(com.tibco.ep.dtm.management.DtmResults results) - Specified by:
resultsin interfacecom.tibco.ep.dtm.management.IDtmProgress
-
status
- Specified by:
statusin interfacecom.tibco.ep.dtm.management.IDtmProgress
-
cancel
public void cancel()- Specified by:
cancelin interfacecom.tibco.ep.dtm.management.IDtmProgress
-
complete
public void complete()- Specified by:
completein interfacecom.tibco.ep.dtm.management.IDtmProgress
-
error
- Specified by:
errorin interfacecom.tibco.ep.dtm.management.IDtmProgress
-
getResultList
List<com.tibco.ep.dtm.management.DtmResults> getResultList()get the results in the form of multiple DtmResults- Returns:
- results set
-
getStatuses
get the status messages- Returns:
- list if status messages
-
getErrors
get the error message- Returns:
- error message
-