org.apache.openejb.core.interceptor
Class InterceptorData

java.lang.Object
  extended by org.apache.openejb.core.interceptor.InterceptorData

public class InterceptorData
extends Object

Version:
$Rev: 945399 $ $Date: 2010-05-17 23:39:32 +0200 (Mo, 17. Mai 2010) $

Constructor Summary
InterceptorData(Class clazz)
           
 
Method Summary
 boolean equals(Object o)
           
 List<Method> getAroundInvoke()
           
 Class getInterceptorClass()
           
 List<Method> getMethods(Operation operation)
           
 List<Method> getPostActivate()
           
 List<Method> getPostConstruct()
           
 List<Method> getPreDestroy()
           
 List<Method> getPrePassivate()
           
 int hashCode()
           
static InterceptorData scan(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorData

public InterceptorData(Class clazz)
Method Detail

getInterceptorClass

public Class getInterceptorClass()

getAroundInvoke

public List<Method> getAroundInvoke()

getPostConstruct

public List<Method> getPostConstruct()

getPreDestroy

public List<Method> getPreDestroy()

getPostActivate

public List<Method> getPostActivate()

getPrePassivate

public List<Method> getPrePassivate()

getMethods

public List<Method> getMethods(Operation operation)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

scan

public static InterceptorData scan(Class<?> clazz)


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