Class NonPooledEJBComponentInstanceAssociatingInterceptor

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

    public class NonPooledEJBComponentInstanceAssociatingInterceptor
    extends AbstractEJBInterceptor
    A ComponentInstance associating interceptor for Jakarta Enterprise Beans components (SLSB and message driven) which have pooling disabled. Upon each invocation this interceptor creates a new ComponentInstance and associates it with the invocation. It then destroys the instance upon method completion.

    User: Jaikiran Pai