public class ScriptListenerManager
extends java.lang.Object
| Constructor and Description |
|---|
ScriptListenerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireNPExecuteEvent(NonPersistentMboSet npSet) |
void |
fireNPExecuteEvent(NonPersistentMboSet npSet,
MboRemote mboToWorkOn) |
MboRemote |
fireNPSetupEvent(NonPersistentMboSet npSet) |
void |
registerScriptAsListener(java.lang.String scriptName,
ScriptLaunchPointInfo launchPointInfo) |
void |
unregisterAllListeners() |
void |
unregisterListeners(java.lang.String scriptName,
boolean remove) |
void |
zombieInit(EventMessage msg) |
public void registerScriptAsListener(java.lang.String scriptName,
ScriptLaunchPointInfo launchPointInfo)
throws MXException
MXExceptionpublic MboRemote fireNPSetupEvent(NonPersistentMboSet npSet) throws MXException
MXExceptionpublic void fireNPExecuteEvent(NonPersistentMboSet npSet) throws MXException
MXExceptionpublic void fireNPExecuteEvent(NonPersistentMboSet npSet, MboRemote mboToWorkOn) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic void zombieInit(EventMessage msg) throws MXException
MXExceptionpublic void unregisterAllListeners()
throws MXException
MXExceptionpublic void unregisterListeners(java.lang.String scriptName,
boolean remove)
throws MXException
MXException