psdi.iface.app.interror

Interface MaxIntErrorSetRemote

    • Method Detail

      • processAll

        void processAll(boolean isDelete)
                 throws MXException,
                        java.rmi.RemoteException
        This method will process or delete all messages in the Message Reprocessing.
        Parameters:
        isDelete - - indicator if it's delete or process
        Throws:
        MXException
        java.rmi.RemoteException
      • processSelected

        void processSelected(java.util.Vector selected,
                             boolean isDelete)
                      throws MXException,
                             java.rmi.RemoteException
        This method will process or delete selected messages in the Message Reprocessing.
        Parameters:
        selected - - Vector of selected Mbos
        isDelete - - indicator if it's delete or process
        Throws:
        MXException
        java.rmi.RemoteException