public final class SocketAdapter extends Object
Constructor and Description |
---|
SocketAdapter(IUpdater update,
String... classes)
public constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method for invoking benchs with classes as strings.
|
boolean |
registerClasses(String... classNames)
Registering all classes and getting a mapping with the Methods and the
corresponding overall runs
|
boolean |
runBenchmark()
This method starts the bench progress with the registered classes.
|
public SocketAdapter(IUpdater update, String... classes) throws SocketViewException, ClassNotFoundException, InstantiationException, IllegalAccessException
public boolean registerClasses(String... classNames) throws SocketViewException
classNames
- the names of the classes to be benchedSocketViewException
public boolean runBenchmark() throws SocketViewException
SocketViewException
public static void main(String[] args)
args
- the classesCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.