Serialized Form


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
See Also:
FatalSQLException.getOriginalSQLException()

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.util

Class org.logicalcobwebs.proxool.util.FastArrayList extends java.util.ArrayList implements Serializable

Serialized Fields

list

java.util.ArrayList list
The underlying list we are managing.


fast

boolean fast
Are we operating in "fast" mode?


Package org.logicalcobwebs.proxool.admin.servlet

Class org.logicalcobwebs.proxool.admin.servlet.AdminServlet extends HttpServlet implements Serializable


Package org.logicalcobwebs.proxool.configuration

Class org.logicalcobwebs.proxool.configuration.ServletConfigurator extends HttpServlet implements Serializable