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: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $

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

Constructor Detail

InterceptorData

public InterceptorData(Class clazz)
Method Detail

getInterceptorClass

public Class getInterceptorClass()

getAroundInvoke

public Set<Method> getAroundInvoke()

getPostConstruct

public Set<Method> getPostConstruct()

getPreDestroy

public Set<Method> getPreDestroy()

getPostActivate

public Set<Method> getPostActivate()

getPrePassivate

public Set<Method> getPrePassivate()

getAfterBegin

public Set<Method> getAfterBegin()

getBeforeCompletion

public Set<Method> getBeforeCompletion()

getAfterCompletion

public Set<Method> getAfterCompletion()

getAroundTimeout

public Set<Method> getAroundTimeout()

getMethods

public Set<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)

toString

public String toString()
Overrides:
toString in class Object


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