public class WorkflowCacheFactory extends java.lang.Object implements MaximoMTEnabledCache, FixedLoggers
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WFMBONAME
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
Modifier and Type | Method and Description |
---|---|
WorkflowCache |
getCache()
Return the Workflor cache by the tenant context.
|
static WorkflowCacheFactory |
getInstance()
Return tan instance of Workflow cache factory.
|
java.lang.String |
getName()
Return the name of the cache.
|
void |
init()
init the maxvar cahe factory.
|
boolean |
isLoaded()
Return false if the tenant cache does not exist.
|
void |
reload()
Reload the tenant cache.
|
void |
reload(java.lang.String key)
Reload the cache by the key.
|
public static final java.lang.String WFMBONAME
public static WorkflowCacheFactory getInstance() throws MXException
MXException
public WorkflowCache getCache()
getCache
in interface MaximoMTEnabledCache
public boolean isLoaded()
isLoaded
in interface MaximoMTEnabledCache
public java.lang.String getName()
getName
in interface MaximoCache
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
MXException