@Transactional @Interceptor public class TransactionalInterceptor extends Object
| Constructor and Description |
|---|
TransactionalInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
alwaysReturnThis(javax.interceptor.InvocationContext ctx) |
void |
observeFoo(FooPayload fooPayload) |
public Object alwaysReturnThis(javax.interceptor.InvocationContext ctx) throws Exception
Exceptionpublic void observeFoo(@Observes
FooPayload fooPayload)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.