Class SFSBDestroyInterceptor

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

    public class SFSBDestroyInterceptor
    extends Object
    implements org.jboss.invocation.Interceptor
    For SFSB life cycle management. Handles the closing of XPC after last SFSB using it is destroyed.
    Author:
    Scott Marlow
    • Field Detail

      • FACTORY

        public static final org.jboss.invocation.InterceptorFactory FACTORY
    • Constructor Detail

      • SFSBDestroyInterceptor

        public SFSBDestroyInterceptor()
    • Method Detail

      • processInvocation

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