org.apache.openejb.assembler.classic
Class MethodInterceptorInfo

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

public class MethodInterceptorInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 boolean excludeClassInterceptors
           
 boolean excludeDefaultInterceptors
           
 List<String> interceptors
           
 MethodInfo methodInfo
           
 
Constructor Summary
MethodInterceptorInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodInfo

public MethodInfo methodInfo

excludeDefaultInterceptors

public boolean excludeDefaultInterceptors

excludeClassInterceptors

public boolean excludeClassInterceptors

interceptors

public final List<String> interceptors
Constructor Detail

MethodInterceptorInfo

public MethodInterceptorInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.