com.ibm.ism.script.action

Class AutoScriptDelegateAction

  • java.lang.Object
    • com.ibm.ism.script.action.AutoScriptDelegateAction
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String SCRIPTPREFIX 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void applyCustomAction(MboRemote arg0, java.lang.Object[] arg1)
      This is the method which is called when the class is used a custom action.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AutoScriptDelegateAction

        public AutoScriptDelegateAction()
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote arg0,
                                      java.lang.Object[] arg1)
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from interface: ActionCustomClass
        This is the method which is called when the class is used a custom action.
        Specified by:
        applyCustomAction in interface ActionCustomClass
        Parameters:
        arg0 - The Mbo on which the action will apply.
        Throws:
        MXException
        java.rmi.RemoteException