BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.wtc.jatmi
Class DequeueReply

java.lang.Object
  |
  +--weblogic.wtc.jatmi.TuxedoReply
        |
        +--weblogic.wtc.jatmi.DequeueReply

public class DequeueReply
extends TuxedoReply

This class holds the reply data and meta-data from a service invocation.

Author:
BEA Systems, Inc.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
ApplicationToMonitorInterface.tpdequeue(java.lang.String, java.lang.String, byte[], byte[], boolean, boolean, int), Serialized Form

Method Summary
 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
 
Methods inherited from class weblogic.wtc.jatmi.TuxedoReply
getCallDescriptor, getReplyBuffer, gettpurcode, setCallDescriptor, setReplyBuffer, settpurcode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getappkey

public java.lang.Integer getappkey()
Gets the appkey field of this object

Returns:
The application key of the user who enqueued this message

getpriority

public java.lang.Integer getpriority()
Gets the priority field of this object

Returns:
The priority associated with this request, or null if not set

getdelivery_qos

public int getdelivery_qos()
Gets the delivery_qos field of this object

Returns:
The delivery quality of service associated with this request, or null if not set

getreply_qos

public int getreply_qos()
Gets the reply_qos field of this object

Returns:
The reply quality of service associated with this request, or null if not set

getmsgid

public byte[] getmsgid()
Gets the msgid field of this object

Returns:
The msgid before which this message is to be enqueued associated with this request, or null if not set

getcorrid

public byte[] getcorrid()
Gets the corrid field of this object

Returns:
The correlation id associated with this request, or null if not set

getreplyqueue

public java.lang.String getreplyqueue()
Gets the replyqueue field of this object

Returns:
The reply queue associated with this request, or null if not set

getfailurequeue

public java.lang.String getfailurequeue()
Gets the failurequeue field of this object

Returns:
The failure queue associated with this request, or null if not set

geturcode

public int geturcode()
Gets the user-defined result code

Returns:
the user-defined result code

toString

public java.lang.String toString()
Turns this object into a string

Overrides:
toString in class TuxedoReply

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.