org.apache.tomcat.jdbc.pool
Class PoolProperties.InterceptorProperty
java.lang.Object
org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
- Enclosing class:
- PoolProperties
public static class PoolProperties.InterceptorProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PoolProperties.InterceptorProperty
public PoolProperties.InterceptorProperty(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()
getValueAsBoolean
public boolean getValueAsBoolean(boolean def)
getValueAsInt
public int getValueAsInt(int def)
getValueAsLong
public long getValueAsLong(long def)
getValueAsByte
public byte getValueAsByte(byte def)
getValueAsShort
public short getValueAsShort(short def)
getValueAsFloat
public float getValueAsFloat(float def)
getValueAsDouble
public double getValueAsDouble(double def)
getValueAschar
public char getValueAschar(char def)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.