|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.comms.CCMessage | +--com.ibm.dse.services.comms.Lu62Message
The Lu62Message class represents a Lu62 message with message characteristics.
Field Summary | |
static java.lang.String |
COMPID
|
char[] |
fieldBuffer
|
java.lang.String |
fieldConversationStatus
|
int |
fieldDataReceivedType
|
int |
fieldReceivedLength
|
int |
fieldRequestedLength
|
boolean |
fieldRequestToSendReceived
|
int |
fieldStatusReceived
|
Fields inherited from class com.ibm.dse.services.comms.CCMessage |
dataReceived,
dataSent,
receiveRC,
timeout |
Constructor Summary | |
Lu62Message()
|
Method Summary | |
void |
addBuffer(java.lang.String aData)
Adds the aData to the existing message data. |
void |
finalize()
Clear all the atributes when no reference to this instance. |
java.lang.String |
getBuffer()
Gets the buffer property (java.lang.String) value. |
java.lang.String |
getConversationStatus()
Gets the conversationStatus property (int) value. |
int |
getDataReceivedType()
Gets the dataReceived property (int) value. |
int |
getReceivedLength()
Gets the receivedLength property (int) value. |
int |
getRequestedLength()
Gets the requestedLength property (int) value. |
boolean |
getRequestToSendReceived()
Gets the requestToSendReceived property (boolean) value. |
int[] |
getSegmentsLengths()
Gets the segmentsLengths property int [] value. |
int |
getStatusReceived()
Gets the statusReceived property (int) value. |
void |
newBuffer(int length)
Creates a new char[] for attribute buffer with the specified length. |
void |
newSegmentsLengths(int length)
Creates a new char[] for attribute segmentsLengths with the specified length. |
void |
setBuffer(java.lang.String buffer)
Sets the buffer property (java.lang.String) value. |
void |
setConversationStatus(java.lang.String aStatus)
Sets the conversationStatus property (int) value. |
void |
setDataReceivedType(int dataReceived)
Sets the dataReceivedType property (int) value. |
void |
setReceivedLength(int receivedLength)
Sets the receivedLength property (int) value. |
void |
setRequestedLength(int requestedLength)
Sets the requestedLength property (int) value. |
void |
setRequestToSendReceived(boolean requestToSendReceived)
Sets the requestToSendReceived property (boolean) value. |
void |
setStatusReceived(int statusReceived)
Sets the statusReceived property (int) value. |
java.lang.String |
toString()
Converts Lu62Message to string. |
Methods inherited from class com.ibm.dse.services.comms.CCMessage |
getDataReceived,
getDataSent,
getReceiveRC,
getTimeout,
setDataReceived,
setDataSent,
setReceiveRC,
setTimeout |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String COMPID
public int fieldRequestedLength
public int fieldReceivedLength
public int fieldDataReceivedType
public int fieldStatusReceived
public boolean fieldRequestToSendReceived
public char[] fieldBuffer
public java.lang.String fieldConversationStatus
Constructor Detail |
public Lu62Message()
Method Detail |
public void addBuffer(java.lang.String aData)
Adds the aData to the existing message data.
aData
- java.lang.Stringpublic void finalize()
Clear all the atributes when no reference to this instance.
public java.lang.String getBuffer()
Gets the buffer property (java.lang.String) value.
setBuffer(java.lang.String)
public java.lang.String getConversationStatus()
Gets the conversationStatus property (int) value.
setConversationStatus(java.lang.String)
public int getDataReceivedType()
Gets the dataReceived property (int) value.
CCMessage.setDataReceived(java.lang.String)
public int getReceivedLength()
Gets the receivedLength property (int) value.
setReceivedLength(int)
public int getRequestedLength()
Gets the requestedLength property (int) value.
setRequestedLength(int)
public boolean getRequestToSendReceived()
Gets the requestToSendReceived property (boolean) value.
setRequestToSendReceived(boolean)
public int[] getSegmentsLengths()
Gets the segmentsLengths property int [] value.
public int getStatusReceived()
Gets the statusReceived property (int) value.
setStatusReceived(int)
public void newBuffer(int length)
length
- intpublic void newSegmentsLengths(int length)
length
- intpublic void setBuffer(java.lang.String buffer)
Sets the buffer property (java.lang.String) value.
buffer
- The new value for the property.getBuffer()
public void setConversationStatus(java.lang.String aStatus)
Sets the conversationStatus property (int) value.
conversationStatus
- The new value for the property.getConversationStatus()
public void setDataReceivedType(int dataReceived)
Sets the dataReceivedType property (int) value.
dataReceived
- The new value for the property.CCMessage.getDataReceived()
public void setReceivedLength(int receivedLength)
Sets the receivedLength property (int) value.
receivedLength
- The new value for the property.getReceivedLength()
public void setRequestedLength(int requestedLength)
Sets the requestedLength property (int) value.
requestedLength
- The new value for the property.getRequestedLength()
public void setRequestToSendReceived(boolean requestToSendReceived)
Sets the requestToSendReceived property (boolean) value.
requestToSendReceived
- The new value for the property.getRequestToSendReceived()
public void setStatusReceived(int statusReceived)
Sets the statusReceived property (int) value.
statusReceived
- The new value for the property.getStatusReceived()
public java.lang.String toString()
Converts Lu62Message to string.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |