| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected Callback |
ActiveMQMessage.acknowledgeCallback |
| Modifier and Type | Method and Description |
|---|---|
Callback |
ActiveMQMessage.getAcknowledgeCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveMQMessage.setAcknowledgeCallback(Callback acknowledgeCallback) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activeio.journal.RecordLocation |
JournalMessageStore.checkpoint(Callback postCheckpointTest) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.