| javax.ejb.TransactionAttributeType
TransactionAttributeType | public enum TransactionAttributeType (Code) | | Enum for the types of TransactionAttributes
author: Bill Burke version: $Revision: 57192 $ |
MANDATORY | Enum Constant MANDATORY(Code) | | |
NEVER | Enum Constant NEVER(Code) | | |
NOT_SUPPORTED | Enum Constant NOT_SUPPORTED(Code) | | |
REQUIRED | Enum Constant REQUIRED(Code) | | |
REQUIRES_NEW | Enum Constant REQUIRES_NEW(Code) | | |
SUPPORTS | Enum Constant SUPPORTS(Code) | | |
|
|