Package | Description |
---|---|
org.jboss.cache.config | |
org.jboss.cache.config.parsing.element |
Modifier and Type | Method and Description |
---|---|
CustomInterceptorConfig |
CustomInterceptorConfig.clone() |
Modifier and Type | Method and Description |
---|---|
List<CustomInterceptorConfig> |
Configuration.getCustomInterceptors()
Returns the
CustomInterceptorConfig , if any, associated with this configuration
object. |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setCustomInterceptors(List<CustomInterceptorConfig> customInterceptors) |
Modifier and Type | Method and Description |
---|---|
List<CustomInterceptorConfig> |
CustomInterceptorsElementParser.parseCustomInterceptors(Element element)
Iterates within the given element looking for custom interceptors.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.