Serialized Form
Package org.logicalcobwebs.concurrent |
duration
long duration
- The approximate time that the operation lasted before
this timeout exception was thrown.
Package org.logicalcobwebs.proxool |
cause
java.lang.Exception cause
- See Also:
FatalRuntimeException.getCause()
cause
java.sql.SQLException cause
- See Also:
FatalSQLException.getOriginalSQLException()
cause
java.lang.Throwable cause
- The throwable that caused this ProxoolException to get thrown, or null if this
ProxoolException was not caused by another throwable, or if the causative
throwable is unknown.
Package org.logicalcobwebs.proxool.admin.servlet |
output
java.lang.String output
- Either
AdminServlet.OUTPUT_FULL
(default) or AdminServlet.OUTPUT_SIMPLE
- See Also:
configuration
cssFile
java.lang.String cssFile
- A valid URLL that can be linked to to override default, inline CSS.
- See Also:
configuration
Package org.logicalcobwebs.proxool.configuration |
autoShutdown
boolean autoShutdown
Package org.logicalcobwebs.proxool.util |
list
java.util.ArrayList<E> list
- The underlying list we are managing.
fast
boolean fast
- Are we operating in "fast" mode?