Uses of Interface
org.apache.commons.pool2.impl.CallStack
-
Uses of CallStack in org.apache.commons.pool2.impl
Modifier and TypeClassDescriptionclass
CallStack strategy using no-op implementations of all functionality.class
ACallStack
strategy using aSecurityManager
.class
CallStack strategy that uses the stack trace from aThrowable
.Modifier and TypeFieldDescriptionstatic final CallStack
NoOpCallStack.INSTANCE
Singleton instance.Modifier and TypeMethodDescriptionstatic CallStack
CallStackUtils.newCallStack
(String messageFormat, boolean useTimestamp) Deprecated.static CallStack
CallStackUtils.newCallStack
(String messageFormat, boolean useTimestamp, boolean requireFullStackTrace) Constructs a newCallStack
using the fasted allowed strategy.
CallStackUtils.newCallStack(String, boolean, boolean)