public class ExtSystemCache extends AbstractMaximoMTEnabledCache
tenantLockObjs, tloMaxCacheAPPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGERappenderPrefix, 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 |
|---|---|
java.util.Map |
getAllSystems()
Gets all systems info
|
protected MaximoCache |
getCachedUnit()
Returns ExtSystemCacheImpl.
|
ExtSystemInfo |
getExtSystemInfo(java.lang.String name)
Gets the info object for the specific external system
|
static ExtSystemCache |
getInstance()
Always use one instance of EnterpriseServiceDetailCache
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
boolean |
isAnyExtSystemEnabled()
Returns whether any external system is enabled
|
boolean |
isExtSystemEnabled(java.lang.String sysname)
Returns whether the given external system is enabled or not
|
void |
reload()
Refresh the External System DD
|
getCache, getLoadedTenants, init, isLoaded, reload, unloadInactiveCaches, unloadTenantpublic static ExtSystemCache getInstance() throws MXException
MXException - MAXIMO exceptionpublic java.lang.String getName()
public java.util.Map getAllSystems()
public ExtSystemInfo getExtSystemInfo(java.lang.String name)
name - External System namepublic boolean isExtSystemEnabled(java.lang.String sysname)
sysname - external system namepublic boolean isAnyExtSystemEnabled()
public void reload()
throws MXException
reload in interface MaximoCachereload in class AbstractMaximoMTEnabledCacheMXException - MAXIMO Exceptionjava.rmi.RemoteException - Remote Exceptionprotected MaximoCache getCachedUnit()
getCachedUnit in class AbstractMaximoMTEnabledCache