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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
complete()
void
get the error message(package private) List<com.tibco.ep.dtm.management.DtmResults>
get the results in the form of multiple DtmResultsget the status messagesvoid
results
(com.tibco.ep.dtm.management.DtmResults results) void
start()
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
start
in interfacecom.tibco.ep.dtm.management.IDtmProgress
-
results
public void results(com.tibco.ep.dtm.management.DtmResults results) - Specified by:
results
in interfacecom.tibco.ep.dtm.management.IDtmProgress
-
status
- Specified by:
status
in interfacecom.tibco.ep.dtm.management.IDtmProgress
-
cancel
public void cancel()- Specified by:
cancel
in interfacecom.tibco.ep.dtm.management.IDtmProgress
-
complete
public void complete()- Specified by:
complete
in interfacecom.tibco.ep.dtm.management.IDtmProgress
-
error
- Specified by:
error
in 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
-