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.util   
 

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.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
 



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