Uses of Class
org.jboss.jms.delegate.DeliveryInfo

Packages that use DeliveryInfo
org.jboss.jms.client.delegate   
org.jboss.jms.client.state   
org.jboss.jms.delegate   
org.jboss.jms.tx   
 

Uses of DeliveryInfo in org.jboss.jms.client.delegate
 

Methods in org.jboss.jms.client.delegate with parameters of type DeliveryInfo
 void ClientSessionDelegate.preDeliver(DeliveryInfo deliveryInfo)
          This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint.
 

Uses of DeliveryInfo in org.jboss.jms.client.state
 

Methods in org.jboss.jms.client.state that return DeliveryInfo
 DeliveryInfo SessionState.getAutoAckInfo()
           
 

Methods in org.jboss.jms.client.state with parameters of type DeliveryInfo
 void SessionState.setAutoAckInfo(DeliveryInfo info)
           
 

Uses of DeliveryInfo in org.jboss.jms.delegate
 

Methods in org.jboss.jms.delegate with parameters of type DeliveryInfo
 void SessionDelegate.preDeliver(DeliveryInfo deliveryInfo)
           
 

Uses of DeliveryInfo in org.jboss.jms.tx
 

Methods in org.jboss.jms.tx with parameters of type DeliveryInfo
 void ResourceManager.addAck(java.lang.Object xid, java.lang.String sessionId, DeliveryInfo ackInfo)
          Add an acknowledgement to the transaction
 void ClientTransaction.addAck(java.lang.String sessionId, DeliveryInfo info)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.