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: 1.1.6.5 $
Author:
Bill Burke

Optional Element Summary
 TransactionAttributeType value
           
 

value

public abstract TransactionAttributeType value
Default:
REQUIRED