|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@InterceptorAnnotation(service=com.bea.control.interceptors.TransactionInterceptor.class) @Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface TransactionAttribute
The Weblogic transaction annotation for controls, modelled after the EJB 3 transaction annotation. When present on a control method, specifies transactional behaviour for that specific method.
| Optional Element Summary | |
|---|---|
boolean |
rollbackOnCheckedException
When set to true, we will rollback a transaction on checked exception |
TransactionAttributeType |
value
Specifies the desired transactional characteristics. |
public abstract TransactionAttributeType value
public abstract boolean rollbackOnCheckedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||