|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionType | |
|---|---|
| org.eclipse.jst.j2ee.ejb | This package includes the enterprise bean module model api. |
| Uses of TransactionType in org.eclipse.jst.j2ee.ejb |
|---|
| Fields in org.eclipse.jst.j2ee.ejb declared as TransactionType | |
|---|---|
static TransactionType |
TransactionType.BEAN_LITERAL
The 'Bean' literal object |
static TransactionType |
TransactionType.CONTAINER_LITERAL
The 'Container' literal object |
| Methods in org.eclipse.jst.j2ee.ejb that return TransactionType | |
|---|---|
static TransactionType |
TransactionType.get(int value)
Returns the 'Transaction Type' literal with the specified integer value |
static TransactionType |
TransactionType.get(java.lang.String literal)
Returns the 'Transaction Type' literal with the specified literal value |
static TransactionType |
TransactionType.getByName(java.lang.String name)
Returns the 'Transaction Type' literal with the specified name |
TransactionType |
MessageDriven.getTransactionType()
|
TransactionType |
Session.getTransactionType()
|
| Methods in org.eclipse.jst.j2ee.ejb with parameters of type TransactionType | |
|---|---|
void |
MessageDriven.setTransactionType(TransactionType value)
Sets the value of the ' Transaction Type' attribute |
void |
Session.setTransactionType(TransactionType value)
Sets the value of the ' Transaction Type' attribute |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||