org.jboss.ejb3.interceptor
Class InterceptorInfo

java.lang.Object
  extended by org.jboss.ejb3.interceptor.InterceptorInfo

Deprecated.

@Deprecated
public class InterceptorInfo
extends Object

We cannot use annotation overrides for the interceptor stuff since they do not have a container associated with them

Version:
$Revision: 70409 $
Author:
Kabir Khan

Field Summary
protected  Method aroundInvoke
          Deprecated.  
protected  Method[] aroundInvokeHierarchy
          Deprecated.  
protected  Method postActivate
          Deprecated.  
protected  Method[] postActivateHierarchy
          Deprecated.  
protected  Method postConstruct
          Deprecated.  
protected  Method[] postConstructHierarchy
          Deprecated.  
protected  Method preDestroy
          Deprecated.  
protected  Method[] preDestroyHierarchy
          Deprecated.  
protected  Method prePassivate
          Deprecated.  
protected  Method[] prePassivateHierarchy
          Deprecated.  
 
Constructor Summary
protected InterceptorInfo()
          Deprecated.  
  InterceptorInfo(Class<?> clazz)
          Deprecated.  
  InterceptorInfo(InterceptorInfo interceptorInfo)
          Deprecated.  
 
Method Summary
protected  void appendMethods(StringBuffer sb)
          Deprecated.  
protected  void appendMethodString(StringBuffer buf, String methodType, Method m)
          Deprecated.  
 void calculateHierarchy(InterceptorInfo superInfo)
          Deprecated.  
 boolean equals(Object obj)
          Deprecated.  
 Method getAroundInvoke()
          Deprecated.  
 Method[] getAroundInvokes()
          Deprecated.  
 Class getClazz()
          Deprecated.  
 Method getPostActivate()
          Deprecated.  
 Method[] getPostActivates()
          Deprecated.  
 Method getPostConstruct()
          Deprecated.  
 Method[] getPostConstructs()
          Deprecated.  
 Method getPreDestroy()
          Deprecated.  
 Method[] getPreDestroys()
          Deprecated.  
 Method getPrePassivate()
          Deprecated.  
 Method[] getPrePassivates()
          Deprecated.  
 org.jboss.metadata.ejb.spec.InterceptorMetaData getXml()
          Deprecated.  
 int hashCode()
          Deprecated.  
 boolean haveCalculatedHierarchy()
          Deprecated.  
protected  void setAroundInvoke(Method aroundInvoke)
          Deprecated.  
protected  void setPostActivate(Method postActivate)
          Deprecated.  
protected  void setPostConstruct(Method postConstruct)
          Deprecated.  
protected  void setPreDestroy(Method preDestroy)
          Deprecated.  
protected  void setPrePassivate(Method prePassivate)
          Deprecated.  
protected  void setXml(org.jboss.metadata.ejb.spec.InterceptorMetaData xml)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

aroundInvoke

protected Method aroundInvoke
Deprecated. 

postConstruct

protected Method postConstruct
Deprecated. 

postActivate

protected Method postActivate
Deprecated. 

preDestroy

protected Method preDestroy
Deprecated. 

prePassivate

protected Method prePassivate
Deprecated. 

aroundInvokeHierarchy

protected Method[] aroundInvokeHierarchy
Deprecated. 

postConstructHierarchy

protected Method[] postConstructHierarchy
Deprecated. 

postActivateHierarchy

protected Method[] postActivateHierarchy
Deprecated. 

preDestroyHierarchy

protected Method[] preDestroyHierarchy
Deprecated. 

prePassivateHierarchy

protected Method[] prePassivateHierarchy
Deprecated. 
Constructor Detail

InterceptorInfo

protected InterceptorInfo()
Deprecated. 

InterceptorInfo

public InterceptorInfo(Class<?> clazz)
Deprecated. 

InterceptorInfo

public InterceptorInfo(InterceptorInfo interceptorInfo)
Deprecated. 
Method Detail

setXml

protected void setXml(org.jboss.metadata.ejb.spec.InterceptorMetaData xml)
Deprecated. 

getXml

public org.jboss.metadata.ejb.spec.InterceptorMetaData getXml()
Deprecated. 

getAroundInvoke

public Method getAroundInvoke()
Deprecated. 

setAroundInvoke

protected void setAroundInvoke(Method aroundInvoke)
Deprecated. 

getClazz

public Class getClazz()
Deprecated. 

haveCalculatedHierarchy

public boolean haveCalculatedHierarchy()
Deprecated. 

getPostActivate

public Method getPostActivate()
Deprecated. 

setPostActivate

protected void setPostActivate(Method postActivate)
Deprecated. 

getPostConstruct

public Method getPostConstruct()
Deprecated. 

setPostConstruct

protected void setPostConstruct(Method postConstruct)
Deprecated. 

getPreDestroy

public Method getPreDestroy()
Deprecated. 

setPreDestroy

protected void setPreDestroy(Method preDestroy)
Deprecated. 

getPrePassivate

public Method getPrePassivate()
Deprecated. 

setPrePassivate

protected void setPrePassivate(Method prePassivate)
Deprecated. 

getAroundInvokes

public Method[] getAroundInvokes()
Deprecated. 

getPostActivates

public Method[] getPostActivates()
Deprecated. 

getPostConstructs

public Method[] getPostConstructs()
Deprecated. 

getPreDestroys

public Method[] getPreDestroys()
Deprecated. 

getPrePassivates

public Method[] getPrePassivates()
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

appendMethods

protected void appendMethods(StringBuffer sb)
Deprecated. 

appendMethodString

protected void appendMethodString(StringBuffer buf,
                                  String methodType,
                                  Method m)
Deprecated. 

calculateHierarchy

public void calculateHierarchy(InterceptorInfo superInfo)
Deprecated. 

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.