|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptorType | |
|---|---|
| org.ow2.util.ee.metadata.ejbjar.api | Implementation of EJB 3.0 container |
| Uses of InterceptorType in org.ow2.util.ee.metadata.ejbjar.api |
|---|
| Methods in org.ow2.util.ee.metadata.ejbjar.api that return InterceptorType | |
|---|---|
static InterceptorType |
InterceptorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InterceptorType[] |
InterceptorType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.ow2.util.ee.metadata.ejbjar.api that return types with arguments of type InterceptorType | |
|---|---|
java.util.Map<InterceptorType,java.util.List<IJClassInterceptor>> |
IEjbJarClassMetadata.getExternalUserEasyBeansInterceptors()
|
java.util.Map<InterceptorType,java.util.List<IJClassInterceptor>> |
IEjbJarClassMetadata.getInternalUserEasyBeansInterceptors()
|
| Method parameters in org.ow2.util.ee.metadata.ejbjar.api with type arguments of type InterceptorType | |
|---|---|
void |
IEjbJarClassMetadata.setExternalUserInterceptors(java.util.Map<InterceptorType,java.util.List<IJClassInterceptor>> externalUserInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined outside the bean class (interceptor classes). |
void |
IEjbJarClassMetadata.setInternalUserInterceptors(java.util.Map<InterceptorType,java.util.List<IJClassInterceptor>> internalUserInterceptors)
Sets the list of user interceptors that enhancers will use. These interceptors are defined in bean class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||