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 Link icon

    • InterceptorProperty Link icon

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

    • getName Link icon

      public String getName()
    • getValue Link icon

      public String getValue()
    • getValueAsBoolean Link icon

      public boolean getValueAsBoolean(boolean def)
    • getValueAsInt Link icon

      public int getValueAsInt(int def)
    • getValueAsLong Link icon

      public long getValueAsLong(long def)
    • getValueAsByte Link icon

      public byte getValueAsByte(byte def)
    • getValueAsShort Link icon

      public short getValueAsShort(short def)
    • getValueAsFloat Link icon

      public float getValueAsFloat(float def)
    • getValueAsDouble Link icon

      public double getValueAsDouble(double def)
    • getValueAschar Link icon

      public char getValueAschar(char def)
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals Link icon

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