Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.jms.extensions
Interface AsyncSendResponseInfo


public interface AsyncSendResponseInfo


Method Summary
 long getAsyncFlowControlTime()
           
 int getDeliveryMode()
          Returns the real delivery mode used by the send call
 Message getMessage()
           
 int getPriority()
          Returns the real priority used by the send call
 int getRedeliveryLimit()
          Returns the real redelivery limit used by the send call
 boolean isDispatchOneWay()
           
 void setAsyncFlowControlTime(long flowControlTime)
           
 void setMessage(Message message)
           
 

Method Detail

getMessage

Message getMessage()

setMessage

void setMessage(Message message)

getAsyncFlowControlTime

long getAsyncFlowControlTime()

setAsyncFlowControlTime

void setAsyncFlowControlTime(long flowControlTime)

getDeliveryMode

int getDeliveryMode()
Returns the real delivery mode used by the send call

Returns:
The deliver mode used by the send operation

getPriority

int getPriority()
Returns the real priority used by the send call

Returns:
The priority used by the send operation

getRedeliveryLimit

int getRedeliveryLimit()
Returns the real redelivery limit used by the send call

Returns:
The redelivery limit used by the send operation

isDispatchOneWay

boolean isDispatchOneWay()
Returns:
true when the internal client chose to use a noReply send operation

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02