class Progress extends Object implements com.tibco.ep.dtm.management.IDtmProgress
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
complete() |
void |
error(String source,
String message) |
(package private) String |
getError()
get the error message
|
(package private) Optional<com.tibco.ep.dtm.management.DtmResults> |
getResults()
get the results in the form of DtmResults
|
(package private) Optional<List<String>> |
getStatus()
get the status messages
|
void |
results(com.tibco.ep.dtm.management.DtmResults results) |
void |
start() |
void |
status(String source,
String message) |
public Progress(String name)
public void start()
start
in interface com.tibco.ep.dtm.management.IDtmProgress
public void results(com.tibco.ep.dtm.management.DtmResults results)
results
in interface com.tibco.ep.dtm.management.IDtmProgress
public void status(String source, String message)
status
in interface com.tibco.ep.dtm.management.IDtmProgress
public void cancel()
cancel
in interface com.tibco.ep.dtm.management.IDtmProgress
public void complete()
complete
in interface com.tibco.ep.dtm.management.IDtmProgress
public void error(String source, String message)
error
in interface com.tibco.ep.dtm.management.IDtmProgress
Optional<com.tibco.ep.dtm.management.DtmResults> getResults()
Optional<List<String>> getStatus()
String getError()
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.