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

Class PMCommitSelectedSkdAction

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object executeAction(java.lang.Object actionObject)
      Execute action
      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

      • PMCommitSelectedSkdAction

        public PMCommitSelectedSkdAction()
    • Method Detail

      • 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
      • executeAction

        public java.lang.Object executeAction(java.lang.Object actionObject)
                                       throws java.lang.Exception
        Description copied from interface: SKDActionInterface
        Execute action
        Specified by:
        executeAction in interface SKDActionInterface
        Parameters:
        actionObject - - object on which action has to act
        Returns:
        - Return object
        Throws:
        SchedulerException
        java.lang.Exception