psdi.app.jobplan

Class JobPlanUtils

  • java.lang.Object
    • psdi.app.jobplan.JobPlanUtils


  • public class JobPlanUtils
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static interface  JobPlanUtils.Status 
    • Constructor Summary

      Constructors 
      Constructor and Description
      JobPlanUtils() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void changeJobPlanStatus(JobPlanRemote jp, java.lang.String endStatus)
      Change the status on the JobPlan and asset that it was set correctly.
      • Methods inherited from class java.lang.Object

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

      • JobPlanUtils

        public JobPlanUtils()
    • Method Detail

      • changeJobPlanStatus

        public static void changeJobPlanStatus(JobPlanRemote jp,
                                               java.lang.String endStatus)
                                        throws java.rmi.RemoteException,
                                               MXException
        Change the status on the JobPlan and asset that it was set correctly. This will save the JobPlan as well.
        Parameters:
        jp -
        endStatus - A status defined in the JobPlanUtils.Status interface
        Throws:
        java.rmi.RemoteException
        MXException