public class SetsCache 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 |
|---|
SetsCache() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Return
SITE. |
java.util.Vector |
getOrgForCompanySet(java.lang.String companySetId,
UserInfo userInfo)
Return the organization for the specified company set.
|
java.util.Vector |
getOrgForItemSet(java.lang.String itemSetId,
UserInfo userInfo)
Return the organization for the specified itemset.
|
void |
init()
Initialize the cache object.
|
void |
init(MXServer mxs)
|
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
For SignatureCache, does nothing.
|
public void init()
throws MXException
MaximoCacheinit in interface MaximoCacheMXExceptionMaximoCache.init()public void init(MXServer mxs) throws MXException
mxs - MXServerMXExceptionpublic void reload()
throws MXException
MaximoCachereload in interface MaximoCacheMXExceptionMaximoCache.reload()public void reload(java.lang.String key)
throws MXException
reload in interface MaximoCacheMXExceptionMaximoCache.reload(java.lang.String)public java.lang.String getName()
SITE.getName in interface MaximoCacheMaximoCache.getName()public java.util.Vector getOrgForItemSet(java.lang.String itemSetId,
UserInfo userInfo)
throws MXException,
java.rmi.RemoteException
itemSetId - The setid for which the orgID is being requested.userInfo - UserInfo making the request.MXExceptionjava.rmi.RemoteExceptionpublic java.util.Vector getOrgForCompanySet(java.lang.String companySetId,
UserInfo userInfo)
throws MXException,
java.rmi.RemoteException
companySetId - The setid for which the orgID is being requested.userInfo - UserInfo making the request.MXExceptionjava.rmi.RemoteException