| Package | Description |
|---|---|
| com.caucho.ejb.cfg |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
EjbConfig.getInterceptor(java.lang.String className)
Returns the interceptor with the given class name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbConfig.addInterceptor(Interceptor interceptor)
Adds an interceptor.
|
void |
Interceptors.addInterceptor(Interceptor interceptor) |
void |
InterceptorsConfig.addInterceptor(Interceptor interceptor) |
void |
EjbBean.addInterceptor(Interceptor interceptor,
boolean isDefault)
Adds a new interceptor.
|