Uses of Class
org.jboss.jms.tx.AckInfo

Packages that use AckInfo
org.jboss.jms.client.delegate   
org.jboss.jms.server.endpoint   
org.jboss.jms.server.endpoint.advised   
org.jboss.jms.tx   
 

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

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

Uses of AckInfo in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint with parameters of type AckInfo
 void ServerSessionEndpoint.acknowledge(AckInfo ackInfo)
           
protected  void ServerSessionEndpoint.acknowledgeInternal(AckInfo ackInfo)
           
 void SessionEndpoint.acknowledge(AckInfo ackInfo)
          Acknowledge a message - used for auto acknowledge
 

Uses of AckInfo in org.jboss.jms.server.endpoint.advised
 

Methods in org.jboss.jms.server.endpoint.advised with parameters of type AckInfo
 void SessionAdvised.acknowledge(AckInfo ack)
           
 

Uses of AckInfo in org.jboss.jms.tx
 

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



Copyright © 2006 JBoss Inc. All Rights Reserved.