| Package | Description |
|---|---|
| com.mgnt.lifecycle.management.backgroundrunner |
This package contains infrastructure that can run user implemented Task classes in a separate thread at configured
time interval.
|
| com.mgnt.lifecycle.management.backgroundrunner.example |
| Class and Description |
|---|
| BackgroundRunnable
This is the interface that a user periodically executed Task class must implement.
|
| BackgroundRunnableFactory
This class is part of the framework and probably will not be accessed externally
|
| Class and Description |
|---|
| BackgroundRunnable
This is the interface that a user periodically executed Task class must implement.
|
| BaseBackgroundRunnable
This is the base class for any user defined periodic Task classes See source code example in package
com.mgnt.lifecycle.management.backgroundrunner.example that demonstrates how it is done |