|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.services.comms.CCMessage
public class CCMessage
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 |
---|
public java.lang.String dataReceived
public int receiveRC
public boolean timeout
public boolean dataSent
Constructor Detail |
---|
public CCMessage()
Method Detail |
---|
public void finalize()
finalize
in class java.lang.Object
public java.lang.String getDataReceived()
public boolean getDataSent()
public int getReceiveRC()
public boolean getTimeout()
public void setDataReceived(java.lang.String aData)
aData
- Stringpublic void setDataSent(boolean aDataSent)
aDataSent
- booleanpublic void setReceiveRC(int aRC)
aRC
- intpublic void setTimeout(boolean aTimeout)
aTimeout
- boolean
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |