| java.lang.Object com.bm.ejb3metadata.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) | | (internal name) where is the interceptor.
class (internal name) where is the interceptor. |
hashCode | public int hashCode()(Code) | | |
|
|