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$ $Date$

Constructor Summary
InterceptorData(Class clazz)
           
 
Method Summary
static void cacheScan(Class<?> clazz)
           
 boolean equals(Object o)
           
<T> T
get(Class<T> clazz)
           
 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)
           
<T> void
set(Class<T> clazz, T value)
           
 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

cacheScan

public static void cacheScan(Class<?> clazz)

scan

public static InterceptorData scan(Class<?> clazz)

set

public <T> void set(Class<T> clazz,
                    T value)

get

public <T> T get(Class<T> clazz)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.