Class PoolProperties.InterceptorProperty

java.lang.Object
org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
All Implemented Interfaces:
Serializable
Enclosing class:
PoolProperties

public static class PoolProperties.InterceptorProperty extends Object implements Serializable
See Also:
  • Constructor Details

    • InterceptorProperty

      public InterceptorProperty(String name, String value)
  • Method Details

    • getName

      public String getName()
    • getValue

      public 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 Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object