psdi.app.jobplan

Class JobItemSet

    • Constructor Detail

      • JobItemSet

        public JobItemSet(MboServerInterface ms)
                   throws MXException,
                          java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The Mbo Server interface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new Job Item object
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - MboSet
        Returns:
        the new Job Item object
        Throws:
        MXException
        java.rmi.RemoteException
      • canAdd

        public void canAdd()
                    throws MXException
        If this object is being added to a newly created Job Plan then validate the Job Plan Key. Do not allow an object to be added to this set if the Job Plan key is invalid
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException