Class EjbSuspendInterceptor

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

    public class EjbSuspendInterceptor
    extends AbstractEJBInterceptor
    An interceptor that allows the component to shutdown gracefully.
    Author:
    Stuart Douglas, Flavia Rainone
    • Constructor Detail

      • EjbSuspendInterceptor

        public EjbSuspendInterceptor()
    • Method Detail

      • processInvocation

        public Object processInvocation​(org.jboss.invocation.InterceptorContext context)
                                 throws Exception
        Throws:
        Exception