|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.messaging.core.journal.impl.TransactionHolder
public class TransactionHolder
A TransactionHolder
| Field Summary | |
|---|---|
boolean |
prepared
|
java.util.List<RecordInfo> |
recordInfos
|
java.util.Set<java.lang.Long> |
recordsToDelete
|
long |
transactionID
|
| Constructor Summary | |
|---|---|
TransactionHolder(long id)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final long transactionID
public final java.util.List<RecordInfo> recordInfos
public final java.util.Set<java.lang.Long> recordsToDelete
public boolean prepared
| Constructor Detail |
|---|
public TransactionHolder(long id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||