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
MXException
public MboRemote fireNPSetupEvent(NonPersistentMboSet npSet) throws MXException
MXException
public void fireNPExecuteEvent(NonPersistentMboSet npSet) throws MXException
MXException
public void fireNPExecuteEvent(NonPersistentMboSet npSet, MboRemote mboToWorkOn) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public void zombieInit(EventMessage msg) throws MXException
MXException
public void unregisterAllListeners() throws MXException
MXException
public void unregisterListeners(java.lang.String scriptName, boolean remove) throws MXException
MXException