|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionAttributeType | |
|---|---|
| com.bm.ejb3metadata.annotations.metadata | Implementation of meta data analysis for EJB 3.0 |
| com.bm.ejb3metadata.annotations.metadata.interfaces | Implementation of meta data analysis for EJB 3.0 |
| javax.ejb | API used by EJB 3.0 container |
| Uses of TransactionAttributeType in com.bm.ejb3metadata.annotations.metadata |
|---|
| Methods in com.bm.ejb3metadata.annotations.metadata that return TransactionAttributeType | |
|---|---|
TransactionAttributeType |
MethodAnnotationMetadata.getTransactionAttributeType()
|
TransactionAttributeType |
ClassAnnotationMetadata.getTransactionAttributeType()
transaction Attribute type. |
| Methods in com.bm.ejb3metadata.annotations.metadata with parameters of type TransactionAttributeType | |
|---|---|
void |
MethodAnnotationMetadata.setTransactionAttributeType(TransactionAttributeType transactionAttributeType)
Sets Transaction Attribute Type. |
void |
ClassAnnotationMetadata.setTransactionAttributeType(TransactionAttributeType transactionAttributeType)
Set Transaction Attribute Type. |
| Uses of TransactionAttributeType in com.bm.ejb3metadata.annotations.metadata.interfaces |
|---|
| Methods in com.bm.ejb3metadata.annotations.metadata.interfaces that return TransactionAttributeType | |
|---|---|
TransactionAttributeType |
ITransactionAttribute.getTransactionAttributeType()
|
| Methods in com.bm.ejb3metadata.annotations.metadata.interfaces with parameters of type TransactionAttributeType | |
|---|---|
void |
ITransactionAttribute.setTransactionAttributeType(TransactionAttributeType transactionAttributeType)
Set Transaction Attribute Type. |
| Uses of TransactionAttributeType in javax.ejb |
|---|
| Methods in javax.ejb that return TransactionAttributeType | |
|---|---|
static TransactionAttributeType |
TransactionAttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionAttributeType[] |
TransactionAttributeType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||