Uses of Interface
org.apache.activemq.util.Callback

Packages that use Callback
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.util Some utility classes 
 

Uses of Callback in org.apache.activemq.command
 

Fields in org.apache.activemq.command declared as Callback
protected  Callback ActiveMQMessage.acknowledgeCallback
           
 

Methods in org.apache.activemq.command that return Callback
 Callback ActiveMQMessage.getAcknowledgeCallback()
           
 

Methods in org.apache.activemq.command with parameters of type Callback
 void ActiveMQMessage.setAcknowledgeCallback(Callback acknowledgeCallback)
           
 

Uses of Callback in org.apache.activemq.store.journal
 

Methods in org.apache.activemq.store.journal with parameters of type Callback
 org.apache.activeio.journal.RecordLocation JournalMessageStore.checkpoint(Callback postCheckpointTest)
           
 org.apache.activeio.journal.RecordLocation QuickJournalMessageStore.checkpoint(Callback postCheckpointTest)
           
 

Uses of Callback in org.apache.activemq.util
 

Methods in org.apache.activemq.util with parameters of type Callback
 void ServiceStopper.run(Callback stopClosure)
          Performs the given code to stop some service handling the exceptions which may be thrown properly
 void TransactionTemplate.run(Callback task)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.