org.jboss.ejb3.interceptor
Class InterceptorInfo

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

Deprecated.

@Deprecated
public class InterceptorInfo
extends java.lang.Object

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


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

Field Detail

aroundInvoke

protected java.lang.reflect.Method aroundInvoke
Deprecated. 

postConstruct

protected java.lang.reflect.Method postConstruct
Deprecated. 

postActivate

protected java.lang.reflect.Method postActivate
Deprecated. 

preDestroy

protected java.lang.reflect.Method preDestroy
Deprecated. 

prePassivate

protected java.lang.reflect.Method prePassivate
Deprecated. 

aroundInvokeHierarchy

protected java.lang.reflect.Method[] aroundInvokeHierarchy
Deprecated. 

postConstructHierarchy

protected java.lang.reflect.Method[] postConstructHierarchy
Deprecated. 

postActivateHierarchy

protected java.lang.reflect.Method[] postActivateHierarchy
Deprecated. 

preDestroyHierarchy

protected java.lang.reflect.Method[] preDestroyHierarchy
Deprecated. 

prePassivateHierarchy

protected java.lang.reflect.Method[] prePassivateHierarchy
Deprecated. 
Constructor Detail

InterceptorInfo

protected InterceptorInfo()
Deprecated. 

InterceptorInfo

public InterceptorInfo(java.lang.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 java.lang.reflect.Method getAroundInvoke()
Deprecated. 

setAroundInvoke

protected void setAroundInvoke(java.lang.reflect.Method aroundInvoke)
Deprecated. 

getClazz

public java.lang.Class getClazz()
Deprecated. 

haveCalculatedHierarchy

public boolean haveCalculatedHierarchy()
Deprecated. 

getPostActivate

public java.lang.reflect.Method getPostActivate()
Deprecated. 

setPostActivate

protected void setPostActivate(java.lang.reflect.Method postActivate)
Deprecated. 

getPostConstruct

public java.lang.reflect.Method getPostConstruct()
Deprecated. 

setPostConstruct

protected void setPostConstruct(java.lang.reflect.Method postConstruct)
Deprecated. 

getPreDestroy

public java.lang.reflect.Method getPreDestroy()
Deprecated. 

setPreDestroy

protected void setPreDestroy(java.lang.reflect.Method preDestroy)
Deprecated. 

getPrePassivate

public java.lang.reflect.Method getPrePassivate()
Deprecated. 

setPrePassivate

protected void setPrePassivate(java.lang.reflect.Method prePassivate)
Deprecated. 

getAroundInvokes

public java.lang.reflect.Method[] getAroundInvokes()
Deprecated. 

getPostActivates

public java.lang.reflect.Method[] getPostActivates()
Deprecated. 

getPostConstructs

public java.lang.reflect.Method[] getPostConstructs()
Deprecated. 

getPreDestroys

public java.lang.reflect.Method[] getPreDestroys()
Deprecated. 

getPrePassivates

public java.lang.reflect.Method[] getPrePassivates()
Deprecated. 

toString

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

appendMethods

protected void appendMethods(java.lang.StringBuffer sb)
Deprecated. 

appendMethodString

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

calculateHierarchy

public void calculateHierarchy(InterceptorInfo superInfo)
Deprecated. 

equals

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

hashCode

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