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

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
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
This constructor creates an instance of this class with default pool size which is the number of tasks submitted to this BackgroundThreadsRunner.
BackgroundThreadsRunner(int) - Constructor for class com.mgnt.lifecycle.management.backgroundrunner.BackgroundThreadsRunner
This constructor creates an instance of this class with predefined pool size rather then default one.
BackgroundThreadsRunner(boolean) - Constructor for class com.mgnt.lifecycle.management.backgroundrunner.BackgroundThreadsRunner
This constructor is not really needed if this infrastructure is used within Spring.
BackgroundThreadsRunner(boolean, int) - 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
 
B C D E F G H I J M P R S T V W 
Skip navigation links