public class MaximoCacheWrapper extends java.lang.Object implements FixedLoggers
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 |
---|
MaximoCacheWrapper(MaximoCache theReal) |
Modifier and Type | Method and Description |
---|---|
java.util.Set |
getLoadedTenants()
Reload the cache and also fire the event to notify that the cache has reloaded.
|
MaximoCache |
getMaximoCache() |
java.lang.String |
getName() |
void |
init() |
void |
reload()
Reload the cache and also fire the event to notify that the cache has reloaded.
|
void |
reload(java.lang.String key)
Reload the cache entry specified by the key and also fire the event to notify that the
cache entry has reloaded.
|
void |
unloadInactiveCaches(long interval) |
void |
unloadTenant()
Reload the cache and also fire the event to notify that the cache has reloaded.
|
public MaximoCacheWrapper(MaximoCache theReal)
public java.lang.String getName()
public void init() throws MXException
MXException
public void reload() throws MXException
MXException
public void unloadTenant() throws MXException
MXException
public java.util.Set getLoadedTenants() throws MXException
MXException
public void reload(java.lang.String key) throws MXException
MXException
public MaximoCache getMaximoCache()
public void unloadInactiveCaches(long interval) throws MXException
MXException