public interface IBenchRunSessionListener
Modifier and Type | Method and Description |
---|---|
boolean |
finishedBenchRuns()
This method notifies the view that all bench runs completed.
|
void |
initTotalBenchProgress(Map<String,Integer> elems)
The initTotalBenchProgress initializes the progress bar in the eclipse
view.
|
void |
updateCurrentRun(String currentElement)
The updateCurrentRun method notifies the view which element is currently
running.
|
void |
updateError(String element,
String exception)
The updateError method updates the view that an error occurred while
benching the given java element.
|
void initTotalBenchProgress(Map<String,Integer> elems) throws SocketViewException
elems
- This param is an HashMap which consists of each java element
name with its total bench runs value.SocketViewException
- if init failsvoid updateCurrentRun(String currentElement) throws SocketViewException
currentElement
- This String
param represents the current running java
element.SocketViewException
- if update failsvoid updateError(String element, String exception) throws SocketViewException
element
- This String
param represents the element name of the
benched object where the error occurred.exception
- The exception caused by the element.SocketViewException
- if update failsboolean finishedBenchRuns() throws SocketViewException
SocketViewException
- if finish-update failsCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.