javax.ejb
Annotation Type TransactionAttribute


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface TransactionAttribute

The TransactionManagement annotation specifies the transaction management demarcation type of a session bean or message-driven bean.

Version:
$Revision: 37459 $
Author:
Bill Burke

Optional Element Summary
 TransactionAttributeType value
           
 

value

public abstract TransactionAttributeType value
Default:
REQUIRED


Copyright © 2008 JBoss Inc.. All Rights Reserved.