Package org.apache.tomcat.jdbc.pool
Class PoolProperties.InterceptorDefinition
java.lang.Object
org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PoolProperties
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Class<?>
protected Map<String,
PoolProperties.InterceptorProperty> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String name, String value) void
Class<? extends JdbcInterceptor>
-
Field Details
-
className
-
properties
-
clazz
-
-
Constructor Details
-
InterceptorDefinition
-
InterceptorDefinition
-
-
Method Details
-
getClassName
-
addProperty
-
addProperty
-
getProperties
-
getInterceptorClass
- Throws:
ClassNotFoundException
-