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 PaiModifier and Type | Field and Description |
---|---|
static NonPooledEJBComponentInstanceAssociatingInterceptor |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Object |
processInvocation(org.jboss.invocation.InterceptorContext context) |
getComponent
public static final NonPooledEJBComponentInstanceAssociatingInterceptor INSTANCE
Copyright © 2014 JBoss by Red Hat. All rights reserved.