public class MaxConditionCacheFactory extends AbstractMaximoMTEnabledCache
tenantLockObjs, tloMaxCacheAPPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGERappenderPrefix, 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 |
|---|
MaxConditionCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
MaximoCache |
getCache()
Default Constructor
|
protected MaximoCache |
getCachedUnit()
Returns MaxConditionCache.
|
static MaxConditionCacheFactory |
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 |
reload()
Reload Cache.
|
void |
reload(java.lang.String key)
reload Cache for a key.
|
getLoadedTenants, isLoaded, unloadInactiveCaches, unloadTenantpublic static MaxConditionCacheFactory getInstance()
public MaximoCache getCache()
getCache in interface MaximoMTEnabledCachegetCache in class AbstractMaximoMTEnabledCachepublic void init()
throws MXException
init in interface MaximoCacheinit in class AbstractMaximoMTEnabledCacheMXException - Maximo Exceptionpublic void reload()
throws MXException
reload in interface MaximoCachereload in class AbstractMaximoMTEnabledCacheMXException - Maximo Exceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCachereload in class AbstractMaximoMTEnabledCachekey - Key for reloadMXException - Maximo Exceptionpublic java.lang.String getName()
protected MaximoCache getCachedUnit()
getCachedUnit in class AbstractMaximoMTEnabledCache