Package com.isode.x400mtapi.test
Class X400mtTestRcvUtils
java.lang.Object
com.isode.x400mtapi.test.X400mtTestRcvUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
get_acp127respali
(com.isode.x400api.ACP127Resp resp_obj, int entry, com.isode.x400api.ALI ali) static int
Fetch and display a MT bodypartstatic int
get_mt_ali
(MTMessage mtmessage_obj, int entry, com.isode.x400api.ALI ali) static int
get_mt_distfield
(MTMessage mtmessage_obj, int entry, com.isode.x400api.DistField df) static int
get_mt_dleh
(MTMessage mtmessage_obj, int entry, com.isode.x400api.DLExpHist dleh_obj) Display the Distribution List Expansion History if present,static int
get_mt_internaltraceinfo
(MTMessage mtmessage_obj, int entry, com.isode.x400api.InternalTraceinfo traceinfo_obj) static int
get_mt_oranddl
(MTMessage mtmessage_obj, int entry, com.isode.x400api.ORandDL oranddl_obj) Display the Originator and DL expansion hist if present.static int
get_mt_otherrecip
(MTMessage mtmessage_obj, int entry, com.isode.x400api.OtherRecip otherrecip) static int
get_mt_pss
(MTMessage mtmessage_obj, int entry, com.isode.x400api.PSS dc, int type) static int
get_mt_redihist
(MTMessage mtmessage_obj, com.isode.x400api.Recip recip_obj, int entry, com.isode.x400api.RediHist redihist_obj) static int
get_mt_traceinfo
(MTMessage mtmessage_obj, int entry, com.isode.x400api.Traceinfo traceinfo_obj, int type) Display the Trace info if present,static void
Open a session, Retrieve messages from the MTA Close the session
-
Constructor Details
-
X400mtTestRcvUtils
public X400mtTestRcvUtils()
-
-
Method Details
-
rcv_msgs
Open a session, Retrieve messages from the MTA Close the session -
get_mt_distfield
public static int get_mt_distfield(MTMessage mtmessage_obj, int entry, com.isode.x400api.DistField df) -
get_mt_pss
public static int get_mt_pss(MTMessage mtmessage_obj, int entry, com.isode.x400api.PSS dc, int type) -
get_mt_otherrecip
public static int get_mt_otherrecip(MTMessage mtmessage_obj, int entry, com.isode.x400api.OtherRecip otherrecip) -
get_mt_ali
-
get_acp127respali
public static int get_acp127respali(com.isode.x400api.ACP127Resp resp_obj, int entry, com.isode.x400api.ALI ali) -
get_mt_internaltraceinfo
public static int get_mt_internaltraceinfo(MTMessage mtmessage_obj, int entry, com.isode.x400api.InternalTraceinfo traceinfo_obj) -
get_mt_redihist
public static int get_mt_redihist(MTMessage mtmessage_obj, com.isode.x400api.Recip recip_obj, int entry, com.isode.x400api.RediHist redihist_obj) -
get_mt_traceinfo
public static int get_mt_traceinfo(MTMessage mtmessage_obj, int entry, com.isode.x400api.Traceinfo traceinfo_obj, int type) Display the Trace info if present, -
get_mt_dleh
public static int get_mt_dleh(MTMessage mtmessage_obj, int entry, com.isode.x400api.DLExpHist dleh_obj) Display the Distribution List Expansion History if present, -
get_mt_oranddl
public static int get_mt_oranddl(MTMessage mtmessage_obj, int entry, com.isode.x400api.ORandDL oranddl_obj) Display the Originator and DL expansion hist if present. -
get_bp
public static int get_bp(MTMessage mtmessage_obj, com.isode.x400api.BodyPart bodypart_obj, int att_num) Fetch and display a MT bodypart
-