Class X400mtTestRepRcvUtils


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int do_rep_content​(MTMessage mtmessage_obj)
      Display report content
      static int do_rep_env​(MTMessage mtmessage_obj)
      Display a report envelope
      static int do_rep_retcontent​(MTMessage mtmessage_obj)
      Display the report returned content Note that there will only be returned content for negative reports.
      static int get_rep_recips​(MTMessage mtmessage_obj, int type, java.lang.String logstr)  
      • Methods inherited from class java.lang.Object

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

      • X400mtTestRepRcvUtils

        public X400mtTestRepRcvUtils()
    • Method Detail

      • do_rep_env

        public static int do_rep_env​(MTMessage mtmessage_obj)
        Display a report envelope
      • do_rep_content

        public static int do_rep_content​(MTMessage mtmessage_obj)
        Display report content
      • do_rep_retcontent

        public static int do_rep_retcontent​(MTMessage mtmessage_obj)
        Display the report returned content Note that there will only be returned content for negative reports.
      • get_rep_recips

        public static int get_rep_recips​(MTMessage mtmessage_obj,
                                         int type,
                                         java.lang.String logstr)