net.sf.jbatchengine.monitor.application
Class Application

java.lang.Object
  extended by net.sf.jbatchengine.monitor.application.Application
All Implemented Interfaces:
IPlatformRunnable

public class Application
extends Object
implements IPlatformRunnable

This class controls all aspects of the application's execution


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
Application()
           
 
Method Summary
 Object run(Object args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

run

public Object run(Object args)
           throws Exception
Specified by:
run in interface IPlatformRunnable
Throws:
Exception