Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.ejb |
Interfaces for working with ejb module deployment descriptor, DDProvider class.
|
Modifier and Type | Method and Description |
---|---|
Interceptor[] |
Interceptors.getInterceptor() |
Interceptor |
Interceptors.getInterceptor(int index) |
Interceptor |
Interceptors.newInterceptor() |
Modifier and Type | Method and Description |
---|---|
int |
Interceptors.addInterceptor(Interceptor value) |
int |
Interceptors.removeInterceptor(Interceptor value) |
void |
Interceptors.setInterceptor(Interceptor[] value) |
void |
Interceptors.setInterceptor(int index,
Interceptor value) |