|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.JClassInterceptor
public class JClassInterceptor
This class defines a Bean interceptor with the name of the class and the method which is the interceptor.
Constructor Summary | |
---|---|
JClassInterceptor(java.lang.String className,
JMethod jMethod)
Constructor. |
|
JClassInterceptor(java.lang.String className,
JMethod jMethod,
int id)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object another)
Equals method. |
java.lang.String |
getClassName()
(internal name) where is the interceptor. |
JMethod |
getJMethod()
Method with @ AroundInvoke annotation. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JClassInterceptor(java.lang.String className, JMethod jMethod, int id)
className
- String name of the class (internal name).jMethod
- the method with aroundInvoke annotation.id
- the id of this interceptorpublic JClassInterceptor(java.lang.String className, JMethod jMethod)
className
- String name of the class (internal name).jMethod
- the method with aroundInvoke annotation.Method Detail |
---|
public java.lang.String getClassName()
public JMethod getJMethod()
AroundInvoke
annotation.
AroundInvoke
annotationpublic boolean equals(java.lang.Object another)
equals
in class java.lang.Object
another
- object to compare.
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |