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, 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
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
MaximoCache
init
in interface MaximoCache
MXException
MaximoCache.init()
public void init(MXServer mxs) throws MXException
mxs
- MXServerMXException
public void reload() throws MXException
MaximoCache
reload
in interface MaximoCache
MXException
MaximoCache.reload()
public void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload(java.lang.String)
public java.lang.String getName()
SITE
.getName
in interface MaximoCache
MaximoCache.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.MXException
java.rmi.RemoteException
public 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.MXException
java.rmi.RemoteException