psdi.common.commlog

Class CommLogSendMessage

  • java.lang.Object
    • psdi.common.commlog.CommLogSendMessage
  • All Implemented Interfaces:
    ActionCustomClass


    public class CommLogSendMessage
    extends java.lang.Object
    implements ActionCustomClass
    Custom Class to re-send failed messages that are logged in the COMMLOG table
    • Constructor Summary

      Constructors 
      Constructor and Description
      CommLogSendMessage()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void applyCustomAction(MboRemote mbo, java.lang.Object[] params)
      Get the commlog records for the given MBO and send it.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommLogSendMessage

        public CommLogSendMessage()
        Constructor.
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote mbo,
                                      java.lang.Object[] params)
                               throws MXException,
                                      java.rmi.RemoteException
        Get the commlog records for the given MBO and send it. If the send fails again the record will remain flagged as failed and can be retried again.
        Specified by:
        applyCustomAction in interface ActionCustomClass
        Parameters:
        mbo - The Mbo on which the action will apply.
        Throws:
        MXException
        java.rmi.RemoteException