All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

C

CriticalException(String). Constructor for class tascomm.dts.CriticalException
Constructs a CriticalException with the specified DTS error reply message.

D

DTSMessage(). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage object without any predefined transaction parameters.
DTSMessage(Applet). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage object for the given source applet, without any predefined transaction parameters.
DTSMessage(Applet, String). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage for the given source applet, with the specified remote Handler name.
DTSMessage(Applet, String, String). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage for the given source applet, with the specified remote Handler and and user input data area.
DTSMessage(Applet, String, String, String). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage for the given source applet, with the specified remote Handler, receiver node and user input data area.
DTSMessage(String). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage with the specified remote Handler name.
DTSMessage(String, String). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage with the specified remote Handler and and user input data area.
DTSMessage(String, String, String). Constructor for class tascomm.dts.DTSMessage
Constructs a DTSMessage with the specified remote Handler, receiver node and user input data area.

E

execute(). Method in class tascomm.dts.DTSMessage
Executes a DTS call (transaction) as specified.

G

getDataString(). Method in class tascomm.dts.DTSMessage
Get the user output data area of the DTS message.
getIOMessage(). Method in class tascomm.dts.CommunicationException
Returns the original IO failure description as provided by the IOException.
getMessage(). Method in class tascomm.dts.DTSException
Returns the complete error reply message of this DTSException.
getPhase(). Method in class tascomm.dts.CommunicationException
Returns the name of the communication phase where the exception occurred.
getReturnCode(). Method in class tascomm.dts.DTSException
Returns the numeric two-byte error code of this DTSException.
getReturnCode(). Method in class tascomm.dts.DTSMessage
Get the return code of the executed DTS transaction.
getSender(). Method in class tascomm.dts.DTSMessage
Get the message sender node of the executed DTS transaction.
getTimeStamp(). Method in class tascomm.dts.DTSMessage
Get the message timestamp of the executed DTS transaction.

I

IllegalLengthException(String). Constructor for class tascomm.dts.IllegalLengthException
Constructs an IllegalLengthException with the specified detail message.

S

setDataString(String). Method in class tascomm.dts.DTSMessage
Set the user input data area of the DTS message.
setHandler(String). Method in class tascomm.dts.DTSMessage
Sets the message DTS Handler name.
setReceiver(String). Method in class tascomm.dts.DTSMessage
Sets the message receiver DTS node name.
setSourceApplet(Applet). Method in class tascomm.dts.DTSMessage
Sets the source applet object.
setTargetPort(int). Method in class tascomm.dts.DTSMessage
Sets the target DTS server TCP port number.

U

UnknownHandlerException(String). Constructor for class tascomm.dts.UnknownHandlerException
Constructs an UnknownHandlerException with the specified DTS error reply message.
UnknownNodeException(String). Constructor for class tascomm.dts.UnknownNodeException
Constructs an UnknownNodeException with the specified DTS error reply message.