IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.comms
Class CCMessage

java.lang.Object
  extended by com.ibm.btt.services.comms.CCMessage

public class CCMessage
extends java.lang.Object

This class represents a Common Communications Interface message with message characteristics.


Field Summary
 java.lang.String dataReceived
           
 boolean dataSent
           
 int receiveRC
           
 boolean timeout
           
 
Constructor Summary
CCMessage()
           
 
Method Summary
 void finalize()
          Clears all the atributes when no reference to this instance.
 java.lang.String getDataReceived()
          Returns the message received from the communications channel or null if no message is received.
 boolean getDataSent()
          Returns true if data has been sent.
 int getReceiveRC()
          Returns the return code produced in the receive.
 boolean getTimeout()
          Returns true if the timeout has been reached in receive.
 void setDataReceived(java.lang.String aData)
          Actualizes the message received from the communications channel.
 void setDataSent(boolean aDataSent)
          Actualizes if data has been sent.
 void setReceiveRC(int aRC)
          Actualizes the return code produced in the receive.
 void setTimeout(boolean aTimeout)
          Actualizes if the timeout has been reached in receive.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataReceived

public java.lang.String dataReceived

receiveRC

public int receiveRC

timeout

public boolean timeout

dataSent

public boolean dataSent
Constructor Detail

CCMessage

public CCMessage()
Method Detail

finalize

public void finalize()
Clears all the atributes when no reference to this instance.

Overrides:
finalize in class java.lang.Object

getDataReceived

public java.lang.String getDataReceived()
Returns the message received from the communications channel or null if no message is received.


getDataSent

public boolean getDataSent()
Returns true if data has been sent.


getReceiveRC

public int getReceiveRC()
Returns the return code produced in the receive.


getTimeout

public boolean getTimeout()
Returns true if the timeout has been reached in receive.


setDataReceived

public void setDataReceived(java.lang.String aData)
Actualizes the message received from the communications channel.

Parameters:
aData - String

setDataSent

public void setDataSent(boolean aDataSent)
Actualizes if data has been sent.

Parameters:
aDataSent - boolean

setReceiveRC

public void setReceiveRC(int aRC)
Actualizes the return code produced in the receive.

Parameters:
aRC - int

setTimeout

public void setTimeout(boolean aTimeout)
Actualizes if the timeout has been reached in receive.

Parameters:
aTimeout - boolean

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009