public class PresentationCacheFactory extends AbstractMaximoMTEnabledCache
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHENAME |
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 |
---|---|
MaximoCache |
getCache()
Returns a tenantCache...creates it if necessary.
|
static PresentationCacheFactory |
getInstance()
Returns an instance of PresentationCacheFactory
|
java.lang.String |
getName()
Returns the name of the cache.
|
void |
init()
Initialize the cache object.
|
void |
init(MXServer mxs) |
getLoadedTenants, isLoaded, reload, reload, unloadInactiveCaches, unloadTenant
public static final java.lang.String CACHENAME
public static PresentationCacheFactory getInstance() throws MXException
MXException
public java.lang.String getName()
public MaximoCache getCache()
getCache
in interface MaximoMTEnabledCache
getCache
in class AbstractMaximoMTEnabledCache
public void init()
MaximoCache
init
in interface MaximoCache
init
in class AbstractMaximoMTEnabledCache
public void init(MXServer mxs) throws MXException
MXException