|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Rollback
Marks any method as causing a transaction rollback. If the method is an action listener method and a list of outcomes is specified, the transaction is rolled back only if the outcome is in the list.
Optional Element Summary | |
---|---|
String[] |
ifOutcome
An empty outcome list is interpreted to mean any outcome. |
public abstract String[] ifOutcome
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |