|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.jbi.management.transaction.PetalsTransactionContext
public class PetalsTransactionContext
Represents the transaction context to propagate through the network, between petals nodes, with the message exchange
| Field Summary | |
|---|---|
protected byte[] |
branchQualifier
The branch qualifier |
protected org.objectweb.jotm.Coordinator |
coordinator
The transaction coordinator |
protected int |
formatID
The format id of the transaction |
protected byte[] |
globalTransactionID
The global transaction id of the transaction |
protected int |
timeOut
The transaction timeout |
| Constructor Summary | |
|---|---|
PetalsTransactionContext()
|
|
| Method Summary | |
|---|---|
byte[] |
getBranchQualifier()
|
org.objectweb.jotm.Coordinator |
getCoordinator()
|
int |
getFormatID()
|
byte[] |
getGlobalTransactionID()
|
int |
getTimeOut()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int formatID
protected byte[] globalTransactionID
protected byte[] branchQualifier
protected org.objectweb.jotm.Coordinator coordinator
protected int timeOut
| Constructor Detail |
|---|
public PetalsTransactionContext()
| Method Detail |
|---|
public int getFormatID()
public byte[] getGlobalTransactionID()
public byte[] getBranchQualifier()
public org.objectweb.jotm.Coordinator getCoordinator()
public int getTimeOut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||