public class BackgroundThreadsRunner
extends java.lang.Object
com.mgnt.lifecycle.management.backgroundrunner| Constructor and Description |
|---|
BackgroundThreadsRunner() |
BackgroundThreadsRunner(boolean isSelfInitializing)
This constructor is not really needed if this infrastructure is used within Spring.
|
public BackgroundThreadsRunner()
public BackgroundThreadsRunner(boolean isSelfInitializing)
com.mgnt.lifecycle.management.backgroundrunner.example. Since source code in this example does not
rely on Spring it has to initialize this class by itself using this constructor. However, if this infrastructure
is used in some other then Spring environment which has no way of initializing this class then this constructor
may be usedisSelfInitializing -