psdi.app.report

Class ReportAdHocSet

    • Constructor Detail

      • ReportAdHocSet

        public ReportAdHocSet(MboServerInterface ms)
                       throws java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - the MboServerInterface
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

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

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Override execute to clear the current reportnum since additional reports may be created/saved.
        Specified by:
        save in interface MboSetRemote
        Overrides:
        save in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.reset()