Class ComponentTypeIdentityInterceptorFactory
java.lang.Object
org.jboss.as.ejb3.component.interceptors.ComponentTypeIdentityInterceptorFactory
- All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory
public class ComponentTypeIdentityInterceptorFactory
extends Object
implements org.jboss.invocation.InterceptorFactory
Interceptor for equals / hashCode for SLSB's and Singleton beans
- Author:
- Stuart Douglas
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.InterceptorFactory
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.invocation.Interceptorcreate(org.jboss.invocation.InterceptorFactoryContext context)
-
Field Details
-
INSTANCE
-
-
Method Details
-
create
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context) - Specified by:
createin interfaceorg.jboss.invocation.InterceptorFactory
-