Package | Description |
---|---|
org.perfidix.socketadapter |
This class offers all possibilties to hand on a Perclipse Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketViewProgressUpdater.finished()
This method notifies the view that all benches have been executed and the
bench progress is finished.
|
void |
IUpdater.finished()
This method notifies the view that all benches have been executed and the
bench progress is finished.
|
boolean |
SocketViewStub.finishedBenchRuns()
This method notifies the view that all bench runs completed.
|
boolean |
IBenchRunSessionListener.finishedBenchRuns()
This method notifies the view that all bench runs completed.
|
boolean |
SocketViewProgressUpdater.initProgressView(Map<BenchmarkMethod,Integer> mapping)
This method initializes the values of the eclipse view and resets the
progress bar.
|
boolean |
IUpdater.initProgressView(Map<BenchmarkMethod,Integer> mapping)
This method initializes the values of the eclipse view and resets the
progress bar.
|
void |
SocketViewStub.initTotalBenchProgress(Map<String,Integer> elems)
The initTotalBenchProgress initializes the progress bar in the eclipse
view.
|
void |
IBenchRunSessionListener.initTotalBenchProgress(Map<String,Integer> elems)
The initTotalBenchProgress initializes the progress bar in the eclipse
view.
|
boolean |
SocketAdapter.registerClasses(String... classNames)
Registering all classes and getting a mapping with the Methods and the
corresponding overall runs
|
boolean |
SocketAdapter.runBenchmark()
This method starts the bench progress with the registered classes.
|
boolean |
SocketViewProgressUpdater.updateCurrentElement(AbstractMeter meter,
String name)
This method notifies the eclipse view which element is currently benched.
|
boolean |
IUpdater.updateCurrentElement(AbstractMeter meter,
String name)
This method notifies the eclipse view which element is currently benched.
|
void |
SocketViewStub.updateCurrentRun(String currentElement)
The updateCurrentRun method notifies the view which element is currently
running.
|
void |
IBenchRunSessionListener.updateCurrentRun(String currentElement)
The updateCurrentRun method notifies the view which element is currently
running.
|
void |
SocketViewStub.updateError(String element,
String exception)
The updateError method updates the view that an error occurred while
benching the given java element.
|
void |
IBenchRunSessionListener.updateError(String element,
String exception)
The updateError method updates the view that an error occurred while
benching the given java element.
|
boolean |
SocketViewProgressUpdater.updateErrorInElement(String name,
Exception exception)
This method informs the view that an error occurred while benching the
current element.
|
boolean |
IUpdater.updateErrorInElement(String name,
Exception exception)
This method informs the view that an error occurred while benching the
current element.
|
Constructor and Description |
---|
SocketAdapter(IUpdater update,
String... classes)
public constructor.
|
SocketViewProgressUpdater(String host,
int port)
The constructor initializes the host and port for creation a client
socket.
|
SocketViewStub(String host,
int viewListenerPort)
The constructor initializes the given host name and the port, which are
needed for creating a client socket.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.