|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionAttributeType | |
---|---|
org.eclipse.jst.j2ee.ejb |
Uses of TransactionAttributeType in org.eclipse.jst.j2ee.ejb |
---|
Fields in org.eclipse.jst.j2ee.ejb declared as TransactionAttributeType | |
static TransactionAttributeType |
TransactionAttributeType.NOT_SUPPORTED_LITERAL
The 'Not Supported' literal object |
static TransactionAttributeType |
TransactionAttributeType.SUPPORTS_LITERAL
The 'Supports' literal object |
static TransactionAttributeType |
TransactionAttributeType.REQUIRED_LITERAL
The 'Required' literal object |
static TransactionAttributeType |
TransactionAttributeType.REQUIRES_NEW_LITERAL
The 'Requires New' literal object |
static TransactionAttributeType |
TransactionAttributeType.MANDATORY_LITERAL
The 'Mandatory' literal object |
static TransactionAttributeType |
TransactionAttributeType.NEVER_LITERAL
The 'Never' literal object |
Methods in org.eclipse.jst.j2ee.ejb that return TransactionAttributeType | |
static TransactionAttributeType |
TransactionAttributeType.get(java.lang.String literal)
Returns the 'Transaction Attribute Type' literal with the specified literal value |
static TransactionAttributeType |
TransactionAttributeType.getByName(java.lang.String name)
Returns the 'Transaction Attribute Type' literal with the specified name |
static TransactionAttributeType |
TransactionAttributeType.get(int value)
Returns the 'Transaction Attribute Type' literal with the specified integer value |
TransactionAttributeType |
MethodTransaction.getTransactionAttribute()
|
Methods in org.eclipse.jst.j2ee.ejb with parameters of type TransactionAttributeType | |
void |
MethodTransaction.setTransactionAttribute(TransactionAttributeType value)
Sets the value of the ' Transaction Attribute ' attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |