Class X400msTestRepRcvUtils


  • public class X400msTestRepRcvUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int do_rep_content​(MSMessage msmessage_obj)
      Display report content (ie from a report retrieved the message store).
      static int do_rep_env​(MSMessage msmessage_obj)
      Display a report envelope (ie from a report retrieved the message store).
      static int do_rep_retcontent​(MSMessage msmessage_obj)
      Display the report returned content (ie from a report retrieved the message store).
      • Methods inherited from class java.lang.Object

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

      • X400msTestRepRcvUtils

        public X400msTestRepRcvUtils()
    • Method Detail

      • do_rep_env

        public static int do_rep_env​(MSMessage msmessage_obj)
        Display a report envelope (ie from a report retrieved the message store).
      • do_rep_content

        public static int do_rep_content​(MSMessage msmessage_obj)
        Display report content (ie from a report retrieved the message store).
      • do_rep_retcontent

        public static int do_rep_retcontent​(MSMessage msmessage_obj)
        Display the report returned content (ie from a report retrieved the message store). Note that there will only be returned content for negative reports.