| Package | Description |
|---|---|
| com.mgnt.lifecycle.management |
This package contains some small infrastructure that simplifies and automates working with Factories that provide
concrete implementations of an Interface.
|
| 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.example |
This package with all its sub-packages contains a source code example that demonstrates how infrastructure in package
com.mgnt.lifecycle.management should be used. |
| Modifier and Type | Method and Description |
|---|---|
protected static <I> void |
BaseEntity.init(java.lang.String type,
BaseEntityFactory<I> factory)
This method puts the relevant factory into internal Factory map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundRunnableFactory
This class is part of the framework and probably will not be accessed externally
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfoFormatterFactory |