Package org.apache.tomcat.jdbc.pool
Class PoolProperties.InterceptorProperty
java.lang.Object
org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
getValue()
boolean
getValueAsBoolean
(boolean def) byte
getValueAsByte
(byte def) char
getValueAschar
(char def) double
getValueAsDouble
(double def) float
getValueAsFloat
(float def) int
getValueAsInt
(int def) long
getValueAsLong
(long def) short
getValueAsShort
(short def) int
hashCode()
-
Constructor Details
-
InterceptorProperty
-
-
Method Details
-
getName
-
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
-
equals
-