public class MemoryStoreLibrary extends AbstractLibrary
AbstractLibrary.DefaultRequiredLibrary.Required, Library.TYPE| Constructor and Description |
|---|
MemoryStoreLibrary() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInitialize()
Performs all the initializations of the library, only related to himself:
register implementation classes through the Locator, start services, etc.
|
void |
doPostInitialize()
Performs all the initializations or validations related to the library
dependencies, as getting references to objects through other libraries
Locators.
|
void |
doRegistration() |
equals, getLibrary, getPriority, getRequireds, getType, hashCode, initialize, isRequired, isRequired, postInitialize, registerAs, registerAsAPI, registerAsImplementationOf, registerAsImplementationOf, registerAsServiceOf, require, require, require, toStringpublic void doRegistration()
doRegistration in interface LibrarydoRegistration in class AbstractLibrarypublic void doInitialize()
AbstractLibrarydoInitialize in class AbstractLibrarypublic void doPostInitialize()
AbstractLibrarydoPostInitialize in class AbstractLibrary