Uses of Interface
org.apache.commons.pool2.impl.CallStack
-
Packages that use CallStack Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of CallStack in org.apache.commons.pool2.impl
Classes in org.apache.commons.pool2.impl that implement CallStack Modifier and Type Class Description classNoOpCallStackCallStack strategy using no-op implementations of all functionality.classSecurityManagerCallStackACallStackstrategy using aSecurityManager.classThrowableCallStackCallStack strategy that uses the stack trace from aThrowable.Fields in org.apache.commons.pool2.impl declared as CallStack Modifier and Type Field Description static CallStackNoOpCallStack. INSTANCESingleton instance.Methods in org.apache.commons.pool2.impl that return CallStack Modifier and Type Method Description static CallStackCallStackUtils. newCallStack(String messageFormat, boolean useTimestamp)Deprecated.static CallStackCallStackUtils. newCallStack(String messageFormat, boolean useTimestamp, boolean requireFullStackTrace)Constructs a newCallStackusing the fasted allowed strategy.
-