public class MaximoMLDD 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 |
---|
MaximoMLDD() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,psdi.mbo.MaximoMLDD.InternalPresentation> |
getLangCache(java.lang.String langCode)
Get the cache of the langage.
|
MboValueInfoStatic |
getMboValueInfoStatic(UserInfo ui,
java.lang.String objectName,
java.lang.String attributeName)
Get the MboValueInfoStatic object for the specified attribute from the cache.
|
java.lang.String |
getName()
Returns the name of the cache object.
|
void |
init()
Initialize the cache object.
|
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
Reload by the key.
|
public void init() throws MXException
init
in interface MaximoCache
MXException
public void reload() throws MXException
reload
in interface MaximoCache
MXException
public void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
key
- MXException
reload()
public java.lang.String getName()
getName
in interface MaximoCache
public MboValueInfoStatic getMboValueInfoStatic(UserInfo ui, java.lang.String objectName, java.lang.String attributeName) throws MXException
ui
- objectName
- attributeName
- MXException
public java.util.HashMap<java.lang.String,psdi.mbo.MaximoMLDD.InternalPresentation> getLangCache(java.lang.String langCode)
langCode
-