|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.store.kahadb | |
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)
|
Uses of Callback in org.apache.activemq.store.kahadb |
---|
Methods in org.apache.activemq.store.kahadb with parameters of type Callback | |
---|---|
void |
MessageDatabase.checkpoint(Callback closure)
|
Uses of Callback in org.apache.activemq.util |
---|
Methods in org.apache.activemq.util with parameters of type Callback | |
---|---|
void |
TransactionTemplate.run(Callback task)
|
void |
ServiceStopper.run(Callback stopClosure)
Performs the given code to stop some service handling the exceptions which may be thrown properly |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |