protected class AbstractSchedulerService.MainLoop
extends Object
implements Runnable
Inner class. This is isolated in its own Runnable class just so that the
main class need not implement Runnable, which would allow others to
directly invoke run, which is not supported.