|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaBeRequest
This class encapsulates requests received by Roma Business Elements.
It provides a framework for converting the message request data to structured application-specific response data.
It is intended that a RomaBeRequest subclass provide an implementation for the application-specific unmarshalling of request data following a client request.
Constructor Summary | |
RomaBeRequest()
Constructs an empty request. |
|
RomaBeRequest(RomaBeRequest request)
Constructs a new request object using an existing RomaBeRequest. |
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 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. |
byte[] |
tagBuffer()
Return 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 RomaBeRequest()
public RomaBeRequest(RomaBeRequest request)
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 RomaILSData getILSData()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |