public class StatefulRemoveInterceptor extends Object implements org.jboss.invocation.Interceptor
Remove method of a stateful session bean. This interceptor
removes the stateful session once the method completes (either successfully or with an exception). If the remove method
was marked with "retainIfException" to true and if the remove method threw a ApplicationException then
this interceptor does *not* remove the stateful session.
User: Jaikiran Pai| Constructor and Description |
|---|
StatefulRemoveInterceptor(boolean retainIfException) |
| Modifier and Type | Method and Description |
|---|---|
Object |
processInvocation(org.jboss.invocation.InterceptorContext context) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.