Class AdditionalSetupInterceptor

  • All Implemented Interfaces:
    org.jboss.invocation.Interceptor

    public class AdditionalSetupInterceptor
    extends Object
    implements org.jboss.invocation.Interceptor
    Interceptor that performs additional setup for remote and timer invocations (i.e invocations that are performed from outside an existing EE context).
    Author:
    Stuart Douglas
    • Constructor Detail

      • AdditionalSetupInterceptor

        public AdditionalSetupInterceptor​(List<org.jboss.as.server.deployment.SetupAction> actions)
    • Method Detail

      • processInvocation

        public Object processInvocation​(org.jboss.invocation.InterceptorContext context)
                                 throws Exception
        Specified by:
        processInvocation in interface org.jboss.invocation.Interceptor
        Throws:
        Exception
      • factory

        public static org.jboss.invocation.InterceptorFactory factory​(List<org.jboss.as.server.deployment.SetupAction> actions)