com.ibm.tivoli.maximo.script

Class ScriptAction

  • java.lang.Object
    • com.ibm.tivoli.maximo.script.ScriptAction
    • Constructor Summary

      Constructors 
      Constructor and Description
      ScriptAction() 
    • Method Summary

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

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

      • ScriptAction

        public ScriptAction()
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote mbo,
                                      java.lang.Object[] params)
                               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:
        mbo - The Mbo on which the action will apply.
        Throws:
        MXException
        java.rmi.RemoteException
      • getLogger

        protected MXLogger getLogger(java.lang.String scriptName)
        Returns:
        the script logger