org.ow2.util.ee.metadata.common.api.interfaces
Interface ITransactionAttribute

All Superinterfaces:
Serializable

public interface ITransactionAttribute
extends Serializable

This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.

Author:
Florent Benoit

Method Summary
 javax.ejb.TransactionAttributeType getTransactionAttributeType()
           
 void setTransactionAttributeType(javax.ejb.TransactionAttributeType transactionAttributeType)
          Set Transaction Attribute Type.
 

Method Detail

getTransactionAttributeType

javax.ejb.TransactionAttributeType getTransactionAttributeType()
Returns:
transaction Attribute type
See Also:
TransactionAttributeType

setTransactionAttributeType

void setTransactionAttributeType(javax.ejb.TransactionAttributeType transactionAttributeType)
Set Transaction Attribute Type.

Parameters:
transactionAttributeType - the type of the attribute.
See Also:
TransactionAttributeType


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.