Uses of Interface
org.apache.commons.pool2.impl.CallStack
Packages that use CallStack
-
Uses of CallStack in org.apache.commons.pool2.impl
Classes in org.apache.commons.pool2.impl that implement CallStackModifier and TypeClassDescriptionclassCallStack strategy using no-op implementations of all functionality.classACallStackstrategy using aSecurityManager.classCallStack strategy that uses the stack trace from aThrowable.Fields in org.apache.commons.pool2.impl declared as CallStackModifier and TypeFieldDescriptionprivate CallStackDefaultPooledObject.borrowedBystatic final CallStackNoOpCallStack.INSTANCESingleton instance.private CallStackDefaultPooledObject.usedByMethods in org.apache.commons.pool2.impl that return CallStackModifier and TypeMethodDescriptionstatic CallStackCallStackUtils.newCallStack(String messageFormat, boolean useTimestamp) Deprecated.static CallStackCallStackUtils.newCallStack(String messageFormat, boolean useTimestamp, boolean requireFullStackTrace) Constructs a newCallStackusing the fasted allowed strategy.
CallStackUtils.newCallStack(String, boolean, boolean)