Class EjbSuspendInterceptor

java.lang.Object
org.jboss.as.ejb3.component.interceptors.AbstractEJBInterceptor
org.jboss.as.ejb3.deployment.processors.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 Details

    • EjbSuspendInterceptor

      public EjbSuspendInterceptor()
  • Method Details

    • processInvocation

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