com.ibm.tivoli.maximo.skd.skdaction.pm

Class PMReforecastSkdAction

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.skdaction.pm.PMReforecastSkdAction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object executeAction(java.lang.Object actionObject)
      Executes the reforecast action for PM and sends the result back to the applet.
      void setSKDActionContext(SKDActionContext context)
      Sets Context of the action.The context can be accessed in action class to do necessary logic
      • Methods inherited from class java.lang.Object

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

      • PMReforecastSkdAction

        public PMReforecastSkdAction()
    • Method Detail

      • executeAction

        public java.lang.Object executeAction(java.lang.Object actionObject)
                                       throws java.lang.Exception
        Executes the reforecast action for PM and sends the result back to the applet.
        Specified by:
        executeAction in interface SKDActionInterface
        Parameters:
        - - action object, in this case list of PM's unique id
        Returns:
        - Result object, in this case PMReforecastResult
        Throws:
        SchedulerException
        java.lang.Exception
      • setSKDActionContext

        public void setSKDActionContext(SKDActionContext context)
        Sets Context of the action.The context can be accessed in action class to do necessary logic
        Specified by:
        setSKDActionContext in interface SKDActionInterface
        Parameters:
        - - context object