|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.interceptor.InterceptorInfo
@Deprecated public class InterceptorInfo
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 |
|---|
protected java.lang.reflect.Method aroundInvoke
protected java.lang.reflect.Method postConstruct
protected java.lang.reflect.Method postActivate
protected java.lang.reflect.Method preDestroy
protected java.lang.reflect.Method prePassivate
protected java.lang.reflect.Method[] aroundInvokeHierarchy
protected java.lang.reflect.Method[] postConstructHierarchy
protected java.lang.reflect.Method[] postActivateHierarchy
protected java.lang.reflect.Method[] preDestroyHierarchy
protected java.lang.reflect.Method[] prePassivateHierarchy
| Constructor Detail |
|---|
protected InterceptorInfo()
public InterceptorInfo(java.lang.Class<?> clazz)
public InterceptorInfo(InterceptorInfo interceptorInfo)
| Method Detail |
|---|
protected void setXml(org.jboss.metadata.ejb.spec.InterceptorMetaData xml)
public org.jboss.metadata.ejb.spec.InterceptorMetaData getXml()
public java.lang.reflect.Method getAroundInvoke()
protected void setAroundInvoke(java.lang.reflect.Method aroundInvoke)
public java.lang.Class getClazz()
public boolean haveCalculatedHierarchy()
public java.lang.reflect.Method getPostActivate()
protected void setPostActivate(java.lang.reflect.Method postActivate)
public java.lang.reflect.Method getPostConstruct()
protected void setPostConstruct(java.lang.reflect.Method postConstruct)
public java.lang.reflect.Method getPreDestroy()
protected void setPreDestroy(java.lang.reflect.Method preDestroy)
public java.lang.reflect.Method getPrePassivate()
protected void setPrePassivate(java.lang.reflect.Method prePassivate)
public java.lang.reflect.Method[] getAroundInvokes()
public java.lang.reflect.Method[] getPostActivates()
public java.lang.reflect.Method[] getPostConstructs()
public java.lang.reflect.Method[] getPreDestroys()
public java.lang.reflect.Method[] getPrePassivates()
public java.lang.String toString()
toString in class java.lang.Objectprotected void appendMethods(java.lang.StringBuffer sb)
protected void appendMethodString(java.lang.StringBuffer buf,
java.lang.String methodType,
java.lang.reflect.Method m)
public void calculateHierarchy(InterceptorInfo superInfo)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||