public final class TransactionInterceptor extends Object implements EJBClientInterceptor
| Constructor and Description | 
|---|
TransactionInterceptor()
Construct a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleInvocation(EJBClientInvocationContext context)
Handle the invocation. 
 | 
Object | 
handleInvocationResult(EJBClientInvocationContext context)
Handle the invocation result. 
 | 
public void handleInvocation(EJBClientInvocationContext context) throws Exception
EJBClientInterceptorhandleInvocation in interface EJBClientInterceptorcontext - the invocation contextException - if an invocation error occurspublic Object handleInvocationResult(EJBClientInvocationContext context) throws Exception
EJBClientInterceptorEJBClientInvocationContext.getResult()
 immediately and perform any post-invocation cleanup task in a finally block.handleInvocationResult in interface EJBClientInterceptorcontext - the invocation contextException - if an invocation error occurredCopyright © 2017 JBoss by Red Hat. All rights reserved.