org.rutil.main
Interface MainProcess
- All Known Implementing Classes:
- SpringMainProcess
public interface MainProcess
Interface to the Main class. Command line apps that use Main to start/stop should
implement all the methods.
- Author:
- mohan
- See Also:
Main,
SpringMainProcess
|
Method Summary |
boolean |
isRunning()
|
void |
start(java.lang.String... args)
args contains all command line parameters passed via Main with the exception
of parameters used by Main itself. |
void |
stop()
|
isRunning
boolean isRunning()
start
void start(java.lang.String... args)
- args contains all command line parameters passed via Main with the exception
of parameters used by Main itself.
- Parameters:
args - arguments passed via command line
stop
void stop()