psdi.app.report

Interface ReportSchedRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    ReportSched


    public interface ReportSchedRemote
    extends MboRemote
    Remote Interface to the ReportSched object.
    • Method Detail

      • setCronTaskMgrCalledDelete

        void setCronTaskMgrCalledDelete(boolean cronIsCaller)
                                 throws MXException,
                                        java.rmi.RemoteException
        Change the value of the cronTaskMgrCalledDelete flag in the ReportSched Mbo to indicate if cronTaskMgr called the delete method.
        Parameters:
        cronTaskMgrCalledDelete - - boolean variable to indicate who is calling the delete method
        Throws:
        MXException
        java.rmi.RemoteException