psdi.app.report

Class ReportProcSched

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, ReportProcSchedRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class ReportProcSched
    extends Mbo
    implements ReportProcSchedRemote
    ReportProcSched Mbo class for report scheduling contains a report's allowed processing times. Values will only exist for reports that have Schedule Only checked and have some reserved times set. The times in this Mbo are the mirror values of the ones for the same report in the ReportProcReserve table. The ReportProcReserve table stores the times during which the report may not be scheduled while this Mbo holds the times during which the report may be scheduled. These values are shown on the report's Request Page and Scheduling Status tab.
    • Constructor Detail

      • ReportProcSched

        public ReportProcSched(MboSet ms)
                        throws MXException,
                               java.rmi.RemoteException
        Construct the ReportProcSched object
        Parameters:
        ms - - Mbo set
        Throws:
        MXException
        java.rmi.RemoteException