DaemonApp.run

This method must be implemented by subclasses to do the actual application work.

  1. int run(istring[] args)
  2. int run(Arguments args, ConfigParser config)
    class DaemonApp
    protected abstract
    int
    run

Parameters

args Arguments

parsed command line arguments

config ConfigParser

parser instance with the parsed configuration

Return Value

Type: int

status code to return to the OS

Meta