org.jboss.jms.delegate
Class DeliveryInfo
java.lang.Object
org.jboss.jms.delegate.DeliveryInfo
- All Implemented Interfaces:
- Ack
- public class DeliveryInfo
- extends java.lang.Object
- implements Ack
Struct like class for holding information regarding a delivery
on the client side - this is never passed to the server
- Author:
- Ovidiu Feodorov
$Id: AckInfo.java 1770 2006-12-12 10:49:42Z timfox $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeliveryInfo
public DeliveryInfo(MessageProxy msg,
int consumerId,
java.lang.String queueName,
SessionDelegate connectionConsumerSession)
getQueueName
public java.lang.String getQueueName()
getConsumerId
public int getConsumerId()
getMessageProxy
public MessageProxy getMessageProxy()
getConnectionConsumerSession
public SessionDelegate getConnectionConsumerSession()
toString
public java.lang.String toString()
getDeliveryID
public long getDeliveryID()
- Specified by:
getDeliveryID
in interface Ack
Copyright © 2006 JBoss Inc. All Rights Reserved.