public final class DequeueReply extends TuxedoReply
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Integer |
myAppkey |
(package private) byte[] |
myCorrid |
(package private) int |
myDelivery_qos |
(package private) java.lang.String |
myFailureQueue |
(package private) byte[] |
myMsgid |
(package private) java.lang.Integer |
myPriority |
(package private) int |
myReply_qos |
(package private) java.lang.String |
myReplyQueue |
(package private) int |
myUrcode |
private static long |
serialVersionUID |
Constructor and Description |
---|
DequeueReply(TypedBuffer tb,
int tpurcode,
CallDescriptor cd,
byte[] msgid,
byte[] corrid,
java.lang.String replyqueue,
java.lang.String failurequeue,
java.lang.Integer appkey,
java.lang.Integer priority,
int delivery_qos,
int reply_qos,
int urcode)
Constructs a reply return with the given data, tpurcode and server
return code.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getappkey()
Gets the appkey field of this object
|
byte[] |
getcorrid()
Gets the corrid field of this object
|
int |
getdelivery_qos()
Gets the delivery_qos field of this object
|
java.lang.String |
getfailurequeue()
Gets the failurequeue field of this object
|
byte[] |
getmsgid()
Gets the msgid field of this object
|
java.lang.Integer |
getpriority()
Gets the priority field of this object
|
int |
getreply_qos()
Gets the reply_qos field of this object
|
java.lang.String |
getreplyqueue()
Gets the replyqueue field of this object
|
int |
geturcode()
Gets the user-defined result code
|
java.lang.String |
toString()
Turns this object into a string
|
getCallDescriptor, getReplyBuffer, gettpurcode, setCallDescriptor, setReplyBuffer, settpurcode
private static final long serialVersionUID
byte[] myMsgid
byte[] myCorrid
java.lang.String myReplyQueue
java.lang.String myFailureQueue
java.lang.Integer myAppkey
java.lang.Integer myPriority
int myDelivery_qos
int myReply_qos
int myUrcode
public DequeueReply(TypedBuffer tb, int tpurcode, CallDescriptor cd, byte[] msgid, byte[] corrid, java.lang.String replyqueue, java.lang.String failurequeue, java.lang.Integer appkey, java.lang.Integer priority, int delivery_qos, int reply_qos, int urcode)
tb
- The typed buffer reply data. May be NULLtpurcode
- The tpurcode returned from the servicecd
- The service failure status returned by the servicemsgid
- The message id of the message dequeuedcorrid
- The correlation id of the message dequeuedreplyqueue
- The reply queue associated with this message, or null
if not specifiedfailurequeue
- The failure queue associated with this message, or null
if not specifiedappkey
- The appkey of the user who enqueued this messagepriority
- The priority at which this message was enqueueddelivery_qos
- The delivery quality of service or null if not specifiedreply_qos
- The reply quality of service or null if not specifiedurcode
- The user defined result codepublic java.lang.Integer getappkey()
public java.lang.Integer getpriority()
public int getdelivery_qos()
public int getreply_qos()
public byte[] getmsgid()
public byte[] getcorrid()
public java.lang.String getreplyqueue()
public java.lang.String getfailurequeue()
public int geturcode()
public java.lang.String toString()
toString
in class TuxedoReply