|
||||||||||
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 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 |
---|
protected Method aroundInvoke
protected Method postConstruct
protected Method postActivate
protected Method preDestroy
protected Method prePassivate
protected Method[] aroundInvokeHierarchy
protected Method[] postConstructHierarchy
protected Method[] postActivateHierarchy
protected Method[] preDestroyHierarchy
protected Method[] prePassivateHierarchy
Constructor Detail |
---|
protected InterceptorInfo()
public InterceptorInfo(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 Method getAroundInvoke()
protected void setAroundInvoke(Method aroundInvoke)
public Class getClazz()
public boolean haveCalculatedHierarchy()
public Method getPostActivate()
protected void setPostActivate(Method postActivate)
public Method getPostConstruct()
protected void setPostConstruct(Method postConstruct)
public Method getPreDestroy()
protected void setPreDestroy(Method preDestroy)
public Method getPrePassivate()
protected void setPrePassivate(Method prePassivate)
public Method[] getAroundInvokes()
public Method[] getPostActivates()
public Method[] getPostConstructs()
public Method[] getPreDestroys()
public Method[] getPrePassivates()
public String toString()
toString
in class Object
protected void appendMethods(StringBuffer sb)
protected void appendMethodString(StringBuffer buf, String methodType, Method m)
public void calculateHierarchy(InterceptorInfo superInfo)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |