com.ibm.tivoli.maximo.expression

Class ExpAction

  • java.lang.Object
    • com.ibm.tivoli.maximo.expression.ExpAction
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExpAction() 
    • 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.
      • Methods inherited from class java.lang.Object

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

      • ExpAction

        public ExpAction()
    • 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