Package | Description |
---|---|
org.jboss.as.ee.component | |
org.jboss.as.ejb3.component |
Modifier and Type | Method and Description |
---|---|
InterceptorDescription |
ComponentDescription.getClassInterceptor(String interceptorClassName)
Returns the
InterceptorDescription for the passed interceptorClassName , if such a class
interceptor exists for this component description. |
Modifier and Type | Method and Description |
---|---|
Set<InterceptorDescription> |
ComponentDescription.getAllInterceptors()
Returns a combined map of class and method level interceptors
|
List<InterceptorDescription> |
ComponentDescription.getClassInterceptors()
Get the list of interceptor classes applied directly to class.
|
List<InterceptorDescription> |
ComponentDescription.getDefaultInterceptors() |
Map<org.jboss.invocation.proxy.MethodIdentifier,List<InterceptorDescription>> |
ComponentDescription.getMethodInterceptors()
Get the method interceptor configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDescription.addClassInterceptor(InterceptorDescription description)
Add a class level interceptor.
|
void |
ComponentDescription.addMethodInterceptor(org.jboss.invocation.proxy.MethodIdentifier method,
InterceptorDescription description)
Add a method interceptor class name.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDescription.setClassInterceptors(List<InterceptorDescription> classInterceptors)
Override the class interceptors with a new set of interceptors
|
void |
ComponentDescription.setDefaultInterceptors(List<InterceptorDescription> defaultInterceptors) |
void |
ComponentDescription.setMethodInterceptors(org.jboss.invocation.proxy.MethodIdentifier identifier,
List<InterceptorDescription> interceptorDescriptions)
Sets the method level interceptors for a method, and marks it as exclude class and default level interceptors.
|
Modifier and Type | Method and Description |
---|---|
Set<InterceptorDescription> |
EJBComponentDescription.getAllContainerInterceptors()
Returns a combined map of class and method level container interceptors
|
List<InterceptorDescription> |
EJBComponentDescription.getClassLevelContainerInterceptors() |
List<InterceptorDescription> |
EJBComponentDescription.getDefaultContainerInterceptors() |
Map<org.jboss.invocation.proxy.MethodIdentifier,List<InterceptorDescription>> |
EJBComponentDescription.getMethodLevelContainerInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
EJBComponentDescription.setClassLevelContainerInterceptors(List<InterceptorDescription> containerInterceptors) |
void |
EJBComponentDescription.setDefaultContainerInterceptors(List<InterceptorDescription> defaultInterceptors) |
void |
EJBComponentDescription.setMethodContainerInterceptors(org.jboss.invocation.proxy.MethodIdentifier methodIdentifier,
List<InterceptorDescription> containerInterceptors) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.