public class CtrlCondPropCacheFactory extends AbstractMaximoMTEnabledCache
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CACHENAME |
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| Modifier and Type | Method and Description |
|---|---|
MaximoCache |
getCache()
Returns a tenantCache...creates it if necessary.
|
protected MaximoCache |
getCachedUnit()
Returns CtrlCondPropCache.
|
static CtrlCondPropCacheFactory |
getInstance()
Returns an instance of CtrlCondPropCacheFactory
|
java.lang.String |
getName()
Returns the name of the cache.
|
java.util.TreeSet |
getPropertyList()
Returns a list (TreeMap) of all possible properties that can be conditional changed.
|
void |
init()
Initialize the cache object.
|
void |
init(MXServer mxs) |
void |
setPropertyList(java.util.TreeSet propertyList)
Caches a list (TreeSet) of all possible properties that can be conditional changed.
|
getLoadedTenants, isLoaded, reload, reload, unloadInactiveCaches, unloadTenantpublic static final java.lang.String CACHENAME
public static CtrlCondPropCacheFactory getInstance() throws MXException
MXExceptionpublic java.lang.String getName()
public MaximoCache getCache()
getCache in interface MaximoMTEnabledCachegetCache in class AbstractMaximoMTEnabledCachepublic void init()
MaximoCacheinit in interface MaximoCacheinit in class AbstractMaximoMTEnabledCachepublic void init(MXServer mxs) throws MXException
MXExceptionpublic java.util.TreeSet getPropertyList()
public void setPropertyList(java.util.TreeSet propertyList)
protected MaximoCache getCachedUnit()
getCachedUnit in class AbstractMaximoMTEnabledCache