C D G M R S X 
All Classes All Packages

C

com.isode.x400mtapi - package com.isode.x400mtapi
 
com.isode.x400mtapi.test - package com.isode.x400mtapi.test
 

D

do_msg_content(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestMsgRcvUtils
Display the MT Message content (ie the attachments/bodyparts)
do_msg_content_as_bp(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestBodyPartRcvUtils
Display the MT Message content (ie the attachments/bodyparts) of a message transferred from the MTA
do_msg_env(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestMsgRcvUtils
Display a MT Message envelope
do_msg_headers(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestMsgRcvUtils
Display the MT Message headers
do_prb_content(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestPrbRcvUtils
 
do_prb_env(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestPrbRcvUtils
 
do_rep_content(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestRepRcvUtils
Display report content
do_rep_env(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestRepRcvUtils
Display a report envelope
do_rep_retcontent(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestRepRcvUtils
Display the report returned content Note that there will only be returned content for negative reports.
do_xmsg_content(Message) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody().
do_xmsg_content_as_bp(Message) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
Fetch and display the X.400 message content (ie from a message retrieved using x400_msggetmessagebody().
do_xmsg_env(Message) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
 
do_xmsg_headers(Message) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
Fetch and display the X.400 message headers (ie from a message retrieved using x400_msggetmessagebody().
do_xrep_content(Message) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
 
do_xrep_env(Message) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
 
do_xrep_headers(Message) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
 

G

get_acp127respali(ACP127Resp, int, ALI) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
get_bp(MTMessage, BodyPart, int) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
Fetch and display a MT bodypart
get_msgbp(MTMessage, Message, int, int) - Static method in class com.isode.x400mtapi.test.X400mtTestBodyPartRcvUtils
Fetch and display a MT Message bodypart
get_mt_ali(MTMessage, int, ALI) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
get_mt_distfield(MTMessage, int, DistField) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
get_mt_dleh(MTMessage, int, DLExpHist) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
Display the Distribution List Expansion History if present,
get_mt_internaltraceinfo(MTMessage, int, InternalTraceinfo) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
get_mt_oranddl(MTMessage, int, ORandDL) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
Display the Originator and DL expansion hist if present.
get_mt_otherrecip(MTMessage, int, OtherRecip) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
get_mt_pss(MTMessage, int, PSS, int) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
get_mt_recips(MTMessage, int, String) - Static method in class com.isode.x400mtapi.test.X400mtTestMsgRcvUtils
Display the MT Message recipients
get_mt_redihist(MTMessage, Recip, int, RediHist) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
get_mt_traceinfo(MTMessage, int, Traceinfo, int) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
Display the Trace info if present,
get_p772(MTMessage) - Static method in class com.isode.x400mtapi.test.X400mtTestMsgRcvUtils
 
get_rep_recips(MTMessage, int, String) - Static method in class com.isode.x400mtapi.test.X400mtTestRepRcvUtils
 
GetAttLen() - Method in class com.isode.x400mtapi.MTMessage
Returns the length of attachment returned from the most recent GetAttachment call which returned a binary attachment.
GetAttType() - Method in class com.isode.x400mtapi.MTMessage
Returns the type of attachment returned from the most recent GetAttachment call.
GetIntValue() - Method in class com.isode.x400mtapi.MTMessage
Returns the integer value from a call to the most recent GetIntParam interface call.
GetNumRecips() - Method in class com.isode.x400mtapi.MTMessage
Returns the number of recipient from the most recent successful msMsgCountRecip call.
GetType() - Method in class com.isode.x400mtapi.MTMessage
Returns the type of object obtained from most recent MsgGet() call.

M

main(String[]) - Static method in class com.isode.x400mtapi.MTMessage
The main program A test method only.
main(String[]) - Static method in class com.isode.x400mtapi.X400mt
The main program - just a test method
MTMessage - Class in com.isode.x400mtapi
Provides the Message class used by the X.400 class.
MTMessage() - Constructor for class com.isode.x400mtapi.MTMessage
 

R

rcv_msgs(String[]) - Static method in class com.isode.x400mtapi.test.X400mtTestRcvUtils
Open a session, Retrieve messages from the MTA Close the session

S

send_msg(String[], int) - Static method in class com.isode.x400mtapi.test.X400mtTestSendUtils
Transfer a message into the MTA.

X

x400_mt_acp127respget(MTMessage, ACP127Resp) - Static method in class com.isode.x400mtapi.X400mt
Get the ACP127 Response object from a recipient
x400_mt_acp127respnew(MTMessage, ACP127Resp) - Static method in class com.isode.x400mtapi.X400mt
Create a P772 ACP127 Response object.
x400_mt_aliget(MTMessage, int, ALI) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtALIGet()
x400_mt_alinew(MTMessage, ALI) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtALINew()
x400_mt_close(Session) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTClose()
x400_mt_distfieldget(MTMessage, int, DistField) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtDistFieldGet()
x400_mt_distfieldnew(MTMessage, DistField) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtDistFieldNew()
x400_mt_DLexphistget(MTMessage, int, DLExpHist) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtDLExpHistGet()
x400_mt_DLexphistnew(MTMessage, DLExpHist) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtDLExpHistNew()
x400_mt_get_string_error(Session, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTError()
x400_mt_internaltraceinfoget(MTMessage, int, InternalTraceinfo) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mttraceinfoGet()
x400_mt_internaltraceinfonew(MTMessage, InternalTraceinfo) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtInternalTraceInfoNew()
x400_mt_mark_to_fault(Session, int, boolean) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMarkToFault()
x400_mt_msgaddattachment(MTMessage, int, String, int, byte[]) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtMsgAddAttachment()
x400_mt_msgaddbodypart(MTMessage, BodyPart) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtMsgAddBodypart()
x400_mt_msgaddbyteparam(MTMessage, int, byte[]) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgAddStrParam()
x400_mt_msgaddintparam(MTMessage, int, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgAddIntParam()
x400_mt_msgaddmessagebody(MTMessage, Message) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtMsgAddMessageBody()
x400_mt_msgaddmessagebodywtype(MTMessage, Message, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtMsgAddMessageBody()
x400_mt_msgaddstrparam(MTMessage, int, String, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgAddStrParam()
x400_mt_msgcountrecip(MTMessage, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400MsgCountRecip()
x400_mt_msgdel(MTMessage) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgDel()
x400_mt_msgget(Session, MTMessage) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgGet()
x400_mt_msggetattachment(MTMessage, int, StringBuffer, byte[]) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtMsgGetAttachment()
x400_mt_msggetbodypart(MTMessage, int, BodyPart) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtMsgGetBodypart()
x400_mt_msggetbyteparam(MTMessage, int, byte[]) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgGetByteParam()
x400_mt_msggetcriticality(MTMessage, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgGetCriticality()
x400_mt_msggetfinish(MTMessage, int, int, int, String) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgGetFinish()
x400_mt_msggetintparam(MTMessage, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgGetIntParam()
x400_mt_msggetmessagebody(MTMessage, int, Message) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtMsgGetMessageBody() Returns a message from the specified body part
x400_mt_msggetstart(Session, MTMessage) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgGetStart()
x400_mt_msggetstrparam(MTMessage, int, StringBuffer) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgGetStrParam()
x400_mt_msgnew(Session, int, MTMessage) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTMsgNew()
x400_mt_msgsend(MTMessage) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MSMsgSend()
x400_mt_open(String, Session) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTOpen()
x400_mt_oranddlget(MTMessage, int, ORandDL) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtORandDLGet()
x400_mt_oranddlnew(MTMessage, ORandDL) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtORandDLNew()
x400_mt_otherrecipget(MTMessage, int, OtherRecip) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtOtherRecipGet()
x400_mt_otherrecipnew(MTMessage, OtherRecip) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtOtherRecipNew()
x400_mt_pssget(MTMessage, int, PSS, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtPSSGet()
x400_mt_pssnew(MTMessage, PSS, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtPSSNew()
x400_mt_recipaddintparam(Recip, int, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTRecipAddIntParam()
x400_mt_recipaddstrparam(Recip, int, String, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTRecipAddStrParam()
x400_mt_recipget(MTMessage, int, int, Recip) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTRecipGet()
x400_mt_recipgetcriticality(Recip, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTRecipGetCriticality()
x400_mt_recipgetintparam(Recip, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTRecipGetIntParam()
x400_mt_recipgetstrparam(Recip, int, StringBuffer) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTRecipGetStrParam()
x400_mt_recipnew(MTMessage, int, Recip) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to MTRecipNew()
x400_mt_redihistgetenv(MTMessage, int, RediHist) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to RediHistGet()
x400_mt_redihistnewenv(MTMessage, RediHist) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to RediHistNew()
x400_mt_setcontentoctets(MTMessage, byte[]) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtSetContentOctets()
x400_mt_setintdefault(Session, int, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtSetIntDefault()
x400_mt_setstrdefault(Session, int, String, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtSetStrDefault()
x400_mt_traceinfoget(MTMessage, int, Traceinfo, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mttraceinfoGet()
x400_mt_traceinfonew(MTMessage, Traceinfo, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtTraceInfoNew()
x400_mt_wait(Session, int) - Static method in class com.isode.x400mtapi.X400mt
Wrapper to JNI Native call to X400mtWait()
X400mt - Class in com.isode.x400mtapi
Provides the X.400 class used to implement the Java bindings to the Isode X.400 MT API
X400mt() - Constructor for class com.isode.x400mtapi.X400mt
 
X400mtTestBodyPartRcvUtils - Class in com.isode.x400mtapi.test
 
X400mtTestBodyPartRcvUtils() - Constructor for class com.isode.x400mtapi.test.X400mtTestBodyPartRcvUtils
 
X400mtTestMsgRcvUtils - Class in com.isode.x400mtapi.test
 
X400mtTestMsgRcvUtils() - Constructor for class com.isode.x400mtapi.test.X400mtTestMsgRcvUtils
 
X400mtTestPrbRcvUtils - Class in com.isode.x400mtapi.test
 
X400mtTestPrbRcvUtils() - Constructor for class com.isode.x400mtapi.test.X400mtTestPrbRcvUtils
 
X400mtTestRcvNativeUtils - Class in com.isode.x400mtapi.test
 
X400mtTestRcvNativeUtils() - Constructor for class com.isode.x400mtapi.test.X400mtTestRcvNativeUtils
 
X400mtTestRcvUtils - Class in com.isode.x400mtapi.test
 
X400mtTestRcvUtils() - Constructor for class com.isode.x400mtapi.test.X400mtTestRcvUtils
 
X400mtTestRepRcvUtils - Class in com.isode.x400mtapi.test
 
X400mtTestRepRcvUtils() - Constructor for class com.isode.x400mtapi.test.X400mtTestRepRcvUtils
 
X400mtTestSendUtils - Class in com.isode.x400mtapi.test
 
X400mtTestSendUtils() - Constructor for class com.isode.x400mtapi.test.X400mtTestSendUtils
 
C D G M R S X 
All Classes All Packages