public class NonPooledEJBComponentInstanceAssociatingInterceptor extends AbstractEJBInterceptor
ComponentInstance associating interceptor for EJB 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| Modifier and Type | Field and Description |
|---|---|
static NonPooledEJBComponentInstanceAssociatingInterceptor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Object |
processInvocation(org.jboss.invocation.InterceptorContext context) |
getComponentpublic static final NonPooledEJBComponentInstanceAssociatingInterceptor INSTANCE
Copyright © 2020 JBoss by Red Hat. All rights reserved.