Package org.apache.tomcat.jdbc.pool
Class PoolProperties.InterceptorProperty
- java.lang.Object
- 
- org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- PoolProperties
 
 public static class PoolProperties.InterceptorProperty extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InterceptorProperty(java.lang.String name, java.lang.String value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()java.lang.StringgetValue()booleangetValueAsBoolean(boolean def)bytegetValueAsByte(byte def)chargetValueAschar(char def)doublegetValueAsDouble(double def)floatgetValueAsFloat(float def)intgetValueAsInt(int def)longgetValueAsLong(long def)shortgetValueAsShort(short def)inthashCode()
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() 
 - 
getValuepublic java.lang.String getValue() 
 - 
getValueAsBooleanpublic boolean getValueAsBoolean(boolean def) 
 - 
getValueAsIntpublic int getValueAsInt(int def) 
 - 
getValueAsLongpublic long getValueAsLong(long def) 
 - 
getValueAsBytepublic byte getValueAsByte(byte def) 
 - 
getValueAsShortpublic short getValueAsShort(short def) 
 - 
getValueAsFloatpublic float getValueAsFloat(float def) 
 - 
getValueAsDoublepublic double getValueAsDouble(double def) 
 - 
getValueAscharpublic char getValueAschar(char def) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-