com.ibm.tivoli.maximo.script

Class EvalScript

  • java.lang.Object
    • com.ibm.tivoli.maximo.script.EvalScript


  • public class EvalScript
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      EvalScript() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void evalParams(int a, int b) 
      static void evalParams2(double a, double b) 
      static void evalPerformance() 
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

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

      • EvalScript

        public EvalScript()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • evalParams

        public static void evalParams(int a,
                                      int b)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • evalParams2

        public static void evalParams2(double a,
                                       double b)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • evalPerformance

        public static void evalPerformance()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception