public class MaxQueueCache extends AbstractMaximoMTEnabledCache
| Modifier and Type | Field and Description |
|---|---|
protected static MXLogger |
integrationLogger
Integration Logger
|
static java.lang.String |
NAME |
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 |
|---|---|
void |
canCreateConnectionTo(java.lang.String queueName) |
protected MaximoCache |
getCachedUnit()
Returns MaxQueueCacheImpl.
|
static MaxQueueCache |
getInstance() |
java.lang.String |
getName()
Returns the name of the cache object.
|
java.util.Map |
getQueueConfig() |
QueueConfig |
getQueueConfig(java.lang.String queueName) |
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
getCache, getLoadedTenants, init, isLoaded, unloadInactiveCaches, unloadTenantpublic static final java.lang.String NAME
protected static final MXLogger integrationLogger
public static MaxQueueCache getInstance()
public void reload()
throws MXException
MaximoCachereload in interface MaximoCachereload in class AbstractMaximoMTEnabledCacheMXExceptionpublic void reload(java.lang.String key)
throws MXException
MaximoCachereload in interface MaximoCachereload in class AbstractMaximoMTEnabledCacheMXExceptionpublic java.lang.String getName()
MaximoCachepublic java.util.Map getQueueConfig()
public QueueConfig getQueueConfig(java.lang.String queueName)
public void canCreateConnectionTo(java.lang.String queueName)
throws javax.jms.JMSException,
javax.naming.NamingException
javax.jms.JMSExceptionjavax.naming.NamingExceptionprotected MaximoCache getCachedUnit()
getCachedUnit in class AbstractMaximoMTEnabledCache