Class StatefulInitMethodInterceptor

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

    public class StatefulInitMethodInterceptor
    extends Object
    implements org.jboss.invocation.Interceptor
    Interceptor factory for SFSB's that invokes the ejbCreate method. This interceptor is only used when a component is created via a home interface method.
    Author:
    Stuart Douglas
    • Field Detail

      • INSTANCE

        public static final org.jboss.invocation.InterceptorFactory INSTANCE
    • Method Detail

      • processInvocation

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