|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE, METHOD})
public interface TransactionalAnnotation to change the transactional behavior of a web method. A WebMethod by default is not transactional. This annotation may be used to mark methods to run in a transaction.
| Method Summary | |
|---|---|
int |
timeout()
Transaction timeout for POJOs |
boolean |
value()
Set to true to have method run in a transaction |
| Methods inherited from interface java.lang.annotation.Annotation |
|---|
annotationType, equals, hashCode, toString |
| Method Detail |
|---|
boolean value()
int timeout()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||