public class TenantRegCache extends java.lang.Object implements MaximoCache, FixedLoggers
APPLOGGER, 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| Constructor and Description |
|---|
TenantRegCache() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the cache object.
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
getTenantSessions() |
boolean |
hasTenant(int tenantID) |
boolean |
hasTenantSession(int tenantID) |
void |
init()
Initialize the cache object.
|
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
removeTenantSession(int tenantID) |
void |
setTenantSession(int tenantID) |
void |
tenantStartupRoutine() |
public void reload()
throws MXException
reload in interface MaximoCacheMXExceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCachekey - MXExceptionpublic java.lang.String getName()
getName in interface MaximoCachepublic void init()
throws MXException
MaximoCacheinit in interface MaximoCacheMXExceptionpublic void tenantStartupRoutine()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic boolean hasTenant(int tenantID)
throws MXException
MXExceptionpublic boolean hasTenantSession(int tenantID)
throws MXException
MXExceptionpublic void setTenantSession(int tenantID)
throws MXException
MXExceptionpublic java.util.Map<java.lang.Integer,java.lang.Integer> getTenantSessions()
throws MXException
MXExceptionpublic void removeTenantSession(int tenantID)
throws MXException
MXException