|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.container.property.TransactionSupport
public final class TransactionSupport
Represents the transactional support of a resource, such as a XA_TRANSACTION
.
Field Summary | |
---|---|
static TransactionSupport |
LOCAL_TRANSACTION
Indicates support of container-managed transactions. |
static TransactionSupport |
NO_TRANSACTION
Indicates lack of transaction support. |
static TransactionSupport |
XA_TRANSACTION
Indicates support of distributed transactions using XA protocol. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TransactionSupport NO_TRANSACTION
public static final TransactionSupport LOCAL_TRANSACTION
public static final TransactionSupport XA_TRANSACTION
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |