Package | Description |
---|---|
org.apache.activemq.store.kahadb |
Modifier and Type | Method and Description |
---|---|
JournalCommand<?> |
MessageDatabase.load(Location location)
Loads a previously stored JournalMessage
|
Modifier and Type | Method and Description |
---|---|
Location |
MessageDatabase.store(JournalCommand<?> data) |
Location |
MessageDatabase.store(JournalCommand<?> data,
boolean sync,
java.lang.Runnable before,
java.lang.Runnable after)
All updated are are funneled through this method.
|
Copyright © 2005-2012. All Rights Reserved.