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 PaiConstructor and Description |
---|
StatefulRemoveInterceptor(boolean retainIfException) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.