| Package | Description |
|---|---|
| org.apache.openejb.jee |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Interceptor> |
Interceptors.interceptors |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
Interceptors.addInterceptor(Interceptor interceptor) |
Interceptor |
EjbJar.addInterceptor(Interceptor interceptor) |
Interceptor[] |
Interceptors.getInterceptor() |
Interceptor |
Interceptors.getInterceptor(String className) |
Interceptor |
EjbJar.getInterceptor(String className) |
Interceptor[] |
EjbJar.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
Interceptors.addInterceptor(Interceptor interceptor) |
Interceptor |
EjbJar.addInterceptor(Interceptor interceptor) |
void |
Interceptors.setInterceptor(Interceptor[] v) |
| Constructor and Description |
|---|
InterceptorBinding(EnterpriseBean bean,
Interceptor... interceptors) |
InterceptorBinding(String ejbName,
Interceptor... interceptors) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.