psdi.app.report

Class ReportProcSchedSet

  • All Implemented Interfaces:
    java.rmi.Remote, ReportProcSchedSetRemote, MboAccessInterface, MboConstants, MboSetRemote, MaxRemoteProxy, Transactable, FixedLoggerNames, FixedLoggers


    public class ReportProcSchedSet
    extends MboSet
    implements ReportProcSchedSetRemote
    Represents the set of ReportProcSched. ReportProcSchedSet contains reports' allowed processing times based on existing reserved times set aside in the ReportProcReserve Mbo. Values will only exist for reports that have Schedule Only checked and have at least one reserved time set. The times in this MboSet 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.
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException