|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface TransactionalEvent
Marks an event container configured using annotations (Polling
or Notify as transactional.
| Optional Element Summary | |
|---|---|
Isolation |
isolation
The transaction isolation level. |
Propagation |
propagation
The transaction propagation type. |
int |
timeout
The timeout for this transaction. |
String |
transactionManager
A reference to the actual transaction manager. |
public abstract Propagation propagation
Defaults to Propagation.REQUIRED.
public abstract Isolation isolation
Defaults to Isolation.DEFAULT.
public abstract int timeout
Defaults to the default timeout of the underlying transaction system.
public abstract String transactionManager
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||