Uses of Interface
org.apache.activemq.util.Callback
-
Packages that use Callback Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.util -
-
Uses of Callback in org.apache.activemq.command
Fields in org.apache.activemq.command declared as Callback Modifier and Type Field Description protected Callback
ActiveMQMessage. acknowledgeCallback
Methods in org.apache.activemq.command that return Callback Modifier and Type Method Description Callback
ActiveMQMessage. getAcknowledgeCallback()
Methods in org.apache.activemq.command with parameters of type Callback Modifier and Type Method Description 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 Modifier and Type Method Description org.apache.activeio.journal.RecordLocation
JournalMessageStore. checkpoint(Callback postCheckpointTest)
-
Uses of Callback in org.apache.activemq.util
Methods in org.apache.activemq.util with parameters of type Callback Modifier and Type Method Description void
ServiceStopper. run(Callback stopClosure)
Performs the given code to stop some service handling the exceptions which may be thrown properlyvoid
TransactionTemplate. run(Callback task)
-