Class LogDiagnosticContextStorageInterceptor
java.lang.Object
org.jboss.as.ejb3.component.interceptors.LogDiagnosticContextStorageInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public final class LogDiagnosticContextStorageInterceptor
extends Object
implements org.jboss.invocation.Interceptor
An interceptor which saves the logging NDC and MDC for asynchronous invocations.
- Author:
- David M. Lloyd
-
Field Summary
Fields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.invocation.ImmediateInterceptorFactoryGet the interceptor factory for this interceptor.Get this interceptor instance.processInvocation(org.jboss.invocation.InterceptorContext context)
-
Method Details
-
getFactory
public static org.jboss.invocation.ImmediateInterceptorFactory getFactory()Get the interceptor factory for this interceptor.- Returns:
- the interceptor factory for this interceptor
-
getInstance
Get this interceptor instance.- Returns:
- this interceptor instance
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-