Class StatefulIdentityInterceptor

java.lang.Object
org.jboss.as.ejb3.component.stateful.StatefulIdentityInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public class StatefulIdentityInterceptor extends Object implements org.jboss.invocation.Interceptor
Interceptor for equals / hashCode for SFSB's
Author:
Stuart Douglas
  • Field Details

    • FACTORY

      public static final org.jboss.invocation.InterceptorFactory FACTORY
  • Method Details

    • processInvocation

      public Object processInvocation(org.jboss.invocation.InterceptorContext context) throws Exception
      Specified by:
      processInvocation in interface org.jboss.invocation.Interceptor
      Throws:
      Exception