setInterceptors(List<JClassInterceptor> interceptors) Sets the list of interceptors(tx, security, etc) that enhancers will use.
These interceptors are defined per methods.
public void
setJMethod(JMethod jMethod) Sets the JMethod object (for changing some data).
public void
setPermitAll(boolean permitAll) This method has PermitAll annotation.
public void
setPostActivate(boolean postActivate) Sets true if method has @
javax.ejb.PostActivate .
This method has DenyAll annotation.
Parameters: denyAll - the boolean value.
setExcludeClassInterceptors
public void setExcludeClassInterceptors(boolean excludeClassInterceptors)(Code)
Flag this method as a method which exclude user interceptors.
Parameters: excludeClassInterceptors - true if this method is a method which exclude user interceptors.
setExcludeDefaultInterceptors
public void setExcludeDefaultInterceptors(boolean excludeDefaultInterceptors)(Code)
Flag this class as a class which exclude default interceptors.
Parameters: excludeDefaultInterceptors - true if this class is a class which exclude default interceptors.
Sets the inheritance of this method.
Parameters: inherited - true if method is from a super class Parameters: originalClassAnnotationMetadata - the metadata of the original class (not inherited)
Sets the list of interceptors(tx, security, etc) that enhancers will use.
These interceptors are defined per methods.
Parameters: interceptors - list of interceptors that enhancer will use.
Sets the list of user interceptors that enhancers will use.
These interceptors are defined in bean class.
Parameters: userInterceptors - list of interceptors that enhancer will use.