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: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
See Also:
Serialized Form

Field Summary
 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

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-2013 The Apache OpenEJB development community. All Rights Reserved.