|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.metadata.TransactionSupportMetaData
Transaction Support meta data
Field Summary | |
static int |
LocalTransaction
Local transaction |
static int |
NoTransaction
No transaction |
static int |
XATransaction
XA transaction |
Constructor Summary | |
TransactionSupportMetaData()
|
Method Summary | |
int |
getTransactionSupport()
Get the transaction support |
void |
setTransactionSupport(int transactionSupport)
Set the transaction support |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NoTransaction
public static final int LocalTransaction
public static final int XATransaction
Constructor Detail |
public TransactionSupportMetaData()
Method Detail |
public int getTransactionSupport()
public void setTransactionSupport(int transactionSupport)
transactionSupport
- the transaction supportpublic String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |