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
Fields Modifier and Type Field Description static ComponentTypeIdentityInterceptorFactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.invocation.Interceptorcreate(org.jboss.invocation.InterceptorFactoryContext context)
-
-
-
Field Detail
-
INSTANCE
public static final ComponentTypeIdentityInterceptorFactory INSTANCE
-
-