public class ReportExpValueCache extends java.lang.Object implements MaximoCache, FixedLoggers
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REPORTEXPVALUE
Name of the cache
|
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 |
---|
ReportExpValueCache() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the cache object.
|
java.util.HashSet<java.lang.String> |
getValues()
Return a Set of values supported for use in an ad hoc report expression.
|
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 the passed key.
|
public static final java.lang.String REPORTEXPVALUE
public java.lang.String getName()
MaximoCache
getName
in interface MaximoCache
public void init() throws MXException
init
in interface MaximoCache
MXException
MaximoCache.init()
public void reload() throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload()
,
reloadCache()
public void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload(java.lang.String)
public java.util.HashSet<java.lang.String> getValues() throws MXException
MXException