@Dependent @Transactional @Interceptor public class TransactionalInterceptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
destroyed |
static boolean |
intercepted |
| Constructor and Description |
|---|
TransactionalInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
alwaysReturnThis(javax.interceptor.InvocationContext ctx) |
void |
destroy(javax.interceptor.InvocationContext ctx) |
public static boolean destroyed
public static boolean intercepted
public Object alwaysReturnThis(javax.interceptor.InvocationContext ctx) throws Exception
Exception@PreDestroy public void destroy(javax.interceptor.InvocationContext ctx)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.