com.bm.ejb3metadata.annotations.metadata.interfaces
Interface ITransactionAttribute
- All Known Implementing Classes:
- ClassAnnotationMetadata, MethodAnnotationMetadata
public interface ITransactionAttribute
This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
- Author:
- Daniel Wiese
getTransactionAttributeType
TransactionAttributeType getTransactionAttributeType()
- Returns:
- transaction Attribute type
- See Also:
TransactionAttributeType
setTransactionAttributeType
void setTransactionAttributeType(TransactionAttributeType transactionAttributeType)
- Set Transaction Attribute Type.
- Parameters:
transactionAttributeType
- the type of the attribute.- See Also:
TransactionAttributeType
Copyright © 2008. All Rights Reserved.