Uses of Class
org.apache.activemq.command.MessageAck

Packages that use MessageAck
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.state   
 

Uses of MessageAck in org.apache.activemq
 

Methods in org.apache.activemq with parameters of type MessageAck
protected  void ActiveMQSession.sendAck(MessageAck ack)
           
protected  void ActiveMQSession.sendAck(MessageAck ack, boolean lazy)
           
 

Uses of MessageAck in org.apache.activemq.command
 

Methods in org.apache.activemq.command that return MessageAck
 MessageAck JournalQueueAck.getMessageAck()
           
 

Methods in org.apache.activemq.command that return types with arguments of type MessageAck
 ArrayList<MessageAck> XATransactionId.getPreparedAcks()
           
 

Methods in org.apache.activemq.command with parameters of type MessageAck
 void MessageAck.copy(MessageAck copy)
           
 void JournalQueueAck.setMessageAck(MessageAck messageAck)
           
 

Method parameters in org.apache.activemq.command with type arguments of type MessageAck
 void XATransactionId.setPreparedAcks(ArrayList<MessageAck> preparedAcks)
           
 

Uses of MessageAck in org.apache.activemq.state
 

Methods in org.apache.activemq.state with parameters of type MessageAck
 Response CommandVisitorAdapter.processMessageAck(MessageAck ack)
           
 Response CommandVisitor.processMessageAck(MessageAck ack)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.