java.lang.Object
org.glassfish.ejb.deployment.util.InterceptorBindingTranslator.TranslationResults
-
Field Summary
Fields
Set<com.sun.enterprise.deployment.EjbInterceptor>
List<com.sun.enterprise.deployment.EjbInterceptor>
Map<com.sun.enterprise.deployment.MethodDescriptor,List<com.sun.enterprise.deployment.EjbInterceptor>>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
allInterceptorClasses
public Set<com.sun.enterprise.deployment.EjbInterceptor> allInterceptorClasses
-
classInterceptorChain
public List<com.sun.enterprise.deployment.EjbInterceptor> classInterceptorChain
-
methodInterceptorsMap
public Map<com.sun.enterprise.deployment.MethodDescriptor,List<com.sun.enterprise.deployment.EjbInterceptor>> methodInterceptorsMap
-
Constructor Details
-
TranslationResults
public TranslationResults()