| java.lang.Object org.ow2.easybeans.deployment.annotations.JClassInterceptor
JClassInterceptor | public class JClassInterceptor (Code) | | This class defines a Bean interceptor with the name of the class and the
method which is the interceptor.
author: Florent Benoit |
JClassInterceptor | public JClassInterceptor(String className, JMethod jMethod, int id)(Code) | | Constructor.
Parameters: className - String name of the class (internal name). Parameters: jMethod - the method with aroundInvoke annotation. Parameters: id - the id of this interceptor |
JClassInterceptor | public JClassInterceptor(String className, JMethod jMethod)(Code) | | Constructor.
Parameters: className - String name of the class (internal name). Parameters: jMethod - the method with aroundInvoke annotation. |
equals | public boolean equals(Object another)(Code) | | Equals method.
Parameters: another - object to compare. true if the objects are the same. |
getClassName | public String getClassName()(Code) | | class (internal name) where is the interceptor. |
getJMethod | public JMethod getJMethod()(Code) | | Method with @javax.interceptor.AroundInvoke annotation |
hashCode | public int hashCode()(Code) | | hashCode of the object. |
|
|