Serialized Form
-
Package org.logicalcobwebs.concurrent
-
Class org.logicalcobwebs.concurrent.TimeoutException extends java.lang.InterruptedException implements Serializable
-
Serialized Fields
-
duration
long duration
The approximate time that the operation lasted before this timeout exception was thrown.
-
-
-
-
Package org.logicalcobwebs.proxool
-
Class org.logicalcobwebs.proxool.FatalRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
cause
java.lang.Exception cause
- See Also:
FatalRuntimeException.getCause()
-
-
-
Class org.logicalcobwebs.proxool.FatalSQLException extends java.sql.SQLException implements Serializable
-
Serialized Fields
-
cause
java.sql.SQLException cause
-
-
-
Class org.logicalcobwebs.proxool.ProxoolException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
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
-
Class org.logicalcobwebs.proxool.admin.servlet.AdminServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
cssFile
java.lang.String cssFile
A valid URLL that can be linked to to override default, inline CSS.- See Also:
configuration
-
output
java.lang.String output
EitherAdminServlet.OUTPUT_FULL
(default) orAdminServlet.OUTPUT_SIMPLE
- See Also:
configuration
-
-
-
-
Package org.logicalcobwebs.proxool.configuration
-
Class org.logicalcobwebs.proxool.configuration.ServletConfigurator extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
autoShutdown
boolean autoShutdown
-
-
-
-
Package org.logicalcobwebs.proxool.util
-
Class org.logicalcobwebs.proxool.util.FastArrayList extends java.util.ArrayList implements Serializable
-
Serialized Fields
-
fast
boolean fast
Are we operating in "fast" mode? -
list
java.util.ArrayList list
The underlying list we are managing.
-
-
-