com.ibm.dse.services.comms
Class Lu62Message

java.lang.Object
  |
  +--com.ibm.dse.services.comms.CCMessage
        |
        +--com.ibm.dse.services.comms.Lu62Message

public class Lu62Message
extends CCMessage

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

COMPID

public static final java.lang.String COMPID

fieldRequestedLength

public int fieldRequestedLength

fieldReceivedLength

public int fieldReceivedLength

fieldDataReceivedType

public int fieldDataReceivedType

fieldStatusReceived

public int fieldStatusReceived

fieldRequestToSendReceived

public boolean fieldRequestToSendReceived

fieldBuffer

public char[] fieldBuffer

fieldConversationStatus

public java.lang.String fieldConversationStatus
Constructor Detail

Lu62Message

public Lu62Message()
Method Detail

addBuffer

public void addBuffer(java.lang.String aData)

Adds the aData to the existing message data.

Parameters:
aData - java.lang.String

finalize

public void finalize()

Clear all the atributes when no reference to this instance.

Overrides:
finalize in class CCMessage

getBuffer

public java.lang.String getBuffer()

Gets the buffer property (java.lang.String) value.

Returns:
The buffer property value.
See Also:
setBuffer(java.lang.String)

getConversationStatus

public java.lang.String getConversationStatus()

Gets the conversationStatus property (int) value.

Returns:
The statusReceived property value.
See Also:
setConversationStatus(java.lang.String)

getDataReceivedType

public int getDataReceivedType()

Gets the dataReceived property (int) value.

Returns:
The dataReceived property value.
See Also:
CCMessage.setDataReceived(java.lang.String)

getReceivedLength

public int getReceivedLength()

Gets the receivedLength property (int) value.

Returns:
The receivedLength property value.
See Also:
setReceivedLength(int)

getRequestedLength

public int getRequestedLength()

Gets the requestedLength property (int) value.

Returns:
The requestedLength property value.
See Also:
setRequestedLength(int)

getRequestToSendReceived

public boolean getRequestToSendReceived()

Gets the requestToSendReceived property (boolean) value.

Returns:
The requestToSendReceived property value.
See Also:
setRequestToSendReceived(boolean)

getSegmentsLengths

public int[] getSegmentsLengths()

Gets the segmentsLengths property int [] value.

Returns:
The segmentsLengths property value.

getStatusReceived

public int getStatusReceived()

Gets the statusReceived property (int) value.

Returns:
The statusReceived property value.
See Also:
setStatusReceived(int)

newBuffer

public void newBuffer(int length)
Creates a new char[] for attribute buffer with the specified length.
Parameters:
length - int

newSegmentsLengths

public void newSegmentsLengths(int length)
Creates a new char[] for attribute segmentsLengths with the specified length.
Parameters:
length - int

setBuffer

public void setBuffer(java.lang.String buffer)

Sets the buffer property (java.lang.String) value.

Parameters:
buffer - The new value for the property.
See Also:
getBuffer()

setConversationStatus

public void setConversationStatus(java.lang.String aStatus)

Sets the conversationStatus property (int) value.

Parameters:
conversationStatus - The new value for the property.
See Also:
getConversationStatus()

setDataReceivedType

public void setDataReceivedType(int dataReceived)

Sets the dataReceivedType property (int) value.

Parameters:
dataReceived - The new value for the property.
See Also:
CCMessage.getDataReceived()

setReceivedLength

public void setReceivedLength(int receivedLength)

Sets the receivedLength property (int) value.

Parameters:
receivedLength - The new value for the property.
See Also:
getReceivedLength()

setRequestedLength

public void setRequestedLength(int requestedLength)

Sets the requestedLength property (int) value.

Parameters:
requestedLength - The new value for the property.
See Also:
getRequestedLength()

setRequestToSendReceived

public void setRequestToSendReceived(boolean requestToSendReceived)

Sets the requestToSendReceived property (boolean) value.

Parameters:
requestToSendReceived - The new value for the property.
See Also:
getRequestToSendReceived()

setStatusReceived

public void setStatusReceived(int statusReceived)

Sets the statusReceived property (int) value.

Parameters:
statusReceived - The new value for the property.
See Also:
getStatusReceived()

toString

public java.lang.String toString()

Converts Lu62Message to string.

Overrides:
toString in class java.lang.Object