Package org.jboss.as.xts
Class XTSEJBInterceptor
- java.lang.Object
-
- org.jboss.as.xts.XTSEJBInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class XTSEJBInterceptor extends Object implements org.jboss.invocation.Interceptor
- Author:
- paul.robinson@redhat.com 01/02/2013
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_KEYstatic org.jboss.invocation.InterceptorFactoryFACTORY
-
Constructor Summary
Constructors Modifier Constructor Description protectedXTSEJBInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Field Detail
-
CONTEXT_KEY
public static final String CONTEXT_KEY
- See Also:
- Constant Field Values
-
FACTORY
public static final org.jboss.invocation.InterceptorFactory FACTORY
-
-