|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInterceptorBinding
Interface for element interceptor-binding.
| Field Summary | |
|---|---|
static String |
NAME
Name of this element. |
| Method Summary | |
|---|---|
void |
addInterceptorClass(String interceptorClassName)
Add the given interceptor to the list. |
void |
addOrderedInterceptorClass(String interceptorClassName)
Add the given interceptor to the ordered list. |
String |
getEjbName()
|
List<String> |
getInterceptorClassList()
|
IMethodDD |
getMethod()
|
List<String> |
getOrderInterceptorClassList()
|
boolean |
isExcludeClassInterceptors()
|
boolean |
isExcludeClassInterceptorsCalled()
|
boolean |
isExcludeDefaultInterceptors()
|
boolean |
isExcludeDefaultInterceptorsCalled()
|
void |
setEjbName(String ejbName)
Sets the name of this ejb (or wildcard). |
void |
setExcludeClassInterceptors(boolean excludeClassInterceptors)
Exclude or not class interceptors ? |
void |
setExcludeDefaultInterceptors(boolean excludeDefaultInterceptors)
Exclude or not default interceptors ? |
void |
setMethod(IMethodDD method)
Method on which define the interceptors. |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
String getEjbName()
void setEjbName(String ejbName)
ejbName - the name of the ejb.IMethodDD getMethod()
void setMethod(IMethodDD method)
method - the given method.boolean isExcludeClassInterceptors()
void setExcludeClassInterceptors(boolean excludeClassInterceptors)
excludeClassInterceptors - true/falseboolean isExcludeClassInterceptorsCalled()
boolean isExcludeDefaultInterceptors()
void setExcludeDefaultInterceptors(boolean excludeDefaultInterceptors)
excludeDefaultInterceptors - true/falseboolean isExcludeDefaultInterceptorsCalled()
List<String> getInterceptorClassList()
List<String> getOrderInterceptorClassList()
void addInterceptorClass(String interceptorClassName)
interceptorClassName - the name of the interceptor's classvoid addOrderedInterceptorClass(String interceptorClassName)
interceptorClassName - the name of the interceptor's class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||