Package org.apache.tomcat.dbcp.pool2
Class BaseObject
java.lang.Object
org.apache.tomcat.dbcp.pool2.BaseObject
- Direct Known Subclasses:
- BaseGenericObjectPool,- BaseObjectPool,- BaseObjectPoolConfig
A base class for common functionality.
- Since:
- 2.4.3
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiontoString()protected voidtoStringAppendFields(StringBuilder builder) Used by sub-classes to include the fields defined by the sub-class in thetoString()output.
- 
Constructor Details- 
BaseObjectpublic BaseObject()
 
- 
- 
Method Details- 
toString
- 
toStringAppendFieldsUsed by sub-classes to include the fields defined by the sub-class in thetoString()output.- Parameters:
- builder- Field names and values are appended to this object
 
 
-