public class SetsCacheFactory extends AbstractMaximoMTEnabledCache
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix
Constructor and Description |
---|
SetsCacheFactory() |
Modifier and Type | Method and Description |
---|---|
MaximoCache |
getCache()
Default Constructor
|
static SetsCacheFactory |
getInstance()
Always use one instance of Signature Factory.
|
java.lang.String |
getName()
Return name of the cache.
|
void |
init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
init(MXServer mxs)
Call init() to initialize all the cache objects to new and empty,
and set loaded = False.
|
getLoadedTenants, isLoaded, reload, reload, unloadInactiveCaches, unloadTenant
public static SetsCacheFactory getInstance()
public MaximoCache getCache()
getCache
in interface MaximoMTEnabledCache
getCache
in class AbstractMaximoMTEnabledCache
public void init() throws MXException
init
in interface MaximoCache
init
in class AbstractMaximoMTEnabledCache
MXException
- Maximo Exceptionpublic void init(MXServer mxs) throws MXException
mxs
- MXServer referenceMXException
- Maximo Exceptionpublic java.lang.String getName()