public class HornetqJournalStore extends Object
Constructor and Description |
---|
HornetqJournalStore(HornetqJournalEnvironmentBean envBean) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Uid uid,
String typeName) |
String[] |
getKnownTypes() |
String |
getStoreName() |
Uid[] |
getUidsForType(String typeName) |
InputObjectState |
read_committed(Uid uid,
String typeName)
Read the object's committed state.
|
boolean |
remove_committed(Uid uid,
String typeName)
Remove the object's committed state.
|
void |
start() |
void |
stop() |
boolean |
write_committed(Uid uid,
String typeName,
OutputObjectState txData)
Write a new copy of the object's committed state.
|
public HornetqJournalStore(HornetqJournalEnvironmentBean envBean) throws IOException
IOException
public boolean remove_committed(Uid uid, String typeName) throws ObjectStoreException
uid
- The object to work on.typeName
- The type of the object to work on.true
if no errors occurred, false
otherwise.ObjectStoreException
- if things go wrong.public boolean write_committed(Uid uid, String typeName, OutputObjectState txData) throws ObjectStoreException
uid
- The object to work on.typeName
- The type of the object to work on.txData
- The state to write.true
if no errors occurred, false
otherwise.ObjectStoreException
- if things go wrong.public InputObjectState read_committed(Uid uid, String typeName) throws ObjectStoreException
uid
- The object to work on.typeName
- The type of the object to work on.ObjectStoreException
- if things go wrong.public String getStoreName()
public String[] getKnownTypes()
Copyright © 2021 JBoss by Red Hat. All rights reserved.