de.cau.cs.kieler.krep.evalbench.application
Class EvalBenchApplication

java.lang.Object
  extended by de.cau.cs.kieler.krep.evalbench.application.EvalBenchApplication
All Implemented Interfaces:
IApplication

public class EvalBenchApplication
extends Object
implements IApplication

This class controls all aspects of the application's execution

Rating red

Field Summary
 
Fields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
EvalBenchApplication()
           
 
Method Summary
 Object start(IApplicationContext context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvalBenchApplication

public EvalBenchApplication()
Method Detail

start

public Object start(IApplicationContext context)
             throws Exception
Specified by:
start in interface IApplication
Throws:
Exception

stop

public void stop()
Specified by:
stop in interface IApplication