public class PresentationCache extends java.lang.Object implements MaximoCache, 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 |
---|
PresentationCache() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomainLastUpdate(java.lang.String domainId) |
java.lang.String |
getName()
Returns the name of the cache object.
|
int |
getUISessionCount() |
void |
init()
Initialize the cache object.
|
void |
init(MXServer mxs)
Does same as init();
|
boolean |
presentationsInvalid() |
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
boolean |
repLibraryInvalid() |
void |
reset() |
void |
setUISessionCount(int count) |
public java.lang.String getName()
MaximoCache
getName
in interface MaximoCache
public void init() throws MXException
MaximoCache
init
in interface MaximoCache
MXException
public void init(MXServer mxs) throws MXException
MXException
public void reload() throws MXException
MaximoCache
reload
in interface MaximoCache
MXException
public void reload(java.lang.String key) throws MXException
MaximoCache
reload
in interface MaximoCache
MXException
public boolean presentationsInvalid()
public void reset()
public boolean repLibraryInvalid()
public void setUISessionCount(int count)
public int getUISessionCount()
public java.lang.String getDomainLastUpdate(java.lang.String domainId)