public static class PoolProperties.InterceptorDefinition extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected Class<?> |
clazz |
protected Map<String,PoolProperties.InterceptorProperty> |
properties |
Constructor and Description |
---|
PoolProperties.InterceptorDefinition(Class<?> cl) |
PoolProperties.InterceptorDefinition(String className) |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(PoolProperties.InterceptorProperty p) |
void |
addProperty(String name,
String value) |
String |
getClassName() |
Class<? extends JdbcInterceptor> |
getInterceptorClass() |
Map<String,PoolProperties.InterceptorProperty> |
getProperties() |
protected String className
protected Map<String,PoolProperties.InterceptorProperty> properties
protected volatile Class<?> clazz
public PoolProperties.InterceptorDefinition(String className)
public PoolProperties.InterceptorDefinition(Class<?> cl)
public String getClassName()
public void addProperty(PoolProperties.InterceptorProperty p)
public Map<String,PoolProperties.InterceptorProperty> getProperties()
public Class<? extends JdbcInterceptor> getInterceptorClass() throws ClassNotFoundException
ClassNotFoundException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.