|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaClientResponse
This class encapsulates responses returned to Roma client applications from a Roma Business Service. It also provides a framework for converting the message response data to structured application-specific response data.
This class may be subclassed to provide unmarshalling for response data following a client request.
Constructor Summary | |
RomaClientResponse()
|
|
RomaClientResponse(RomaClientResponse response)
|
Method Summary | |
int |
backoutCount()
Return the backout count. |
int |
codepage()
Return the message codepage. |
byte[] |
correlId()
Return the message correlation identifier. |
int |
encoding()
Return the encoding. |
int |
expiry()
Return the message expiry time in seconds. |
int |
feedback()
Get the message feedback code. |
int |
format()
Return the message format. |
java.lang.String |
formatName()
Return the message format name. |
RomaILSData |
getILSData()
Get incoming ILS data |
byte[] |
msgBuffer()
Return reference to the message data buffer. |
int |
msgDataLength()
Return message data buffer length. |
byte[] |
msgId()
Return the message identifier in a byte array. |
java.lang.String |
msgName()
Returns name of message |
int |
msgType()
Return the message type. |
int |
persistence()
Return the persistence. |
int |
priority()
Return the message priority. |
int |
status()
Return the message status. |
java.lang.String |
subject()
Returns the subject name of the received message. |
byte[] |
tagBuffer()
Return reference to the message tag buffer. |
int |
tagDataLength()
Return message data buffer length. |
RomaTheme |
theme()
Return the message theme. |
java.util.Date |
timeStamp()
Returns the time stamp which, for get operations, is the time at which the put operation occurred. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RomaClientResponse()
public RomaClientResponse(RomaClientResponse response)
Method Detail |
public int msgType()
public int priority()
public int persistence()
public int format()
public int feedback()
public int expiry()
public int codepage()
public int encoding()
public byte[] msgId()
public byte[] correlId()
public byte[] msgBuffer()
public int msgDataLength()
public byte[] tagBuffer()
public int tagDataLength()
public int status()
public int backoutCount()
public java.lang.String formatName()
public java.util.Date timeStamp()
public RomaTheme theme()
public java.lang.String msgName()
public java.lang.String subject()
public RomaILSData getILSData()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |