public class ScriptCache extends AbstractMaximoMTEnabledCache
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SCRIPT_LOGGER |
static MXLogger |
SCRIPTLOGGER |
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 |
fireAfterDuplicateEvent(MboRemote mbo,
MboRemote dupMbo) |
void |
fireNPExecuteEvent(NonPersistentMboSet npSet) |
void |
fireNPExecuteEvent(NonPersistentMboSet npSet,
MboRemote mboToWorkOn) |
MboRemote |
fireNPSetupEvent(NonPersistentMboSet npSet) |
java.util.Map |
getAllScripts() |
protected MaximoCache |
getCachedUnit() |
static ScriptCache |
getInstance() |
java.lang.String |
getName()
Returns the name of the cache object.
|
java.lang.String[] |
getObjectScriptAndLPFor(java.lang.String objectName,
long objectEvent) |
ScriptInfo |
getScriptInfo(java.lang.String name) |
void |
zombieInit(EventMessage msg) |
getCache, getLoadedTenants, init, isLoaded, reload, reload, unloadInactiveCaches, unloadTenantpublic static final java.lang.String SCRIPT_LOGGER
public static final MXLogger SCRIPTLOGGER
public static final ScriptCache getInstance()
public java.lang.String getName()
MaximoCachepublic ScriptInfo getScriptInfo(java.lang.String name)
public MboRemote fireNPSetupEvent(NonPersistentMboSet npSet) throws MXException
MXExceptionpublic void fireNPExecuteEvent(NonPersistentMboSet npSet, MboRemote mboToWorkOn) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic void fireNPExecuteEvent(NonPersistentMboSet npSet) throws MXException
MXExceptionpublic void fireAfterDuplicateEvent(MboRemote mbo, MboRemote dupMbo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionprotected MaximoCache getCachedUnit()
getCachedUnit in class AbstractMaximoMTEnabledCachepublic java.lang.String[] getObjectScriptAndLPFor(java.lang.String objectName,
long objectEvent)
public java.util.Map getAllScripts()
public void zombieInit(EventMessage msg) throws MXException
MXException