Skip navigation links
B C D E F G H I J M O P R S T U V W X 

B

BackgroundRunnable - Interface in com.mgnt.lifecycle.management.backgroundrunner
This is the interface that a user periodically executed Task class must implement.
BackgroundRunnableFactory - Class in com.mgnt.lifecycle.management.backgroundrunner
This class is part of the framework and probably will not be accessed externally
BackgroundRunnerUsageExample - Class in com.mgnt.lifecycle.management.backgroundrunner.example
 
BackgroundRunnerUsageExample() - Constructor for class com.mgnt.lifecycle.management.backgroundrunner.example.BackgroundRunnerUsageExample
 
BackgroundThreadsRunner - Class in com.mgnt.lifecycle.management.backgroundrunner
This class is part of the framework and probably will not be accessed externally.
BackgroundThreadsRunner() - Constructor for class com.mgnt.lifecycle.management.backgroundrunner.BackgroundThreadsRunner
 
BackgroundThreadsRunner(boolean) - Constructor for class com.mgnt.lifecycle.management.backgroundrunner.BackgroundThreadsRunner
This constructor is not really needed if this infrastructure is used within Spring.
BaseBackgroundRunnable - Class in com.mgnt.lifecycle.management.backgroundrunner
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
BaseBackgroundRunnable() - Constructor for class com.mgnt.lifecycle.management.backgroundrunner.BaseBackgroundRunnable
 
BaseEntity<I> - Class in com.mgnt.lifecycle.management
This is the base class for any set of classes that self-insert themselves into a Factory upon instantiation The way it works that a user will need to create an Interface and an abstract class implementing this Interface.
BaseEntity(String) - Constructor for class com.mgnt.lifecycle.management.BaseEntity
Constructor that places the instance into the factory with default key value which is the class name
BaseEntity(String, String) - Constructor for class com.mgnt.lifecycle.management.BaseEntity
This constructor is responsible for inserting instance of any class that extends this class directly or indirectly into corresponding factory
BaseEntityFactory<I> - Class in com.mgnt.lifecycle.management
This is the parent factory class for all the factories.
BaseEntityFactory() - Constructor for class com.mgnt.lifecycle.management.BaseEntityFactory
 
BaseInfoFormatter - Class in com.mgnt.lifecycle.management.example
 
BaseInfoFormatter() - Constructor for class com.mgnt.lifecycle.management.example.BaseInfoFormatter
 
BaseInfoFormatter(String) - Constructor for class com.mgnt.lifecycle.management.example.BaseInfoFormatter
 
B C D E F G H I J M O P R S T U V W X 
Skip navigation links