BaseGenericObjectPool
, BaseKeyedPooledObjectFactory
, BaseObjectPool
, BaseObjectPoolConfig
, BasePooledObjectFactory
public abstract class BaseObject
extends java.lang.Object
Constructor | Description |
---|---|
BaseObject() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
|
protected void |
toStringAppendFields(java.lang.StringBuilder builder) |
Used by sub-classes to include the fields defined by the sub-class in the
toString() output. |
public java.lang.String toString()
toString
in class java.lang.Object
protected void toStringAppendFields(java.lang.StringBuilder builder)
toString()
output.builder
- Field names and values are appended to this objectCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.