psdi.iface.app.interror

Class MaxIntErrorSet

    • Constructor Detail

      • MaxIntErrorSet

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

      • canAdd

        public void canAdd()
                    throws MXException
        This method is called by the framework before save. Perform regular canAdd() and process LinkedMbo's add.
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • processAll

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

        public 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.
        Specified by:
        processSelected in interface MaxIntErrorSetRemote
        Parameters:
        selected - - Vector of selected Mbos
        isDelete - - indicator if it's delete or process
        Throws:
        MXException
        java.rmi.RemoteException
      • process

        public void process(java.util.List selected,
                            boolean isDelete)
                     throws MXException,
                            java.rmi.RemoteException
        This method is called to process errors based on saved id.
        Parameters:
        selected - - List of messageid to process
        isDelete - - indicator if it's delete or process
        Throws:
        MXException
        java.rmi.RemoteException
      • doProcess

        public void doProcess(java.lang.String key,
                              boolean isDelete)
                       throws MXException,
                              java.rmi.RemoteException
        This method is called to process errors one in a time.
        Parameters:
        key - - messageid to process
        isDelete - - indicator if it's delete or process
        Throws:
        MXException
        java.rmi.RemoteException
      • getMboIntoSet

        protected MboSetRemote getMboIntoSet(java.lang.String key)
                                      throws MXException,
                                             java.rmi.RemoteException
        This method returns the select Mbo in a set by itself.
        Parameters:
        key - - messageid to process
        Throws:
        MXException
        java.rmi.RemoteException