org.apache.openejb.assembler.classic
Class InterceptorBindingInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.InterceptorBindingInfo
All Implemented Interfaces:
Serializable

public class InterceptorBindingInfo
extends InfoObject

Version:
$Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $
See Also:
Serialized Form

Field Summary
 String className
           
 String ejbName
           
 boolean excludeClassInterceptors
           
 boolean excludeDefaultInterceptors
           
 List<String> interceptorOrder
           
 List<String> interceptors
           
 NamedMethodInfo method
           
 
Constructor Summary
InterceptorBindingInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbName

public String ejbName

className

public String className

interceptors

public final List<String> interceptors

interceptorOrder

public final List<String> interceptorOrder

excludeDefaultInterceptors

public boolean excludeDefaultInterceptors

excludeClassInterceptors

public boolean excludeClassInterceptors

method

public NamedMethodInfo method
Constructor Detail

InterceptorBindingInfo

public InterceptorBindingInfo()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.