org.netbeans.modules.j2ee.dd.api.ejb
Interface InterceptorBinding
public interface InterceptorBinding
addDescription
int addDescription(String value)
addInterceptorClass
int addInterceptorClass(String value)
getDescription
String[] getDescription()
getDescription
String getDescription(int index)
getEjbName
String getEjbName()
getInterceptorClass
String[] getInterceptorClass()
getInterceptorClass
String getInterceptorClass(int index)
getInterceptorOrder
InterceptorOrder getInterceptorOrder()
getMethod
NamedMethod getMethod()
isExcludeClassInterceptors
boolean isExcludeClassInterceptors()
isExcludeDefaultInterceptors
boolean isExcludeDefaultInterceptors()
newInterceptorOrder
InterceptorOrder newInterceptorOrder()
newNamedMethod
NamedMethod newNamedMethod()
removeDescription
int removeDescription(String value)
removeInterceptorClass
int removeInterceptorClass(String value)
setDescription
void setDescription(int index,
String value)
setDescription
void setDescription(String[] value)
setEjbName
void setEjbName(String value)
setExcludeClassInterceptors
void setExcludeClassInterceptors(boolean value)
setExcludeDefaultInterceptors
void setExcludeDefaultInterceptors(boolean value)
setInterceptorClass
void setInterceptorClass(int index,
String value)
setInterceptorClass
void setInterceptorClass(String[] value)
setInterceptorOrder
void setInterceptorOrder(InterceptorOrder value)
setMethod
void setMethod(NamedMethod value)
sizeDescription
int sizeDescription()
sizeInterceptorClass
int sizeInterceptorClass()