Package com.isode.x400.highlevel
Class TraceInformation
java.lang.Object
com.isode.x400.highlevel.TraceInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getInternalTraceInformation
(MSMessage msmessage_obj, int entry, InternalTraceinfo traceinfo_obj, ArrayList<TraceInfoElementItem> traceInfoElement) int
getTraceInformation
(ReceiveMsg msmessage_obj, int entry, Traceinfo traceinfo_obj, int type, ArrayList<TraceInfoElementItem> traceInfoElement) getTraceInfoString
(String indent, ArrayList<TraceInfoElementItem> traceInfoElement)
-
Constructor Details
-
TraceInformation
public TraceInformation()
-
-
Method Details
-
getTraceInformation
public int getTraceInformation(ReceiveMsg msmessage_obj, int entry, Traceinfo traceinfo_obj, int type, ArrayList<TraceInfoElementItem> traceInfoElement) throws X400APIException - Throws:
X400APIException
-
getInternalTraceInformation
public int getInternalTraceInformation(MSMessage msmessage_obj, int entry, InternalTraceinfo traceinfo_obj, ArrayList<TraceInfoElementItem> traceInfoElement) throws X400APIException - Throws:
X400APIException
-
getTraceInfoString
-