org.apache.tomcat.jdbc.pool
Class PoolProperties.InterceptorDefinition
java.lang.Object
org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
- Enclosing class:
- PoolProperties
public static class PoolProperties.InterceptorDefinition
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected String className
properties
protected Map<String,PoolProperties.InterceptorProperty> properties
clazz
protected volatile Class<?> clazz
PoolProperties.InterceptorDefinition
public PoolProperties.InterceptorDefinition(String className)
PoolProperties.InterceptorDefinition
public PoolProperties.InterceptorDefinition(Class<?> cl)
getClassName
public String getClassName()
addProperty
public void addProperty(String name,
String value)
addProperty
public void addProperty(PoolProperties.InterceptorProperty p)
getProperties
public Map<String,PoolProperties.InterceptorProperty> getProperties()
getInterceptorClass
public Class<? extends JdbcInterceptor> getInterceptorClass()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.