|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.annotations.JClassInterceptor
public class JClassInterceptor
This class defines a Bean interceptor with the name of the class and the method which is the interceptor.
Field Summary | |
---|---|
private java.lang.String |
className
String name of the class (internal name) where is the interceptor. |
private int |
id
Id of this interceptor (0 = no id). |
private JMethod |
jMethod
Method with @ AroundInvoke annotation. |
private static int |
NO_ID
NO ID. |
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()
|
JMethod |
getJMethod()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String className
private JMethod jMethod
AroundInvoke
annotation.
private static final int NO_ID
private int id
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
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 |