A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.ByteComparer
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.ComparatorComparer
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.DoubleComparer
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.FloatComparer
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.IntComparer
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.LongComparer
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.ObjectComparer
 
a - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.ShortComparer
 
AALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
aaload(int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
aaload() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
AASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
aastore() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
ABSTRACT_METHOD_ERROR - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
AbstractClassGenerator - Class in org.logicalcobwebs.cglib.core
Abstract class for all code-generating CGLIB utilities.
AbstractClassGenerator(AbstractClassGenerator.Source) - Constructor for class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
AbstractClassGenerator.Source - Class in org.logicalcobwebs.cglib.core
 
AbstractClassGenerator.Source(String) - Constructor for class org.logicalcobwebs.cglib.core.AbstractClassGenerator.Source
 
AbstractInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a bytecode instruction.
AbstractInsnNode(int) - Constructor for class org.logicalcobwebs.asm.tree.AbstractInsnNode
Constructs a new AbstractInsnNode object.
AbstractJMXTest - Class in org.logicalcobwebs.proxool.admin.jmx
Parent class for the JMX tests.
AbstractJMXTest(String) - Constructor for class org.logicalcobwebs.proxool.admin.jmx.AbstractJMXTest
 
AbstractListenerContainer - Class in org.logicalcobwebs.proxool.util
Implementation of ListenerContainerIF that uses a reads/write lock to handle concurrency in a safe and fast way.
AbstractListenerContainer() - Constructor for class org.logicalcobwebs.proxool.util.AbstractListenerContainer
 
AbstractProxoolTest - Class in org.logicalcobwebs.proxool
Provides common code for all Proxool tests
AbstractProxoolTest(String) - Constructor for class org.logicalcobwebs.proxool.AbstractProxoolTest
 
AbstractProxyStatement - Class in org.logicalcobwebs.proxool
Contains most of the functionality that we require to manipilate the statement.
AbstractProxyStatement(Statement, ConnectionPool, ProxyConnectionIF, String) - Constructor for class org.logicalcobwebs.proxool.AbstractProxyStatement
 
ACC_ABSTRACT - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_DEPRECATED - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_FINAL - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_INTERFACE - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_NATIVE - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_PRIVATE - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_PROTECTED - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_PUBLIC - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_STATIC - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_STRICT - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_SUPER - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_SYNCHRONIZED - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_SYNTHETIC - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_TRANSIENT - Static variable in interface org.logicalcobwebs.asm.Constants
 
ACC_VOLATILE - Static variable in interface org.logicalcobwebs.asm.Constants
 
accept(ClassVisitor, boolean) - Method in class org.logicalcobwebs.asm.ClassReader
Makes the given visitor visit the Java class of this ClassReader.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.AbstractInsnNode
Makes the given code visitor visit this instruction.
accept(ClassVisitor) - Method in class org.logicalcobwebs.asm.tree.ClassNode
Makes the given class visitor visit this class.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.FieldInsnNode
 
accept(ClassVisitor) - Method in class org.logicalcobwebs.asm.tree.FieldNode
Makes the given class visitor visit this field.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.IincInsnNode
 
accept(ClassVisitor) - Method in class org.logicalcobwebs.asm.tree.InnerClassNode
Makes the given class visitor visit this inner class.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.InsnNode
Makes the given code visitor visit this instruction.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.IntInsnNode
 
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.JumpInsnNode
 
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.LdcInsnNode
 
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.LineNumberNode
Makes the given code visitor visit this line number declaration.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.LocalVariableNode
Makes the given code visitor visit this local variable declaration.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.LookupSwitchInsnNode
 
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.MethodInsnNode
 
accept(ClassVisitor) - Method in class org.logicalcobwebs.asm.tree.MethodNode
Makes the given class visitor visit this method.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.MultiANewArrayInsnNode
 
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.TableSwitchInsnNode
 
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.TryCatchBlockNode
Makes the given code visitor visit this try catch block.
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.TypeInsnNode
 
accept(CodeVisitor) - Method in class org.logicalcobwebs.asm.tree.VarInsnNode
 
accept(Method) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackFilter
Map a method to a callback.
acceptsURL(String) - Method in class org.logicalcobwebs.proxool.ProxoolDriver
 
acceptsURL(String) - Method in class org.logicalcobwebs.proxool.VirtoolDriver
 
access - Variable in class org.logicalcobwebs.asm.ClassWriter
The access flags of this class.
access - Variable in class org.logicalcobwebs.asm.CodeWriter
Access flags of this method.
access - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The class's access flags (see Constants).
access - Variable in class org.logicalcobwebs.asm.tree.FieldNode
The field's access flags (see Constants).
access - Variable in class org.logicalcobwebs.asm.tree.InnerClassNode
The access flags of the inner class as originally declared in the enclosing class.
access - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The method's access flags (see Constants).
access - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
access - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter.FieldInfo
 
access - Variable in class org.logicalcobwebs.cglib.core.CodeEmitter.State
 
accessorMutatorMap - Variable in class org.logicalcobwebs.proxool.ConnectionResetter
 
ACONST_NULL - Static variable in interface org.logicalcobwebs.asm.Constants
 
aconst_null() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
acquire() - Method in interface org.logicalcobwebs.concurrent.Sync
Wait (possibly forever) until successful passage.
acquire() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.ReaderLock
 
acquire() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.WriterLock
 
acquireConnectionStatusReadLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
acquireConnectionStatusWriteLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
acquirePrimaryReadLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Call this if you want to do something important to the pool.
acquirePrimaryWriteLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Call this everytime you build a connection.
active - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Record whether current thread may be processing a task (i.e., has been started and is not in an idle wait).
active - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
activeConnectionCount - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
activeCount - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Number of threads that are not waiting for work
activePools - Variable in class org.logicalcobwebs.proxool.VirtoolDriver
 
activeReaders_ - Variable in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
activeWriter_ - Variable in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
adapter - Variable in class org.logicalcobwebs.dbscript.Commander
 
ADD - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
add(Type[], Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
add(Type[], Type[]) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
add(Object) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
add(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Add amount to value (i.e., set value += amount)
add(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Insert the specified element at the specified position in this list, and shift all remaining elements up one position.
add(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
add(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
add(int, Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
add(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
ADD_BATCH_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
ADD_DELEGATE - Static variable in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
ADD_HELPER - Static variable in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
add_properties(ClassEmitter, String[], Type[]) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
add_property(ClassEmitter, String, Type, String) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
addAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Append all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Insert all of the elements in the specified Collection at the specified position in this list, and shift any previous elements upwards as needed.
addAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
addAll(int, Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
addAllMethods(Class, List) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
addCommand(Command) - Method in class org.logicalcobwebs.dbscript.Script
Add a command to the script.
addConfigurationListener(String, ConfigurationListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Adds a listener that gets called everytime the configuration changes.
addConnectionListener(ConnectionListenerIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
addConnectionListener(String, ConnectionListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Add a listener that monitors each time a connection is made or destroyed.
addHelper(Object) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
addListener(Object) - Method in class org.logicalcobwebs.proxool.util.AbstractListenerContainer
 
addListener(Object) - Method in interface org.logicalcobwebs.proxool.util.ListenerContainerIF
Add a listener to this container.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
addOpenStatement(Statement) - Method in class org.logicalcobwebs.proxool.ProxyConnection
By calling this we can keep track of any statements that are left open when this connection is returned to the pool.
addProperty(String, String) - Method in class org.logicalcobwebs.dbscript.Script
Add a new property
addProxoolListener(ProxoolListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Add a listener that gets called everytime a global Proxool event ocours.
addProxyConnection(ProxyConnectionIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Add a ProxyConnection to the pool
addReference(int, int) - Method in class org.logicalcobwebs.asm.Label
Adds a forward reference to this label.
addReset(String, String) - Method in class org.logicalcobwebs.proxool.ConnectionResetter
Add a pair of methods that need resetting each time a connection is put back in the pool
addSqlCall(String) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
addSqlCall(String) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
addStateListener(StateListenerIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
addStateListener(String, StateListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Add a listener that monitors the change of state of the pool (quiet, busy, overloaded, or down)
addStatisticsListener(StatisticsListenerIF) - Method in class org.logicalcobwebs.proxool.admin.Admin
 
addStatisticsListener(String, StatisticsListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Add a listener that receives statistics as they are produced
addSuccessor(int, Label) - Method in class org.logicalcobwebs.asm.CodeWriter
Adds a successor to the currentBlock block.
Admin - Class in org.logicalcobwebs.proxool.admin
Provides statistics about the performance of a pool.
Admin(ConnectionPoolDefinitionIF) - Constructor for class org.logicalcobwebs.proxool.admin.Admin
 
admin - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
AdminServlet - Class in org.logicalcobwebs.proxool.admin.servlet
Use this to admin each pool within Proxool.
AdminServlet() - Constructor for class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
after - Variable in class org.logicalcobwebs.cglib.core.EmitUtils.ArrayDelimiters
 
afterCommand(Connection, CommandIF) - Method in interface org.logicalcobwebs.dbscript.CommandFilterIF
Implement this if you want to do something special after each command is run but before the connection is closed
age - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
AGENT1_DOMAIN - Static variable in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
AGENT2_DOMAIN - Static variable in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
alias - Variable in class org.logicalcobwebs.proxool.AbstractProxoolTest
 
ALIAS - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
The request parameter name that defines the pool
alias - Variable in class org.logicalcobwebs.proxool.admin.SnapshotResultMonitor
 
alias - Variable in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
 
alias - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
alias - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
alias - Variable in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
alias - Variable in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
alias - Variable in class org.logicalcobwebs.proxool.ProxoolAdapter
 
ALIAS - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Un-prefixed propety name for the Proxool alias configuration property.
alias - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
alias - Variable in class org.logicalcobwebs.proxool.WrappedConnection
 
ALIAS_DELIMITER - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
ALIAS_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Used to build up URL
ALL_ZERO - Static variable in interface org.logicalcobwebs.cglib.proxy.CallbackFilter
 
allowReader() - Method in class org.logicalcobwebs.concurrent.ReaderPreferenceReadWriteLock
 
allowReader() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
Override this method to change to reader preference
AllTests - Class in org.logicalcobwebs.logging
Run all tests
AllTests() - Constructor for class org.logicalcobwebs.logging.AllTests
 
AllTests - Class in org.logicalcobwebs.proxool.admin
Run all in admin package tests
AllTests() - Constructor for class org.logicalcobwebs.proxool.admin.AllTests
 
AllTests - Class in org.logicalcobwebs.proxool.admin.jmx
Run all tests in the jmx package.
AllTests() - Constructor for class org.logicalcobwebs.proxool.admin.jmx.AllTests
 
AllTests - Class in org.logicalcobwebs.proxool
Run all tests
AllTests() - Constructor for class org.logicalcobwebs.proxool.AllTests
 
AllTests - Class in org.logicalcobwebs.proxool.configuration
Run all tests
AllTests() - Constructor for class org.logicalcobwebs.proxool.configuration.AllTests
 
AllTests - Class in org.logicalcobwebs.proxool.util
Run all tests in the util package.
AllTests() - Constructor for class org.logicalcobwebs.proxool.util.AllTests
 
ALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
AND - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
and(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Set value to value & b.
ANEWARRAY - Static variable in interface org.logicalcobwebs.asm.Constants
 
APPEND_BOOLEAN - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
APPEND_CHAR - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
APPEND_DOUBLE - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
APPEND_FLOAT - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
APPEND_INT - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
APPEND_LONG - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
APPEND_STRING - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
append_string(CodeEmitter, Type, EmitUtils.ArrayDelimiters, Customizer) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
APPEND_STRING - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
append_string_helper(CodeEmitter, Type, EmitUtils.ArrayDelimiters, Customizer, ProcessArrayCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
appendAccess(int) - Method in class org.logicalcobwebs.asm.util.DumpClassVisitor
Appends a string representation of the given access modifiers to buf.
appendAccess(int) - Method in class org.logicalcobwebs.asm.util.TraceClassVisitor
Appends a string representation of the given access modifiers to buf.
appendConstant(StringBuffer, Object) - Static method in class org.logicalcobwebs.asm.util.DumpClassVisitor
Appends a string representation of the given constant to the given buffer.
appendLabel(Label) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
Appends the name of the given label to buf.
appendLabel(Label) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
Appends the name of the given label to buf.
appendToSqlLog() - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Get the parameters that have been built up and use them to fill in any parameters withing the sqlStatement and produce a log.
ARETURN - Static variable in interface org.logicalcobwebs.asm.Constants
 
arguments - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
argumentTypes - Variable in class org.logicalcobwebs.cglib.core.CodeEmitter.State
 
argumentTypes - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
ARRAY - Static variable in class org.logicalcobwebs.asm.Type
The sort of array reference types.
array_load(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
array_store(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
ARRAYLENGTH - Static variable in interface org.logicalcobwebs.asm.Constants
 
arraylength() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
arrays - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
asBeans - Variable in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
ASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
ATHROW - Static variable in interface org.logicalcobwebs.asm.Constants
 
athrow() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
attempt(long) - Method in interface org.logicalcobwebs.concurrent.Sync
Wait at most msecs to pass; report whether passed.
attempt(long) - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.ReaderLock
 
attempt(long) - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.WriterLock
 
attemptConnectionStatusReadLock(long) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
Attribute - Class in org.logicalcobwebs.asm
A non standard class, field, method or code attribute.
Attribute(String, byte[], int, int) - Constructor for class org.logicalcobwebs.asm.Attribute
Constructs a new Attribute.
Attribute(String) - Constructor for class org.logicalcobwebs.asm.Attribute
Constructs a new empty attribute.
ATTRIBUTE_DESCRIPTIONS - Static variable in interface org.logicalcobwebs.proxool.resources.ResourceNamesIF
Name of the attributeDescriptions resource.
ATTRIBUTE_DESCRIPTIONS_RESOURCE - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
ATTRIBUTE_DESCRIPTIONS_RESOURCE - Static variable in class org.logicalcobwebs.proxool.ProxoolDriver
 
attributes - Variable in class org.logicalcobwebs.logging.impl.Log4jFactory
The configuration attributes for this LogFactory.
attributes - Variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Configuration attributes
attrs - Variable in class org.logicalcobwebs.asm.ClassWriter
The non standard attributes of the class.
attrs - Variable in class org.logicalcobwebs.asm.CodeWriter
The non standard attributes of the method.
attrs - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The non standard attributes of the class.
attrs - Variable in class org.logicalcobwebs.asm.tree.FieldNode
The non standard attributes of the field.
attrs - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The non standard attributes of the method.
AUTO_SHUTDOWN_PROPERTY - Static variable in class org.logicalcobwebs.proxool.configuration.ServletConfigurator
 
autoShutdown - Variable in class org.logicalcobwebs.proxool.configuration.ServletConfigurator
 
availableConnectionCount - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
AvalonConfigurator - Class in org.logicalcobwebs.proxool.configuration
Configurator for the Avalon Framework.
AvalonConfigurator() - Constructor for class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
 
AvalonConfiguratorTest - Class in org.logicalcobwebs.proxool.configuration
Tests that the AvalonConfgiuration works.
AvalonConfiguratorTest(String) - Constructor for class org.logicalcobwebs.proxool.configuration.AvalonConfiguratorTest
 
awaitTermination() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup.InvokableFJTask
 

B

b - Variable in class org.logicalcobwebs.asm.Attribute
The byte array that contains the value of this attribute.
b - Variable in class org.logicalcobwebs.asm.ClassReader
The class to be parsed.
BAD_OBJECT_METHOD_FILTER - Static variable in class org.logicalcobwebs.cglib.proxy.Proxy
 
BALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
bar() - Method in class org.logicalcobwebs.cglib.MyConcreteClass
 
bar() - Method in interface org.logicalcobwebs.cglib.MyInterfaceIF
 
barrier - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
An extra object to synchronize on in order to achieve a memory barrier.
base - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Current base of DEQ.
BASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
before - Variable in class org.logicalcobwebs.cglib.core.EmitUtils.ArrayDelimiters
 
beforeCommand(Connection, CommandIF) - Method in interface org.logicalcobwebs.dbscript.CommandFilterIF
Implement this if you want to do something special before each command is run.
begin_block() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
begin_class(int, String, Type, Type[], String) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
begin_method(int, Signature, Type[], Attribute) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
begin_static() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
beginStackSize - Variable in class org.logicalcobwebs.asm.Label
The stack size at the beginning of this basic block.
bigCountFormat - Static variable in class org.logicalcobwebs.proxool.FormatHelper
 
BIPUSH - Static variable in interface org.logicalcobwebs.asm.Constants
 
birthDate - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
birthDate - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
Block - Class in org.logicalcobwebs.cglib.core
 
Block(CodeEmitter) - Constructor for class org.logicalcobwebs.cglib.core.Block
 
blockStack - Variable in class org.logicalcobwebs.asm.CodeWriter
The basic block stack used by the control flow analysis algorithm.
BOOLEAN - Static variable in class org.logicalcobwebs.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The boolean type.
BOOLEAN_VALUE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
BoundedChannel - Interface in org.logicalcobwebs.concurrent
A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
box(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
If the argument is a primitive class, replaces the primitive value on the top of the stack with the wrapped (Object) equivalent.
bucket(Collection, Transformer) - Static method in class org.logicalcobwebs.cglib.core.CollectionUtils
 
buf - Variable in class org.logicalcobwebs.asm.Type
A buffer containing the descriptor of this Java type.
buf - Variable in class org.logicalcobwebs.asm.util.PrintClassVisitor
A buffer that can be used to create strings.
buf - Variable in class org.logicalcobwebs.asm.util.PrintCodeVisitor
A buffer used to convert instructions to strings.
BUILD_DATE - Static variable in class org.logicalcobwebs.proxool.Version
 
buildCompleteAlternativeProperties() - Static method in class org.logicalcobwebs.proxool.TestHelper
Builds a complete set of proxool properties, with all values set to something different than the default vaule.
buildConnection(ConnectionPoolDefinitionIF) - Method in interface org.logicalcobwebs.proxool.ConnectionBuilderIF
 
buildConnection(ConnectionPoolDefinitionIF) - Method in class org.logicalcobwebs.proxool.DefaultConnectionBuilder
 
buildConnection(int, String) - Method in class org.logicalcobwebs.proxool.Prototyper
Build a new connection
buildDriverPropertyInfo(String, String) - Method in class org.logicalcobwebs.proxool.ProxoolDriver
 
buildProxoolUrl(String, String, String) - Static method in class org.logicalcobwebs.proxool.TestHelper
Build a valid Proxool URL
buildProxoolUrl(String) - Static method in class org.logicalcobwebs.proxool.TestHelper
Build a valid Proxool URL
BYTE - Static variable in class org.logicalcobwebs.asm.Type
The sort of the byte type.
BYTE_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The byte type.
ByteVector - Class in org.logicalcobwebs.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class org.logicalcobwebs.asm.ByteVector
Constructs a new ByteVector with a default initial size.
ByteVector(int) - Constructor for class org.logicalcobwebs.asm.ByteVector
Constructs a new ByteVector with the given initial size.

C

cache - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator.Source
 
cachedConcreteMethods - Variable in class org.logicalcobwebs.proxool.proxy.MethodMapper
 
cacheFactory(ClassLoader, LogFactory) - Static method in class org.logicalcobwebs.logging.LogFactory
 
calculateUpState(int) - Method in class org.logicalcobwebs.proxool.HouseKeeper
 
call() - Method in interface org.logicalcobwebs.concurrent.Callable
Perform some action that returns a result or throws an exception
Callable - Interface in org.logicalcobwebs.concurrent
Interface for runnable actions that bear results and/or throw Exceptions.
Callback - Interface in org.logicalcobwebs.cglib.proxy
All callback interfaces used by Enhancer extend this interface.
CallbackFilter - Interface in org.logicalcobwebs.cglib.proxy
Map methods of subclasses generated by Enhancer to a particular callback.
CallbackGenerator - Interface in org.logicalcobwebs.cglib.proxy
 
CallbackGenerator.Context - Interface in org.logicalcobwebs.cglib.proxy
 
callbacks - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
callbackTypes - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
callbackTypes - Variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
CallbackUtils - Class in org.logicalcobwebs.cglib.proxy
 
CallbackUtils() - Constructor for class org.logicalcobwebs.cglib.proxy.CallbackUtils
 
CALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
cancel() - Method in class org.logicalcobwebs.concurrent.FJTask
Set the termination status of this task.
cancel() - Method in class org.logicalcobwebs.proxool.admin.StatsRoller
Cancels the timer that outputs the stats
cancel(String) - Static method in class org.logicalcobwebs.proxool.HouseKeeperController
cancel a house keeper for a pool.
cancel() - Method in class org.logicalcobwebs.proxool.HouseKeeperThread
 
cancel() - Method in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
cancel() - Method in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
cancel - Variable in class org.logicalcobwebs.proxool.Prototyper
Calling Prototyper.cancel will set this to true and stop all current prototyping immediately
cancel() - Method in class org.logicalcobwebs.proxool.Prototyper
Cancel all current prototyping
cancel() - Method in class org.logicalcobwebs.proxool.PrototyperThread
 
cancelAll() - Method in class org.logicalcobwebs.proxool.admin.Admin
Cancels the timer that outputs the stats
cancelled - Variable in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
cancelled - Variable in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
cancelledWaitingReader() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
cancelledWaitingWriter() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
capacity() - Method in interface org.logicalcobwebs.concurrent.BoundedChannel
Return the maximum number of elements that can be held.
cardinality() - Method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
cast_numeric(Type, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
Casts from one primitive numeric type to another
CASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
catch_exception(Block, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
catchCount - Variable in class org.logicalcobwebs.asm.CodeWriter
Number of entries in the catch table of this method.
catchException(CommandIF, SQLException) - Method in interface org.logicalcobwebs.dbscript.CommandFilterIF
Any SQLException will be passed to this method.
catchTable - Variable in class org.logicalcobwebs.asm.CodeWriter
The catch table of this method.
category - Variable in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log to this category
cattrs - Variable in class org.logicalcobwebs.asm.CodeWriter
The non standard attributes of the method's code.
cause - Variable in exception org.logicalcobwebs.cglib.core.CodeGenerationException
 
cause - Variable in exception org.logicalcobwebs.logging.LogConfigurationException
The underlying cause of this exception.
cause - Variable in exception org.logicalcobwebs.proxool.FatalRuntimeException
 
cause - Variable in exception org.logicalcobwebs.proxool.FatalSQLException
 
cause - Variable in exception org.logicalcobwebs.proxool.ProxoolException
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.
ce - Variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
CGLIB_PACKAGES - Static variable in class org.logicalcobwebs.cglib.core.ReflectUtils
 
changedInfo - Variable in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
changedInfo - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
changedInfo - Variable in class org.logicalcobwebs.proxool.ProxoolAdapter
 
changeStatus(int, int) - Method in class org.logicalcobwebs.proxool.ConnectionPool
You should acquire a write lock before calling this method
Channel - Interface in org.logicalcobwebs.concurrent
Main interface for buffers, queues, pipes, conduits, etc.
CHAR - Static variable in class org.logicalcobwebs.asm.Type
The sort of the char type.
CHAR_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The char type.
CHAR_VALUE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
characters(char[], int, int) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
CHECK - Static variable in class org.logicalcobwebs.asm.CodeWriter
true if preconditions must be checked at runtime or not.
check - Variable in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
check() - Method in class org.logicalcobwebs.proxool.admin.SnapshotResultMonitor
Passes the latest snapshot to check.
check(SnapshotIF) - Method in class org.logicalcobwebs.proxool.admin.SnapshotResultMonitor
Override this with your specific check
check() - Method in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
waits for statistics
check(StatisticsIF) - Method in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
This gets called when we get new statistics.
check() - Method in class org.logicalcobwebs.proxool.ResultMonitor
Override this with your specific check
check() - Method in class org.logicalcobwebs.proxool.StateResultMonitor
waits for statistics
checkAccess(int, int) - Static method in class org.logicalcobwebs.asm.util.CheckClassAdapter
Checks that the given access flags do not contain invalid flags.
checkActive(FJTaskRunner, long) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Set active status of thread t to false, and then wait until: (a) there is a task in the entry queue, or (b) other threads are active, or (c) the current thread is interrupted.
checkAssignable(String, Class, Object) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
CHECKCAST - Static variable in interface org.logicalcobwebs.asm.Constants
 
checkcast(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
checkcast_this() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
CheckClassAdapter - Class in org.logicalcobwebs.asm.util
A ClssAdapter that checks that its methods are properly used.
CheckClassAdapter(ClassVisitor) - Constructor for class org.logicalcobwebs.asm.util.CheckClassAdapter
Constructs a new CheckClassAdapter object.
CheckCodeAdapter - Class in org.logicalcobwebs.asm.util
A CodeAdapter that checks that its methods are properly used.
CheckCodeAdapter(CodeVisitor) - Constructor for class org.logicalcobwebs.asm.util.CheckCodeAdapter
Constructs a new CheckCodeAdapter object.
checkConstant(Object) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given value is an Integer, a Float, a Long, a Double or a String.
checkDesc(String, boolean) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given string is a valid type descriptor.
checkDesc(String, int, boolean) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that a the given substring is a valid type descriptor.
checkEnd() - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the visitMaxs method has not been called.
checkIdentifier(String, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given string is a valid Java identifier.
checkIdentifier(String, int, int, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given substring is a valid Java identifier.
checkInternalName(String, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given string is a valid internal class name.
checkInternalName(String, int, int, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given substring is a valid internal class name.
checkLabel(Label, boolean, String) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given label is not null.
checkMethodDesc(String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given string is a valid method descriptor.
checkMethodIdentifier(String, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given string is a valid Java identifier or is equal to '<init>' or '<clinit>'.
checkMod() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
checkMod() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
checkOpcode(int, int) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the type of the given opcode is equal to the given type.
checkOverflow() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Adjust top and base, and grow DEQ if necessary.
checkProperty(String, String, String) - Static method in class org.logicalcobwebs.proxool.TestHelper
 
checkProperty(String, int, int) - Static method in class org.logicalcobwebs.proxool.TestHelper
 
checkSignedByte(int, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given value is a signed byte.
checkSignedShort(int, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given value is a signed short.
checkSimultaneousBuildThrottle() - Method in class org.logicalcobwebs.proxool.Prototyper
Checks whether we are currently already building too many connections
checkState() - Method in class org.logicalcobwebs.asm.util.CheckClassAdapter
Checks that the visit method has been called and that visitEnd has not been called.
checkUnsignedShort(int, String) - Static method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Checks that the given value is an unsigned short.
chooseComparer(int, Comparator) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
 
CLASS - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Class constant pool items.
CLASS_BY_NAME - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
CLASS_NAME - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
ClassAdapter - Class in org.logicalcobwebs.asm
An empty ClassVisitor that delegates to another ClassVisitor.
ClassAdapter(ClassVisitor) - Constructor for class org.logicalcobwebs.asm.ClassAdapter
Constructs a new ClassAdapter object.
ClassEmitter - Class in org.logicalcobwebs.cglib.core
 
ClassEmitter(ClassVisitor) - Constructor for class org.logicalcobwebs.cglib.core.ClassEmitter
 
ClassEmitter() - Constructor for class org.logicalcobwebs.cglib.core.ClassEmitter
 
ClassEmitter.FieldInfo - Class in org.logicalcobwebs.cglib.core
 
ClassEmitter.FieldInfo(int, String, Type, Object) - Constructor for class org.logicalcobwebs.cglib.core.ClassEmitter.FieldInfo
 
classes - Variable in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
classes - Variable in class org.logicalcobwebs.cglib.proxy.Mixin.Route
 
ClassesKey - Class in org.logicalcobwebs.cglib.core
 
ClassesKey() - Constructor for class org.logicalcobwebs.cglib.core.ClassesKey
 
ClassesKey.Key - Interface in org.logicalcobwebs.cglib.core
 
ClassGenerator - Interface in org.logicalcobwebs.cglib.core
 
classLoader - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
className - Variable in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
ClassNameReader - Class in org.logicalcobwebs.cglib.core
 
ClassNameReader() - Constructor for class org.logicalcobwebs.cglib.core.ClassNameReader
 
ClassNameReader.EarlyExitException - Exception in org.logicalcobwebs.cglib.core
 
ClassNameReader.EarlyExitException() - Constructor for exception org.logicalcobwebs.cglib.core.ClassNameReader.EarlyExitException
 
ClassNode - Class in org.logicalcobwebs.asm.tree
A node that represents a class.
ClassNode(int, String, String, String[], String) - Constructor for class org.logicalcobwebs.asm.tree.ClassNode
Constructs a new ClassNode object.
classNode - Variable in class org.logicalcobwebs.asm.tree.TreeClassAdapter
A tree representation of the class that is being visited by this visitor.
classOnly - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
ClassReader - Class in org.logicalcobwebs.asm
A Java class parser to make a ClassVisitor visit an existing class.
ClassReader(byte[]) - Constructor for class org.logicalcobwebs.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class org.logicalcobwebs.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class org.logicalcobwebs.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class org.logicalcobwebs.asm.ClassReader
Constructs a new ClassReader object.
classType - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
ClassVisitor - Interface in org.logicalcobwebs.asm
A visitor to visit a Java class.
ClassWriter - Class in org.logicalcobwebs.asm
A ClassVisitor that generates Java class files.
ClassWriter(boolean) - Constructor for class org.logicalcobwebs.asm.ClassWriter
Constructs a new ClassWriter object.
clear(int) - Method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
clear() - Method in class org.logicalcobwebs.concurrent.FutureResult
Clear the value and exception and set to not-ready, allowing this FutureResult to be reused.
clear() - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest
 
clear() - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
clear() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Remove all of the elements from this list.
clear() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
clearChangedInfo() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
clone() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Deep clone of definition
clone() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return a shallow copy of this FastArrayList instance.
close() - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Close the statement and tell the ProxyConnection that it did so.
close() - Method in class org.logicalcobwebs.proxool.configuration.LogKitTargetAdapter
 
close() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
close() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Doesn't really close the connection, just puts it back in the pool.
CLOSE_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
CLOSE_METHOD - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
CLOSE_ON_DISPOSE_ATTRIBUTE - Static variable in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
Constant for the boolean "close-on-dispose" attribute that signifies wether or not this configurator shall close the pools it has created when it is disposed.
closeConnection(Connection) - Method in interface org.logicalcobwebs.dbscript.ConnectionAdapterIF
This gives the adapter the flexibilty of closing the connection for real or just putting it back in a pool.
closeConnection(Connection) - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
closeConnection(Connection) - Method in class org.logicalcobwebs.proxool.SimpoolAdapter
 
closeHtml(ServletOutputStream) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
closeOnDispose - Variable in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
 
closeTable(ServletOutputStream) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
cmp - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter.ComparatorComparer
 
code - Variable in class org.logicalcobwebs.asm.CodeWriter
The bytecode of this method.
CodeAdapter - Class in org.logicalcobwebs.asm
An empty CodeVisitor that delegates to another CodeVisitor.
CodeAdapter(CodeVisitor) - Constructor for class org.logicalcobwebs.asm.CodeAdapter
Constructs a new CodeAdapter object.
codeAttrs - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The non standard attributes of the method's code.
CodeEmitter - Class in org.logicalcobwebs.cglib.core
 
CodeEmitter(ClassEmitter, CodeVisitor, int, Signature, Type[]) - Constructor for class org.logicalcobwebs.cglib.core.CodeEmitter
 
CodeEmitter(CodeEmitter) - Constructor for class org.logicalcobwebs.cglib.core.CodeEmitter
 
CodeEmitter.State - Class in org.logicalcobwebs.cglib.core
 
CodeEmitter.State(int, Signature, Type[]) - Constructor for class org.logicalcobwebs.cglib.core.CodeEmitter.State
 
CodeGenerationException - Exception in org.logicalcobwebs.cglib.core
 
CodeGenerationException(Throwable) - Constructor for exception org.logicalcobwebs.cglib.core.CodeGenerationException
 
CodeVisitor - Interface in org.logicalcobwebs.asm
A visitor to visit the bytecode instructions of a Java method.
CodeWriter - Class in org.logicalcobwebs.asm
A CodeVisitor that generates Java bytecode instructions.
CodeWriter(ClassWriter, boolean) - Constructor for class org.logicalcobwebs.asm.CodeWriter
Constructs a CodeWriter.
coInvoke(FJTask, FJTask) - Static method in class org.logicalcobwebs.concurrent.FJTask
Fork both tasks and then wait for their completion.
coInvoke(FJTask[]) - Static method in class org.logicalcobwebs.concurrent.FJTask
Fork all tasks in array, and await their completion.
coInvoke(FJTask, FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
A specialized expansion of w.fork(); invoke(v); w.join();
coInvoke(FJTask[]) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Array-based version of coInvoke
COLLECT_STATS - Static variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Compile-time constant for statistics gathering.
COLLECT_STATS - Static variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Compile-time constant.
collectAllInterfaces(Class, List) - Static method in class org.logicalcobwebs.cglib.proxy.Mixin
 
CollectionUtils - Class in org.logicalcobwebs.cglib.core
 
CollectionUtils() - Constructor for class org.logicalcobwebs.cglib.core.CollectionUtils
 
Command - Class in org.logicalcobwebs.dbscript
An SQL command that isrun by a Script.
Command() - Constructor for class org.logicalcobwebs.dbscript.Command
 
command - Variable in class org.logicalcobwebs.dbscript.Commander
 
command - Variable in class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
Commander - Class in org.logicalcobwebs.dbscript
A thread that can run a single command many times.
Commander(ConnectionAdapterIF, CommandIF, CommandFilterIF) - Constructor for class org.logicalcobwebs.dbscript.Commander
 
commandFilter - Variable in class org.logicalcobwebs.dbscript.Commander
 
CommandFilterIF - Interface in org.logicalcobwebs.dbscript
Allows you to perform tasks just before and just after a command is executed.
CommandIF - Interface in org.logicalcobwebs.dbscript
An SQL command to run.
commands - Variable in class org.logicalcobwebs.dbscript.Script
 
commit(int, int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Set value to newValue only if it is currently assumedValue.
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.ByteComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.ComparatorComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
 
compare(int, int) - Method in interface org.logicalcobwebs.cglib.util.ParallelSorter.Comparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.DoubleComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.FloatComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.IntComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.LongComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.ObjectComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.ShortComparer
 
compare(int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
comparer - Variable in class org.logicalcobwebs.cglib.util.ParallelSorter
 
compareTo(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
 
compareTo(SynchronizedInt) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
 
compareTo(Object) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
 
compareTo(Object) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
Compares using ConnectionInfo.getId()
compareTo(Object) - Method in class org.logicalcobwebs.proxool.ProxyConnection
Compares using ProxyConnection.getId()
complement() - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Set the value to its complement
completeInfo - Variable in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
completeInfo - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
completeInfo - Variable in class org.logicalcobwebs.proxool.ProxoolAdapter
 
completeStatistics - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
completeUrl - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
componentManager - Variable in class org.logicalcobwebs.proxool.configuration.AvalonConfiguratorTest
 
CompositeConfigurationListener - Class in org.logicalcobwebs.proxool
A ConfigurationListenerIF that keeps a list of ConfigurationListenerIFs and notifies them in a thread safe manner.
CompositeConfigurationListener() - Constructor for class org.logicalcobwebs.proxool.CompositeConfigurationListener
 
CompositeConnectionListener - Class in org.logicalcobwebs.proxool
A ConnectionListenerIF that keeps a list of ConnectionListenerIFs and notifies them in a thread safe manner.
CompositeConnectionListener() - Constructor for class org.logicalcobwebs.proxool.CompositeConnectionListener
 
compositeConnectionListener - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
CompositeProxoolListener - Class in org.logicalcobwebs.proxool
A ProxoolListenerIF that keeps a list of ProxoolListenerIFs and notifies them in a thread safe manner.
CompositeProxoolListener() - Constructor for class org.logicalcobwebs.proxool.CompositeProxoolListener
 
compositeProxoolListener - Static variable in class org.logicalcobwebs.proxool.ProxoolFacade
 
CompositeStateListener - Class in org.logicalcobwebs.proxool
A StateListenerIF that keeps a list of StateListenerIFs and notifies them in a thread safe manner.
CompositeStateListener() - Constructor for class org.logicalcobwebs.proxool.CompositeStateListener
 
compositeStateListener - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
compositeStatisticsListener - Variable in class org.logicalcobwebs.proxool.admin.Admin
 
CompositeStatisticsListener - Class in org.logicalcobwebs.proxool.admin
A StatisticsListenerIF that keeps a list of StatisticsListenerIFs and notifies them in a thread safe manner.
CompositeStatisticsListener() - Constructor for class org.logicalcobwebs.proxool.admin.CompositeStatisticsListener
 
compositeStatisticsListener - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
CompositeTestListener - Class in org.logicalcobwebs.proxool.util
 
CompositeTestListener() - Constructor for class org.logicalcobwebs.proxool.util.CompositeTestListener
 
computeMaxs - Variable in class org.logicalcobwebs.asm.ClassWriter
true if the maximum stack size and number of local variables must be automatically computed.
computeMaxs - Variable in class org.logicalcobwebs.asm.CodeWriter
true if the maximum stack size and number of local variables must be automatically computed.
concreteClass - Variable in class org.logicalcobwebs.proxool.proxy.MethodMapper
 
ConfigurationListenerIF - Interface in org.logicalcobwebs.proxool
Listens to any changes made to a definition.
ConfigurationListenerTest - Class in org.logicalcobwebs.proxool
Test that registering a ConfigurationListenerIF with the ProxoolFacade works.
ConfigurationListenerTest(String) - Constructor for class org.logicalcobwebs.proxool.ConfigurationListenerTest
 
ConfigurationListenerTest.MyConfigurationListener - Class in org.logicalcobwebs.proxool
 
ConfigurationListenerTest.MyConfigurationListener() - Constructor for class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
configurators - Static variable in class org.logicalcobwebs.proxool.ProxoolFacade
 
ConfiguratorTest - Class in org.logicalcobwebs.proxool.configuration
Tests that the programatic configuration of Proxool works.
ConfiguratorTest(String) - Constructor for class org.logicalcobwebs.proxool.configuration.ConfiguratorTest
 
configure(Configuration) - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
Check that all top level elements are named proxool and hand them to XMLConfigurator.
configure(String, boolean) - Static method in class org.logicalcobwebs.proxool.configuration.JAXPConfigurator
Configure Proxool with xml from the given file.
configure(InputSource, boolean) - Static method in class org.logicalcobwebs.proxool.configuration.JAXPConfigurator
Configure Proxool with xml from the given InputSource.
configure(Reader, boolean) - Static method in class org.logicalcobwebs.proxool.configuration.JAXPConfigurator
Configure Proxool with xml from the given reader.
configure(String) - Static method in class org.logicalcobwebs.proxool.configuration.PropertyConfigurator
Configure proxool with the given properties file.
configure(Properties) - Static method in class org.logicalcobwebs.proxool.configuration.PropertyConfigurator
Configure proxool with the given properties.
configuredPools - Variable in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
 
confirmPop(int) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Check under synch lock if DEQ is really empty when doing pop.
confirmTake(int) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
double-check a potential take
connect(String, Properties) - Method in class org.logicalcobwebs.proxool.ProxoolDriver
The url should be of the form:
connect(String, Properties) - Method in class org.logicalcobwebs.proxool.VirtoolDriver
 
connection - Variable in class org.logicalcobwebs.proxool.ConnectionPoolTest.Closer
 
connection - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
CONNECTION_ID - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
If we are drilling down into a connection (on the snapshot tab then this points to the ID we are getting detailed information for.
ConnectionAdapterIF - Interface in org.logicalcobwebs.dbscript
An interface that will provide connections.
connectionBuilder - Variable in class org.logicalcobwebs.proxool.Prototyper
The builder that will create *real* connections for us.
ConnectionBuilderIF - Interface in org.logicalcobwebs.proxool
 
connectionCount - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
connectionCount - Variable in class org.logicalcobwebs.proxool.Prototyper
 
connectionCountByState - Variable in class org.logicalcobwebs.proxool.ConnectionPool
This keeps a count of how many connections there are in each state
ConnectionInfo - Class in org.logicalcobwebs.proxool
Implementation of ConnectionInfoIF.
ConnectionInfo() - Constructor for class org.logicalcobwebs.proxool.ConnectionInfo
 
ConnectionInfoIF - Interface in org.logicalcobwebs.proxool
Provides information about an individual connection.
connectionInfos - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
ConnectionInfoTest - Class in org.logicalcobwebs.proxool
Tests ProxoolFacade.getConnectionInfos(java.lang.String)
ConnectionInfoTest(String) - Constructor for class org.logicalcobwebs.proxool.ConnectionInfoTest
 
ConnectionListenerIF - Interface in org.logicalcobwebs.proxool
You can listen to the lifecycle of a connection.
ConnectionListenerTest - Class in org.logicalcobwebs.proxool
Test that registering a ConnectionListenerIF with the ProxoolFacade works.
ConnectionListenerTest(String) - Constructor for class org.logicalcobwebs.proxool.ConnectionListenerTest
 
ConnectionListenerTest.TestConnectionListener - Class in org.logicalcobwebs.proxool
 
ConnectionListenerTest.TestConnectionListener() - Constructor for class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
connectionPool - Variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
ConnectionPool - Class in org.logicalcobwebs.proxool
This is where most things happen.
ConnectionPool(ConnectionPoolDefinition) - Constructor for class org.logicalcobwebs.proxool.ConnectionPool
 
connectionPool - Variable in class org.logicalcobwebs.proxool.HouseKeeper
 
connectionPool - Variable in class org.logicalcobwebs.proxool.Prototyper
 
connectionPool - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
connectionPoolDefinition - Variable in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
ConnectionPoolDefinition - Class in org.logicalcobwebs.proxool
This defines a connection pool: the URL to connect to the database, the delegate driver to use, and how the pool behaves.
ConnectionPoolDefinition() - Constructor for class org.logicalcobwebs.proxool.ConnectionPoolDefinition
So we can set the values one by one if we want
ConnectionPoolDefinition(String, Properties, boolean) - Constructor for class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Construct a new definition
ConnectionPoolDefinitionIF - Interface in org.logicalcobwebs.proxool
A full definition of everything to do with a connection.
ConnectionPoolManager - Class in org.logicalcobwebs.proxool
 
ConnectionPoolManager() - Constructor for class org.logicalcobwebs.proxool.ConnectionPoolManager
 
connectionPoolManager - Static variable in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
connectionPoolMap - Variable in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
ConnectionPoolMBean - Class in org.logicalcobwebs.proxool.admin.jmx
JMX DynamicMBean adapter for a Proxool connection pool.
See the configuration documentation to learn how to activate a pool for JMX.
ConnectionPoolMBean(String, Properties) - Constructor for class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
ConnectionPoolMBeanTest - Class in org.logicalcobwebs.proxool.admin.jmx
Test ConnectionPoolMBean.
ConnectionPoolMBeanTest(String) - Constructor for class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
 
ConnectionPoolMBeanTest.TestNotificationListener - Class in org.logicalcobwebs.proxool.admin.jmx
 
ConnectionPoolMBeanTest.TestNotificationListener() - Constructor for class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest.TestNotificationListener
 
connectionPools - Variable in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
ConnectionPoolStatisticsIF - Interface in org.logicalcobwebs.proxool
This provides real time information about the pool.
ConnectionPoolTest - Class in org.logicalcobwebs.proxool
Test ConnectionPool
ConnectionPoolTest(String) - Constructor for class org.logicalcobwebs.proxool.ConnectionPoolTest
 
ConnectionPoolTest.Closer - Class in org.logicalcobwebs.proxool
 
ConnectionPoolTest.Closer(Connection, long) - Constructor for class org.logicalcobwebs.proxool.ConnectionPoolTest.Closer
 
connectionPoolUp - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
connectionPropertiesChanged - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Whether any of the properties that effect an individual connection have changed.
connectionRefused() - Method in class org.logicalcobwebs.proxool.admin.Admin
Call this every time a connection is refused
connectionRefused() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
connectionRefused() - Method in class org.logicalcobwebs.proxool.admin.StatsRoller
 
connectionRemoved() - Method in class org.logicalcobwebs.proxool.Prototyper
This needs to be called _everytime_ a connection is removed.
connectionResetter - Variable in class org.logicalcobwebs.proxool.ConnectionPool
Initialised in constructor.
ConnectionResetter - Class in org.logicalcobwebs.proxool
Responsible for resetting a Connection to its default state when it is returned to the pool.
ConnectionResetter(Log, String) - Constructor for class org.logicalcobwebs.proxool.ConnectionResetter
Pass in the log to use
ConnectionResetterTest - Class in org.logicalcobwebs.proxool
Test whether the ConnectionResetter works.
ConnectionResetterTest(String) - Constructor for class org.logicalcobwebs.proxool.ConnectionResetterTest
 
connectionReturned(long) - Method in class org.logicalcobwebs.proxool.admin.Admin
Call this every time an active connection is returned to the pool
connectionReturned(long) - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
connectionReturned(long) - Method in class org.logicalcobwebs.proxool.admin.StatsRoller
 
connections - Variable in class org.logicalcobwebs.proxool.SimpoolAdapter
 
connectionsBeingMade - Variable in class org.logicalcobwebs.proxool.Prototyper
The number of connections currently being made (actually in progress)
connectionsRefusedCount - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
connectionsServedCount - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
connectionStatusReadWriteLock - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
connectionValidator - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
ConnectionValidatorIF - Interface in org.logicalcobwebs.proxool
 
constant - Variable in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
Constants - Interface in org.logicalcobwebs.asm
Defines the JVM opcodes, access flags and array type codes.
Constants - Interface in org.logicalcobwebs.cglib.core
 
CONSTRUCTED_FIELD - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
CONSTRUCTOR_DELEGATE - Static variable in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
CONSTRUCTOR_GET_INDEX - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
CONSTRUCTOR_NAME - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
constructor_switch(CodeEmitter, Constructor[], ObjectSwitchCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
ConstructorDelegate - Class in org.logicalcobwebs.cglib.reflect
 
ConstructorDelegate() - Constructor for class org.logicalcobwebs.cglib.reflect.ConstructorDelegate
 
ConstructorDelegate.ConstructorKey - Interface in org.logicalcobwebs.cglib.reflect
 
ConstructorDelegate.Generator - Class in org.logicalcobwebs.cglib.reflect
 
ConstructorDelegate.Generator() - Constructor for class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
contains(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return true if this list contains the specified element.
contains(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
containsAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return true if this list contains all of the elements in the specified Collection.
containsAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
content - Variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
Context - Interface in org.logicalcobwebs.cglib.core
 
convert(Object, Class, Object) - Method in interface org.logicalcobwebs.cglib.core.Converter
 
Converter - Interface in org.logicalcobwebs.cglib.core
 
COPY_MULTIARG_NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
COPY_NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
CORE_PROPERTY - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Used as part of the CSS class
COUNT - Static variable in class org.logicalcobwebs.proxool.PerformanceTest
 
create(Object) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
create(Object[]) - Static method in class org.logicalcobwebs.cglib.core.ClassesKey
 
create(Class) - Static method in class org.logicalcobwebs.cglib.core.KeyFactory
 
create(Class, Customizer) - Static method in class org.logicalcobwebs.cglib.core.KeyFactory
 
create() - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
create(Method) - Static method in class org.logicalcobwebs.cglib.core.MethodWrapper
 
create() - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Generate a new class if necessary and uses the specified callbacks (if any) to create a new object instance.
create(Class[], Object[]) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Generate a new class if necessary and uses the specified callbacks (if any) to create a new object instance.
create(Class, Callback) - Static method in class org.logicalcobwebs.cglib.proxy.Enhancer
Helper method to create an intercepted object.
create(Class, Class[], Callback) - Static method in class org.logicalcobwebs.cglib.proxy.Enhancer
Helper method to create an intercepted object.
create(Class, Class[], CallbackFilter, Callback[]) - Static method in class org.logicalcobwebs.cglib.proxy.Enhancer
Helper method to create an intercepted object.
create(ClassLoader, Class, Class, String, String, String) - Static method in class org.logicalcobwebs.cglib.proxy.MethodProxy
For internal use by Enhancer only; see the net.sf.cglib.reflect.FastMethod class for similar functionality.
create(Object[]) - Static method in class org.logicalcobwebs.cglib.proxy.Mixin
Helper method to create an interface mixin.
create(Class[], Object[]) - Static method in class org.logicalcobwebs.cglib.proxy.Mixin
Helper method to create an interface mixin.
create() - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
create(Class, Class) - Static method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate
 
create() - Method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
create(Class) - Static method in class org.logicalcobwebs.cglib.reflect.FastClass
 
create() - Method in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
create(Object, String, Class) - Static method in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
create() - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
create(Class) - Static method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
create() - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
create(Object[]) - Static method in class org.logicalcobwebs.cglib.util.ParallelSorter
Create a new ParallelSorter object for a set of arrays.
create() - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
create(String[], int[], boolean) - Static method in class org.logicalcobwebs.cglib.util.StringSwitcher
Helper method to create a StringSwitcher.
create() - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
Generate the StringSwitcher.
create_arg_array() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
Allocates and fills an Object[] array with the arguments to the current method.
createAttributeDescriptionsResource() - Static method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
createAttributeDescriptionsResource() - Static method in class org.logicalcobwebs.proxool.ProxoolDriver
 
createBasicPool(String) - Method in class org.logicalcobwebs.proxool.admin.jmx.AbstractJMXTest
Create a very basic Proxool pool.
createBasicProperties(String) - Method in class org.logicalcobwebs.proxool.admin.jmx.AbstractJMXTest
Create some very basic Proxool configuration.
createBean(Object[]) - Static method in class org.logicalcobwebs.cglib.proxy.Mixin
Helper method to create a bean mixin.
createClass() - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Generate a new class if necessary and return it without creating a new instance.
createConnectionPool(ConnectionPoolDefinition) - Method in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
createHelper() - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
 
createJMXResource() - Static method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
createMutipleAgentBasicPool(String) - Method in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
createProxoolAttribute(String, Class) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
createProxoolAttribute(String, Class, boolean) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
createSet(Collection) - Static method in class org.logicalcobwebs.cglib.core.MethodWrapper
 
createStatic(Class, String, Class) - Static method in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
createUsingReflection(Class) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
 
cssFile - Variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
A valid URLL that can be linked to to override default, inline CSS.
cst - Variable in class org.logicalcobwebs.asm.tree.LdcInsnNode
The constant to be loaded on the stack.
CSTRUCT_CLASS - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
CSTRUCT_NULL - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
CSTRUCT_NULL - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
CSTRUCT_NULL - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
CSTRUCT_OBJECT_ARRAY - Static variable in class org.logicalcobwebs.cglib.proxy.MixinEmitter
 
CSTRUCT_OBJECT_ARRAY - Static variable in class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
CSTRUCT_STRING - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
CSTRUCT_THROWABLE - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
CSTRUCT_THROWABLE - Static variable in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
currentBlock - Variable in class org.logicalcobwebs.asm.CodeWriter
The current basic block.
currentLogLevel - Variable in class org.logicalcobwebs.logging.impl.SimpleLog
The current log level
currentStatistics - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
customize(CodeEmitter, Type) - Method in interface org.logicalcobwebs.cglib.core.Customizer
 
Customizer - Interface in org.logicalcobwebs.cglib.core
 
customizer - Variable in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
cv - Variable in class org.logicalcobwebs.asm.ClassAdapter
The ClassVisitor to which this adapter delegates calls.
cv - Variable in class org.logicalcobwebs.asm.CodeAdapter
The CodeVisitor to which this adapter delegates calls.
cv - Variable in class org.logicalcobwebs.asm.util.TraceClassVisitor
The ClassVisitor to which this visitor delegates calls.
cv - Variable in class org.logicalcobwebs.asm.util.TraceCodeVisitor
The CodeVisitor to which this visitor delegates calls.
CVS - Static variable in class org.logicalcobwebs.proxool.Version
 
cw - Variable in class org.logicalcobwebs.asm.CodeWriter
The class writer to which this method must be added.

D

D2F - Static variable in interface org.logicalcobwebs.asm.Constants
 
D2I - Static variable in interface org.logicalcobwebs.asm.Constants
 
D2L - Static variable in interface org.logicalcobwebs.asm.Constants
 
DADD - Static variable in interface org.logicalcobwebs.asm.Constants
 
DALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
DASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
data - Variable in class org.logicalcobwebs.asm.ByteVector
The content of this vector.
databaseMetaData - Variable in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
DATE_FORMAT - Static variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
DATE_FORMAT - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
dd-MMM-yyyy HH:mm:ss
dateFormatter - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
Used to format times
dateStarted - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
dateStarted - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
DCMPG - Static variable in interface org.logicalcobwebs.asm.Constants
 
DCMPL - Static variable in interface org.logicalcobwebs.asm.Constants
 
DCONST(double) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
DCONST_0 - Static variable in interface org.logicalcobwebs.asm.Constants
 
DCONST_1 - Static variable in interface org.logicalcobwebs.asm.Constants
 
DDIV - Static variable in interface org.logicalcobwebs.asm.Constants
 
debug(Object) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message with debug log level.
debug(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message and exception with debug log level.
debug(Object) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log a message to the Log4j Category with DEBUG priority.
debug(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log an error to the Log4j Category with DEBUG priority.
debug(Object) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log message to LogKit logger with DEBUG priority.
debug(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log error to LogKit logger with DEBUG priority.
debug(Object) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
debug(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
debug(Object) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log a message with debug log level.
debug(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log an error with debug log level.
debug(Object) - Method in interface org.logicalcobwebs.logging.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface org.logicalcobwebs.logging.Log
Log an error with debug log level.
DEBUG_LEVEL_LOUD - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
DEBUG_LEVEL_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Deprecated. use verbose instead.
DEBUG_LEVEL_QUIET - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
DEBUG_LOCATION_PROPERTY - Static variable in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
DebuggingClassWriter - Class in org.logicalcobwebs.cglib.core
 
DebuggingClassWriter(boolean) - Constructor for class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
debugLocation - Static variable in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
DECIMAL_FORMAT - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
DECIMAL_FORMAT - Static variable in class org.logicalcobwebs.proxool.admin.StatisticsLogger
 
DECIMAL_FORMAT - Static variable in class org.logicalcobwebs.proxool.admin.StatisticsTest
 
declare_field(int, String, Type, Object, Attribute) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
declareLabel(Label) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
Appends a declaration of the given label to buf.
decrement() - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Decrement the value.
DEFAULT_DELIMITERS - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
DEFAULT_HOUSE_KEEPING_SLEEP_TIME - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
30000 (30 Seconds)
DEFAULT_MAXIMUM_ACTIVE_TIME - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
300000 (5 minutes)
DEFAULT_MAXIMUM_CONNECTION_COUNT - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
15
DEFAULT_MAXIMUM_CONNECTION_LIFETIME - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
4 * 60 * 60 * 1000 (4 hours)
DEFAULT_MAXIMUM_NEW_CONNECTIONS - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Deprecated. use ConnectionPoolDefinitionIF.DEFAULT_SIMULTANEOUS_BUILD_THROTTLE instead
DEFAULT_MINIMUM_CONNECTION_COUNT - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
0
DEFAULT_OVERLOAD_WITHOUT_REFUSAL_THRESHOLD - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
60000
DEFAULT_PROTOTYPE_COUNT - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
0
DEFAULT_RECENTLY_STARTED_THRESHOLD - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
60000
DEFAULT_SCAN_PRIORITY - Static variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
 
DEFAULT_SIMULTANEOUS_BUILD_THROTTLE - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
10
defaultCapacity_ - Static variable in class org.logicalcobwebs.concurrent.DefaultChannelCapacity
the current default capacity
DefaultChannelCapacity - Class in org.logicalcobwebs.concurrent
A utility class to set the default capacity of BoundedChannel implementations that otherwise require a capacity argument
DefaultChannelCapacity() - Constructor for class org.logicalcobwebs.concurrent.DefaultChannelCapacity
 
defaultConfig - Static variable in class org.logicalcobwebs.proxool.GlobalTest
 
DefaultConnectionBuilder - Class in org.logicalcobwebs.proxool
 
DefaultConnectionBuilder() - Constructor for class org.logicalcobwebs.proxool.DefaultConnectionBuilder
 
DefaultConnectionValidator - Class in org.logicalcobwebs.proxool
 
DefaultConnectionValidator() - Constructor for class org.logicalcobwebs.proxool.DefaultConnectionValidator
 
DefaultGeneratorStrategy - Class in org.logicalcobwebs.cglib.core
 
DefaultGeneratorStrategy() - Constructor for class org.logicalcobwebs.cglib.core.DefaultGeneratorStrategy
 
defaultLoader - Static variable in class org.logicalcobwebs.cglib.core.ReflectUtils
 
DefaultNamingPolicy - Class in org.logicalcobwebs.cglib.core
The default policy used by AbstractClassGenerator.
DefaultNamingPolicy() - Constructor for class org.logicalcobwebs.cglib.core.DefaultNamingPolicy
 
defaultValues - Variable in class org.logicalcobwebs.proxool.ConnectionResetter
 
define_attribute(Attribute) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
define_attribute(Attribute) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
DEFINE_CGLIB_CLASS_IN_JAVA_PACKAGE_PERMISSION - Static variable in class org.logicalcobwebs.cglib.core.ReflectUtils
 
DEFINE_CLASS - Static variable in class org.logicalcobwebs.cglib.core.ReflectUtils
 
defineClass(String, byte[], ClassLoader) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
definition - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
definition - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
definitionUpdated(ConnectionPoolDefinitionIF, Properties, Properties) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
Update the attributes of this MBean and emit a ConnectionPoolMBean.NOTIFICATION_TYPE_DEFINITION_UPDATED event.
definitionUpdated(ConnectionPoolDefinitionIF, Properties, Properties) - Method in class org.logicalcobwebs.proxool.CompositeConfigurationListener
 
definitionUpdated(ConnectionPoolDefinitionIF, Properties, Properties) - Method in interface org.logicalcobwebs.proxool.ConfigurationListenerIF
Gets called once after a pool has been updated.
definitionUpdated(ConnectionPoolDefinitionIF, Properties, Properties) - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
definitionUpdated(ConnectionPoolDefinitionIF, Properties, Properties) - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
definitionUpdated(String, ConnectionPoolDefinitionIF, Properties, Properties) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Broadcast a configuration change
definitionUpdatedSequence - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
delay - Variable in class org.logicalcobwebs.proxool.ResultMonitor
 
DELEGATE_DRIVER - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Instead of defining the driver in the url you can also use this property
DELEGATE_DRIVER_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
DELEGATE_URL - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
DELEGATE_URL_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
DelegateConnectionTest - Class in org.logicalcobwebs.proxool
Tests whether we have access to the delegate connection
DelegateConnectionTest(String) - Constructor for class org.logicalcobwebs.proxool.DelegateConnectionTest
 
DELEGATED_PROPERTY - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Used as part of the CSS class
delegateDriver - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
delegateHashcode - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
delegateProperties - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
delegates - Variable in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
delegateUrl - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
delegateUrl - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
DependencyCheck - Class in org.logicalcobwebs.proxool
A minimal check to see what libraries we need to include with our binary distribution
DependencyCheck() - Constructor for class org.logicalcobwebs.proxool.DependencyCheck
 
deq - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
The DEQ array.
deqSize() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Current size of the task DEQ
desc - Variable in class org.logicalcobwebs.asm.CodeWriter
The index of the constant pool item that contains the descriptor of this method.
desc - Variable in class org.logicalcobwebs.asm.tree.FieldInsnNode
The field's descriptor (see Type).
desc - Variable in class org.logicalcobwebs.asm.tree.FieldNode
The field's descriptor (see Type).
desc - Variable in class org.logicalcobwebs.asm.tree.LocalVariableNode
The type descriptor of this local variable.
desc - Variable in class org.logicalcobwebs.asm.tree.MethodInsnNode
The method's descriptor (see Type).
desc - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The method's descriptor (see Type).
desc - Variable in class org.logicalcobwebs.asm.tree.MultiANewArrayInsnNode
An array type descriptor (see Type).
desc - Variable in class org.logicalcobwebs.asm.tree.TypeInsnNode
The operand of this instruction.
desc - Variable in class org.logicalcobwebs.cglib.core.Signature
 
destroy() - Method in class org.logicalcobwebs.proxool.configuration.ServletConfigurator
Shuts down Proxool by removing all connection pools.
DETAIL - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
DETAIL_LESS - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
DETAIL_MORE - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
DETAILED - Static variable in class org.logicalcobwebs.proxool.KillTest
 
determineType(Callback) - Static method in class org.logicalcobwebs.cglib.proxy.CallbackUtils
 
dflt - Variable in class org.logicalcobwebs.asm.tree.LookupSwitchInsnNode
Beginning of the default handler block.
dflt - Variable in class org.logicalcobwebs.asm.tree.TableSwitchInsnNode
Beginning of the default handler block.
dims - Variable in class org.logicalcobwebs.asm.tree.MultiANewArrayInsnNode
Number of dimensions of the array to allocate.
disparityNoticed - Variable in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
Dispatcher - Interface in org.logicalcobwebs.cglib.proxy
Dispatching Enhancer callback.
DISPATCHER - Static variable in class org.logicalcobwebs.cglib.proxy.DispatcherGenerator
 
DispatcherGenerator - Class in org.logicalcobwebs.cglib.proxy
 
DispatcherGenerator() - Constructor for class org.logicalcobwebs.cglib.proxy.DispatcherGenerator
 
displayStatistics() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
dispose() - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
If AvalonConfigurator.CLOSE_ON_DISPOSE_ATTRIBUTE is set: Close all connection pools that this configurator has configured.
DIV - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
divide(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Divide value by factor (i.e., set value /= factor)
DLOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
DMUL - Static variable in interface org.logicalcobwebs.asm.Constants
 
DNEG - Static variable in interface org.logicalcobwebs.asm.Constants
 
doChange(String, Properties, boolean, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
doDefinition(ServletOutputStream, ConnectionPoolDefinitionIF) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Output the definition
doDrillDownConnection(ServletOutputStream, ConnectionInfoIF) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
doGet() - Method in class org.logicalcobwebs.concurrent.FutureResult
internal utility: either get the value or throw the exception
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Show the details for a pool.
doList(ServletOutputStream, String, String, String) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Output the list of available connection pools.
done - Variable in class org.logicalcobwebs.concurrent.FJTask
The only status information associated with FJTasks is whether the they are considered to have completed.
doNotify() - Method in class org.logicalcobwebs.proxool.PrototyperThread
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Delegate to #doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
doProcessEvent(LogEvent) - Method in class org.logicalcobwebs.proxool.configuration.LogKitTargetAdapter
 
doSnapshot(ServletOutputStream, ConnectionPoolDefinitionIF, String, String, String) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Output a snapshot of the pool.
doSnapshotDetails(ServletOutputStream, ConnectionPoolDefinitionIF, SnapshotIF, String, String) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
If we want a more detailed snapshot then #doSnapshot(javax.servlet.ServletOutputStream, org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF, String, String, String) calls this too
doStatistics(ServletOutputStream, StatisticsIF[], ConnectionPoolDefinitionIF) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Output the statistics.
DOT - Static variable in class org.logicalcobwebs.proxool.configuration.PropertyConfigurator
 
doTabs(ServletOutputStream, String, String, String, boolean, boolean) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Output the tabs that we are showing at the top of the page
DOUBLE - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Double constant pool items.
DOUBLE - Static variable in class org.logicalcobwebs.asm.Type
The sort of the double type.
DOUBLE_TO_LONG_BITS - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
DOUBLE_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The double type.
DOUBLE_VALUE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
doubleVal - Variable in class org.logicalcobwebs.asm.Item
Value of this item, for a DOUBLE item.
doWait() - Method in class org.logicalcobwebs.proxool.PerformanceTest
 
doWait() - Method in class org.logicalcobwebs.proxool.PrototyperThread
 
drawBarChart(StringBuffer, String[], int[]) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
We can draw a bar chart simply enough.
DREM - Static variable in interface org.logicalcobwebs.asm.Constants
 
DRETURN - Static variable in interface org.logicalcobwebs.asm.Constants
 
driver - Variable in class org.logicalcobwebs.dbscript.Script
 
driver - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
driver - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
DRIVER_CLASS - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Un-prefixed propety name for the Proxool driver class configuration property.
DRIVER_CLASS_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Prefixed propety name for the Proxool driver class configuration property.
DRIVER_PROPERTIES - Static variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
DRIVER_PROPERTIES - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Element name for the container of properties passed directlry to the delegate driver.
DRIVER_URL - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Un-prefixed propety name for the Proxool driver url configuration property.
DRIVER_URL_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Prefixed propety name for the Proxool driver url configuration property.
driverClass - Variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
driverName - Variable in class org.logicalcobwebs.proxool.ConnectionResetter
 
DriverTest - Class in org.logicalcobwebs.proxool
Tests ProxoolDriver
DriverTest(String) - Constructor for class org.logicalcobwebs.proxool.DriverTest
 
driverUrl - Variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
driverUrl - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
DSTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
DSUB - Static variable in interface org.logicalcobwebs.asm.Constants
 
DumpClassVisitor - Class in org.logicalcobwebs.asm.util
A PrintClassVisitor that prints the ASM code that generates the classes it visits.
DumpClassVisitor(PrintWriter) - Constructor for class org.logicalcobwebs.asm.util.DumpClassVisitor
Constructs a new DumpClassVisitor object.
DumpCodeVisitor - Class in org.logicalcobwebs.asm.util
A PrintCodeVisitor that prints the ASM code that generates the code it visits.
DumpCodeVisitor() - Constructor for class org.logicalcobwebs.asm.util.DumpCodeVisitor
Constructs a new DumpCodeVisitor object.
DUP - Static variable in interface org.logicalcobwebs.asm.Constants
 
dup() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
DUP2 - Static variable in interface org.logicalcobwebs.asm.Constants
 
dup2() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
DUP2_X1 - Static variable in interface org.logicalcobwebs.asm.Constants
 
dup2_x1() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
DUP2_X2 - Static variable in interface org.logicalcobwebs.asm.Constants
 
dup2_x2() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
DUP_X1 - Static variable in interface org.logicalcobwebs.asm.Constants
 
dup_x1() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
DUP_X2 - Static variable in interface org.logicalcobwebs.asm.Constants
 
dup_x2() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
DuplicatesPredicate - Class in org.logicalcobwebs.cglib.core
 
DuplicatesPredicate() - Constructor for class org.logicalcobwebs.cglib.core.DuplicatesPredicate
 
duration - Variable in exception org.logicalcobwebs.concurrent.TimeoutException
The approximate time that the operation lasted before this timeout exception was thrown.
duration - Variable in class org.logicalcobwebs.proxool.ConnectionPoolTest.Closer
 

E

e - Variable in class org.logicalcobwebs.cglib.core.Block
 
e - Variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter.GetIndexCallback
 
EARLY_EXIT - Static variable in class org.logicalcobwebs.cglib.core.ClassNameReader
 
Edge - Class in org.logicalcobwebs.asm
An edge in the control flow graph of a method body.
Edge() - Constructor for class org.logicalcobwebs.asm.Edge
 
emit_field(int, Type, String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
emit_invoke(int, Type, Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
emit_type(int, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
emitCallback(CodeEmitter, int) - Method in interface org.logicalcobwebs.cglib.core.Context
 
emitCallback(CodeEmitter, int) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackGenerator.Context
 
emitCommonMultiarg(Constructor[], CodeEmitter) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitCommonNewInstance(CodeEmitter) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitConstructors(Constructor[]) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitCopyCallbacks(CodeEmitter) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitCurrentCallback(CodeEmitter, int) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitGetCallback(int[]) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitIndexByClassArray(Method[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
emitIndexBySignature(Method[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
emitMethods(Map, Map, Set) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitNewInstanceCallback() - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitNewInstanceCallbacks() - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitNewInstanceCopy() - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitNewInstanceMultiarg(Constructor[]) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitNewInstanceMultiargCopy(Constructor[]) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitProxy(ClassEmitter, Method) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
emitSetCallback(int[]) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitSetCallbacks() - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitSetThreadCallbacks() - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
emitSetThreadCallbacks(CodeEmitter) - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
EmitUtils - Class in org.logicalcobwebs.cglib.core
 
EmitUtils() - Constructor for class org.logicalcobwebs.cglib.core.EmitUtils
 
EmitUtils.ArrayDelimiters - Class in org.logicalcobwebs.cglib.core
 
EmitUtils.ArrayDelimiters(String, String, String) - Constructor for class org.logicalcobwebs.cglib.core.EmitUtils.ArrayDelimiters
 
EmitUtils.ParameterTyper - Interface in org.logicalcobwebs.cglib.core
 
EMPTY_CLASS_ARRAY - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
EMPTY_LISTENERS - Static variable in class org.logicalcobwebs.proxool.util.AbstractListenerContainer
 
emulateClassGetName(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
end - Variable in class org.logicalcobwebs.asm.tree.LocalVariableNode
The last instruction corresponding to the scope of this local variable (exclusive).
end - Variable in class org.logicalcobwebs.asm.tree.TryCatchBlockNode
End of the exception handler's scope (exclusive).
end - Variable in class org.logicalcobwebs.asm.util.CheckClassAdapter
true if the visitEnd method has been called.
end - Variable in class org.logicalcobwebs.asm.util.CheckCodeAdapter
true if the visitMaxs method has been called.
end - Variable in class org.logicalcobwebs.cglib.core.Block
 
end() - Method in class org.logicalcobwebs.cglib.core.Block
 
end_class() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
end_method() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
ended - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
endElement(String, String, String) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
endRead() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
Called upon termination of a read.
endWrite() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
Called upon termination of a write.
Enhancer - Class in org.logicalcobwebs.cglib.proxy
Generates dynamic subclasses to enable method interception.
Enhancer() - Constructor for class org.logicalcobwebs.cglib.proxy.Enhancer
Create a new Enhancer.
Enhancer.EnhancerKey - Interface in org.logicalcobwebs.cglib.proxy
 
EnhancerEmitter - Class in org.logicalcobwebs.cglib.proxy
 
EnhancerEmitter(ClassVisitor, String, Class, Class[], CallbackFilter, Class[], boolean) - Constructor for class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
EnhancerTest - Class in org.logicalcobwebs.cglib
A test test class (!) to help me understand the Enhancer.
EnhancerTest(String) - Constructor for class org.logicalcobwebs.cglib.EnhancerTest
 
enlarge(int) - Method in class org.logicalcobwebs.asm.ByteVector
Enlarge this byte vector so that it can receive n more bytes.
ensureCapacity(int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Increase the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entries - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Total number of executes or invokes
entryQueue - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Group-wide queue for tasks entered via execute()
EQ - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
eqMethod - Variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
equals(Object) - Method in class org.logicalcobwebs.asm.Type
 
equals(Object) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter.FieldInfo
 
EQUALS - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
EQUALS - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
equals(Object) - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.IntRef
 
equals(Object) - Method in class org.logicalcobwebs.cglib.core.Signature
 
equals(Object) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackFilter
The CallbackFilter in use affects which cached class the Enhancer will use, so this is a reminder that you should correctly implement equals and hashCode for custom CallbackFilter implementations in order to improve performance.
equals(Object) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
equals(Object) - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
equals(Object) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
equals(Object) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
 
equals(Object) - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Whether the delegate statements are the same
equals(Object) - Method in class org.logicalcobwebs.proxool.ProxyConnection
Whether the underlying connections are equal
equals(Object) - Method in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
Whether the underlying databaseMetaData are equal
equals(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Compare the specified object with this list for equality.
equals(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
equals(Object) - Method in class org.logicalcobwebs.proxool.WrappedConnection
If the object passed to this method is actually a proxied version of this class then compare the real class with this one.
EQUALS_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
EQUALS_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
EQUALS_METHOD - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
equalsCompleteAlternativeProperties(ConnectionPoolDefinitionIF) - Static method in class org.logicalcobwebs.proxool.TestHelper
Test that the given ConnectionPoolDefinitionIF contains all the properties as defined in TestHelper.buildCompleteAlternativeProperties().
equalsProperty(String, String) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
error(Object) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message with error log level.
error(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message and exception with error log level.
error(Object) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log a message to the Log4j Category with ERROR priority.
error(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log an error to the Log4j Category with ERROR priority.
error(Object) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log message to LogKit logger with ERROR priority.
error(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log error to LogKit logger with ERROR priority.
error(Object) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
error(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
error(Object) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log a message with error log level.
error(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log an error with error log level.
error(Object) - Method in interface org.logicalcobwebs.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface org.logicalcobwebs.logging.Log
Log an error with error log level.
error(SAXParseException) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
escapeType(String) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
evaluate(Object) - Method in class org.logicalcobwebs.cglib.core.DuplicatesPredicate
 
evaluate(Object) - Method in interface org.logicalcobwebs.cglib.core.Predicate
 
evaluate(Object) - Method in class org.logicalcobwebs.cglib.core.VisibilityPredicate
 
EXAMPLE_FORMAT - Static variable in class org.logicalcobwebs.proxool.configuration.PropertyConfigurator
 
exception - Variable in class org.logicalcobwebs.dbscript.Command
 
exception_ - Variable in class org.logicalcobwebs.concurrent.FutureResult
the exception encountered by operation producing result
EXCEPTION_IGNORE - Static variable in class org.logicalcobwebs.dbscript.Command
If this command encounters an exception it will silently ignore the exception and continue.
EXCEPTION_LOG - Static variable in class org.logicalcobwebs.dbscript.Command
If this command encounters an exception it will log it at DEBUG level and continue
EXCEPTION_STOP - Static variable in class org.logicalcobwebs.dbscript.Command
If this command encounters an exception it will stop executing (and if it is in a loop it will break out of the loop)
exceptionCount - Variable in class org.logicalcobwebs.asm.CodeWriter
Number of exceptions that can be thrown by this method.
exceptionCount - Variable in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
exceptions - Variable in class org.logicalcobwebs.asm.CodeWriter
The exceptions that can be thrown by this method.
exceptions - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The internal names of the method's exception classes (see getInternalName).
exceptionTypes - Variable in class org.logicalcobwebs.cglib.core.CodeEmitter.State
 
execute(Runnable) - Method in interface org.logicalcobwebs.concurrent.Executor
Execute the given command.
execute(Runnable) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Arrange for execution of the given task by placing it in a work queue.
execute(Runnable) - Method in class org.logicalcobwebs.concurrent.SynchronizedVariable
If current thread is not interrupted, execute the given command within this object's lock
execute(Connection, String) - Static method in class org.logicalcobwebs.dbscript.Commander
Execute and SQL statement
EXECUTE_BATCH_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
EXECUTE_FRAGMENT - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
executeTask(FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Specialized form of execute called only from within FJTasks
Executor - Interface in org.logicalcobwebs.concurrent
Interface for objects that execute Runnables, as well as various objects that can be wrapped as Runnables.
expected - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
expected - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
expected - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
expectedUpState - Variable in class org.logicalcobwebs.proxool.StateResultMonitor
 
expireAllConnections(String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
expireConnection(long, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Manually expire a connection.
expireConnectionAsSoonAsPossible(ProxyConnectionIF, String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
expireProxyConnection(ProxyConnectionIF, String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
extract() - Method in class org.logicalcobwebs.concurrent.LinkedQueue
Main mechanics for take/poll
extractJndiProperties(ConnectionPoolDefinition) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get the JNDI properties for the given pool definition if it is configured for JNDI registration.

F

f1 - Variable in class org.logicalcobwebs.cglib.proxy.MethodProxy
 
f2 - Variable in class org.logicalcobwebs.cglib.proxy.MethodProxy
 
F2D - Static variable in interface org.logicalcobwebs.asm.Constants
 
F2I - Static variable in interface org.logicalcobwebs.asm.Constants
 
F2L - Static variable in interface org.logicalcobwebs.asm.Constants
 
factories - Static variable in class org.logicalcobwebs.logging.LogFactory
The previously constructed LogFactory instances, keyed by the ClassLoader with which it was created.
FACTORY - Static variable in class org.logicalcobwebs.cglib.core.ClassesKey
 
FACTORY - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
Factory - Interface in org.logicalcobwebs.cglib.proxy
All enhanced instances returned by the Enhancer class implement this interface.
FACTORY_DEFAULT - Static variable in class org.logicalcobwebs.logging.LogFactory
The fully qualified class name of the fallback LogFactory implementation class to use, if no other can be found.
factory_method(ClassEmitter, Signature) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
FACTORY_PROPERTIES - Static variable in class org.logicalcobwebs.logging.LogFactory
The name of the properties file to search for.
FACTORY_PROPERTY - Static variable in class org.logicalcobwebs.logging.LogFactory
The name of the property used to identify the LogFactory implementation class name.
FADD - Static variable in interface org.logicalcobwebs.asm.Constants
 
FALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
fast - Variable in class org.logicalcobwebs.proxool.util.FastArrayList
Are we operating in "fast" mode?
FAST_CLASS - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
FastArrayList - Class in org.logicalcobwebs.proxool.util
A customized implementation of java.util.ArrayList designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
FastArrayList() - Constructor for class org.logicalcobwebs.proxool.util.FastArrayList
Construct a an empty list.
FastArrayList(int) - Constructor for class org.logicalcobwebs.proxool.util.FastArrayList
Construct an empty list with the specified capacity.
FastArrayList(Collection) - Constructor for class org.logicalcobwebs.proxool.util.FastArrayList
Construct a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
FastArrayList.ListIter - Class in org.logicalcobwebs.proxool.util
 
FastArrayList.ListIter(int) - Constructor for class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
FastArrayList.SubList - Class in org.logicalcobwebs.proxool.util
 
FastArrayList.SubList(int, int) - Constructor for class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
FastArrayList.SubList.SubListIter - Class in org.logicalcobwebs.proxool.util
 
FastArrayList.SubList.SubListIter(int) - Constructor for class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
FastClass - Class in org.logicalcobwebs.cglib.reflect
 
FastClass(Class) - Constructor for class org.logicalcobwebs.cglib.reflect.FastClass
 
FastClass.Generator - Class in org.logicalcobwebs.cglib.reflect
 
FastClass.Generator() - Constructor for class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
FastClassEmitter - Class in org.logicalcobwebs.cglib.reflect
 
FastClassEmitter(ClassVisitor, String, Class) - Constructor for class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
FastClassEmitter.GetIndexCallback - Class in org.logicalcobwebs.cglib.reflect
 
FastClassEmitter.GetIndexCallback(CodeEmitter, Object[]) - Constructor for class org.logicalcobwebs.cglib.reflect.FastClassEmitter.GetIndexCallback
 
FastConstructor - Class in org.logicalcobwebs.cglib.reflect
 
FastConstructor(FastClass, Constructor) - Constructor for class org.logicalcobwebs.cglib.reflect.FastConstructor
 
FastMember - Class in org.logicalcobwebs.cglib.reflect
 
FastMember(FastClass, Member, int) - Constructor for class org.logicalcobwebs.cglib.reflect.FastMember
 
FastMethod - Class in org.logicalcobwebs.cglib.reflect
 
FastMethod(FastClass, Method) - Constructor for class org.logicalcobwebs.cglib.reflect.FastMethod
 
FASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
fatal(Object) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message and exception with fatal log level.
fatal(Object) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log a message to the Log4j Category with FATAL priority.
fatal(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log an error to the Log4j Category with FATAL priority.
fatal(Object) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log message to LogKit logger with FATAL_ERROR priority.
fatal(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log error to LogKit logger with FATAL_ERROR priority.
fatal(Object) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
fatal(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
fatal(Object) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log an error with fatal log level.
fatal(Object) - Method in interface org.logicalcobwebs.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.logicalcobwebs.logging.Log
Log an error with fatal log level.
FATAL_SQL_EXCEPTION - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
FATAL_SQL_EXCEPTION - Static variable in class org.logicalcobwebs.proxool.TestConstants
SQLException message fragment used to detect fatal exceptions
FATAL_SQL_EXCEPTION_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
FATAL_SQL_EXCEPTION_WRAPPER_CLASS - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
FATAL_SQL_EXCEPTION_WRAPPER_CLASS_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
FATAL_SQL_EXCEPTIONS_DELIMITER - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
FATAL_SQL_STATEMENT - Static variable in class org.logicalcobwebs.proxool.TestConstants
SQL statement that should always fail
fatalError(SAXParseException) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
FatalRuntimeException - Exception in org.logicalcobwebs.proxool
A type of SQLException that has been defined as fatal.
FatalRuntimeException(Exception) - Constructor for exception org.logicalcobwebs.proxool.FatalRuntimeException
 
FatalSQLException - Exception in org.logicalcobwebs.proxool
A type of SQLException that has been defined as fatal.
FatalSQLException(SQLException) - Constructor for exception org.logicalcobwebs.proxool.FatalSQLException
 
FatalSQLException(SQLException, String, String) - Constructor for exception org.logicalcobwebs.proxool.FatalSQLException
 
FatalSqlExceptionHelper - Class in org.logicalcobwebs.proxool
Will wrap up exceptions in another exception which can be defined at runtime.
FatalSqlExceptionHelper() - Constructor for class org.logicalcobwebs.proxool.FatalSqlExceptionHelper
 
fatalSqlExceptions - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
fatalSqlExceptionsAsString - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
A String of all the fatalSqlExceptions delimited by ConnectionPoolDefinitionIF.FATAL_SQL_EXCEPTIONS_DELIMITER
fatalSqlExceptionsAsString - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
A String of all the fatalSqlExceptions delimited by ConnectionPoolDefinitionIF.FATAL_SQL_EXCEPTIONS_DELIMITER
FatalSqlExceptionTest - Class in org.logicalcobwebs.proxool
Test whether ProxyStatement works
FatalSqlExceptionTest(String) - Constructor for class org.logicalcobwebs.proxool.FatalSqlExceptionTest
 
fatalSqlExceptionWrapper - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
fatalSqlExceptionWrapperClass - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
fc - Variable in class org.logicalcobwebs.cglib.reflect.FastMember
 
FCMPG - Static variable in interface org.logicalcobwebs.asm.Constants
 
FCMPL - Static variable in interface org.logicalcobwebs.asm.Constants
 
FCONST(float) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
FCONST_0 - Static variable in interface org.logicalcobwebs.asm.Constants
 
FCONST_1 - Static variable in interface org.logicalcobwebs.asm.Constants
 
FCONST_2 - Static variable in interface org.logicalcobwebs.asm.Constants
 
FDIV - Static variable in interface org.logicalcobwebs.asm.Constants
 
FIELD - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Fieldref constant pool items.
FIELD_NAME - Static variable in class org.logicalcobwebs.cglib.proxy.MixinEmitter
 
fieldCount - Variable in class org.logicalcobwebs.asm.ClassWriter
Number of fields of this class.
fieldInfo - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
FieldInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a field instruction.
FieldInsnNode(int, String, String, String) - Constructor for class org.logicalcobwebs.asm.tree.FieldInsnNode
Constructs a new FieldInsnNode object.
FieldNode - Class in org.logicalcobwebs.asm.tree
A node that represents a field.
FieldNode(int, String, String, Object, Attribute) - Constructor for class org.logicalcobwebs.asm.tree.FieldNode
Constructs a new FieldNode object.
FIELDORMETH_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of field and method invocations instructions.
fields - Variable in class org.logicalcobwebs.asm.ClassWriter
The fields of this class.
fields - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The fields of this class.
filter(Object[], Predicate) - Static method in class org.logicalcobwebs.cglib.core.CollectionUtils
 
filter(Collection, Predicate) - Static method in class org.logicalcobwebs.cglib.core.CollectionUtils
 
filter - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
finalize() - Method in class org.logicalcobwebs.proxool.ProxoolFacade
 
FINALIZE_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
FINALIZE_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
FINALIZE_METHOD - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
find(Class, Signature) - Static method in class org.logicalcobwebs.cglib.proxy.MethodProxy
Return the MethodProxy used when intercepting the method matching the given signature.
FIND_PROXY - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
FIND_PROXY_NAME - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
FIND_PROXY_TYPES - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
findConstructor(String) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
findConstructor(String, ClassLoader) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
findDeclaredMethod(Class, String, Class[]) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
findInterfaceMethod(Class) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
findMethod(String) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
findMethod(String, ClassLoader) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
findNewInstance(Class) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
findPackageProtected(Class[]) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
finished - Variable in class org.logicalcobwebs.dbscript.Commander
 
first - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
firstInstance(Class) - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
firstLocal - Variable in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.State
 
firstMethod - Variable in class org.logicalcobwebs.asm.ClassWriter
The methods of this class.
FIXED_VALUE - Static variable in class org.logicalcobwebs.cglib.proxy.FixedValueGenerator
 
fixedInput - Variable in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
FixedValue - Interface in org.logicalcobwebs.cglib.proxy
Enhancer callback that simply returns the value to return from the proxied method.
FixedValueGenerator - Class in org.logicalcobwebs.cglib.proxy
 
FixedValueGenerator() - Constructor for class org.logicalcobwebs.cglib.proxy.FixedValueGenerator
 
FJTask - Class in org.logicalcobwebs.concurrent
Abstract base class for Fork/Join Tasks.
FJTask() - Constructor for class org.logicalcobwebs.concurrent.FJTask
 
FJTask.Par - Class in org.logicalcobwebs.concurrent
A new Par, when executed, runs the tasks provided in the constructor in parallel using coInvoke(tasks).
FJTask.Par(FJTask[]) - Constructor for class org.logicalcobwebs.concurrent.FJTask.Par
Construct a Seq that, when executed, will process each of the tasks in the tasks array in parallel
FJTask.Par(FJTask, FJTask) - Constructor for class org.logicalcobwebs.concurrent.FJTask.Par
Two-task constructor, for compatibility with previous release.
FJTask.Par2 - Class in org.logicalcobwebs.concurrent
A new Par(task1, task2), when executed, runs task1 and task2 in parallel using coInvoke(task1, task2).
FJTask.Par2(FJTask, FJTask) - Constructor for class org.logicalcobwebs.concurrent.FJTask.Par2
 
FJTask.Seq - Class in org.logicalcobwebs.concurrent
A new Seq, when executed, invokes each task provided in the constructor, in order.
FJTask.Seq(FJTask[]) - Constructor for class org.logicalcobwebs.concurrent.FJTask.Seq
Construct a Seq that, when executed, will process each of the tasks in the tasks array in order
FJTask.Seq(FJTask, FJTask) - Constructor for class org.logicalcobwebs.concurrent.FJTask.Seq
Two-task constructor, for compatibility with previous release.
FJTask.Seq2 - Class in org.logicalcobwebs.concurrent
A new Seq2(task1, task2), when executed, invokes task1 and then task2, in order.
FJTask.Seq2(FJTask, FJTask) - Constructor for class org.logicalcobwebs.concurrent.FJTask.Seq2
 
FJTask.Wrap - Class in org.logicalcobwebs.concurrent
A FJTask that holds a Runnable r, and calls r.run when executed.
FJTask.Wrap(Runnable) - Constructor for class org.logicalcobwebs.concurrent.FJTask.Wrap
 
FJTaskRunner - Class in org.logicalcobwebs.concurrent
Specialized Thread subclass for running FJTasks.
FJTaskRunner(FJTaskRunnerGroup) - Constructor for class org.logicalcobwebs.concurrent.FJTaskRunner
Constructor called only during FJTaskRunnerGroup initialization
FJTaskRunner.VolatileTaskRef - Class in org.logicalcobwebs.concurrent
An object holding a single volatile reference to a FJTask.
FJTaskRunner.VolatileTaskRef() - Constructor for class org.logicalcobwebs.concurrent.FJTaskRunner.VolatileTaskRef
 
FJTaskRunnerGroup - Class in org.logicalcobwebs.concurrent
A stripped down analog of a ThreadGroup used for establishing and managing FJTaskRunner threads.
FJTaskRunnerGroup(int) - Constructor for class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Create a FJTaskRunnerGroup with the indicated number of FJTaskRunner threads.
FJTaskRunnerGroup.InvokableFJTask - Class in org.logicalcobwebs.concurrent
Wrap wait/notify mechanics around a task so that invoke() can wait it out
FJTaskRunnerGroup.InvokableFJTask(Runnable) - Constructor for class org.logicalcobwebs.concurrent.FJTaskRunnerGroup.InvokableFJTask
 
FLOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
FLOAT - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Float constant pool items.
FLOAT - Static variable in class org.logicalcobwebs.asm.Type
The sort of the float type.
FLOAT_TO_INT_BITS - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
FLOAT_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The float type.
FLOAT_VALUE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
floatVal - Variable in class org.logicalcobwebs.asm.Item
Value of this item, for a FLOAT item.
FMUL - Static variable in interface org.logicalcobwebs.asm.Constants
 
FNEG - Static variable in interface org.logicalcobwebs.asm.Constants
 
foo() - Method in class org.logicalcobwebs.cglib.MyConcreteClass
 
FOR_NAME - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
FORCE_EXPIRY - Static variable in class org.logicalcobwebs.proxool.ConnectionPool
 
fork() - Method in class org.logicalcobwebs.concurrent.FJTask
Arrange for execution of a strictly dependent task.
formatBigNumber(long) - Static method in class org.logicalcobwebs.proxool.FormatHelper
Format like ###000000
FormatHelper - Class in org.logicalcobwebs.proxool
Formats things as Strings
FormatHelper() - Constructor for class org.logicalcobwebs.proxool.FormatHelper
 
formatMediumNumber(long) - Static method in class org.logicalcobwebs.proxool.FormatHelper
Format like 0000
formatMilliseconds(int) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Express time in an easy to read HH:mm:ss format
formatSmallNumber(long) - Static method in class org.logicalcobwebs.proxool.FormatHelper
Format like 00
FQCN - Static variable in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
The fully qualified name of the Log4JCategoryLog class.
FREM - Static variable in interface org.logicalcobwebs.asm.Constants
 
FRETURN - Static variable in interface org.logicalcobwebs.asm.Constants
 
fromInternalName(String) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
fromInternalNames(String[]) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
fst - Variable in class org.logicalcobwebs.concurrent.FJTask.Par2
 
fst - Variable in class org.logicalcobwebs.concurrent.FJTask.Seq2
 
FSTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
FSUB - Static variable in interface org.logicalcobwebs.asm.Constants
 
fullUrl - Variable in class org.logicalcobwebs.proxool.ProxoolAdapter
 
FutureResult - Class in org.logicalcobwebs.concurrent
A class maintaining a single reference variable serving as the result of an operation.
FutureResult() - Constructor for class org.logicalcobwebs.concurrent.FutureResult
Create an initially unset FutureResult

G

gcount(int) - Static method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
GE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
generate(ClassGenerator) - Method in class org.logicalcobwebs.cglib.core.DefaultGeneratorStrategy
 
generate(ClassGenerator) - Method in interface org.logicalcobwebs.cglib.core.GeneratorStrategy
 
generate(ClassEmitter, CallbackGenerator.Context) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackGenerator
 
generate(ClassEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.DispatcherGenerator
 
generate(ClassEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.FixedValueGenerator
 
generate(ClassEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
generate(ClassEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.LazyLoaderGenerator
 
generate(ClassEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
generate(ClassEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.NoOpGenerator
 
generateClass(ClassVisitor) - Method in interface org.logicalcobwebs.cglib.core.ClassGenerator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
generateClass(ClassVisitor) - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
generateConstructor(Object[]) - Method in class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
generateFindProxy(ClassEmitter, Map) - Method in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
generateStatic(CodeEmitter, CallbackGenerator.Context) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackGenerator
 
generateStatic(CodeEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.DispatcherGenerator
 
generateStatic(CodeEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.FixedValueGenerator
 
generateStatic(CodeEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
generateStatic(CodeEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.LazyLoaderGenerator
 
generateStatic(CodeEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
generateStatic(CodeEmitter, CallbackGenerator.Context) - Method in class org.logicalcobwebs.cglib.proxy.NoOpGenerator
 
generateSwap(Object[]) - Method in class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
GeneratorStrategy - Interface in org.logicalcobwebs.cglib.core
The GeneratorStrategyget(Item) - Method in class org.logicalcobwebs.asm.ClassWriter
Returns the constant pool's hash table item which is equal to the given item.
get(int) - Method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
get() - Static method in class org.logicalcobwebs.concurrent.DefaultChannelCapacity
Get the default capacity used in default (no-argument) constructor for BoundedChannels that otherwise require a capacity argument.
get() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner.VolatileTaskRef
Return the reference
get() - Method in class org.logicalcobwebs.concurrent.FutureResult
Access the reference, waiting if necessary until it is ready.
get() - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Return the current value
get(int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return the element at the specified position in the list.
get() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
get(List) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
get(int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
get() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
GET_CALLBACK - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
GET_CLASS - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
GET_CLASS_LOADER - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
GET_CONNECTION_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
GET_DECLARED_METHOD - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
GET_DECLARING_CLASS - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
GET_MAX_INDEX - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
GET_META_DATA_METHOD - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
GET_NAME - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
GET_NAME - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
GET_SIGNATURE_WITHOUT_RETURN_TYPE - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
getAccess() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
getAccessName(CallbackGenerator.Context, Method) - Method in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
getActive(FJTaskRunner) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Return active status of t.
getActiveConnectionCount() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getActiveConnectionCount() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
The number of active (busy) connections
getActiveConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPool
You should acquire a read lock if you want this to be accurate (but that might have an impact on the performance of your pool).
getActiveConnectionCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolStatisticsIF
The number of connections currently in use.
getActiveCount() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Return the number of threads that are not idly waiting for work.
getAdmin() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Get the admin for this pool
getAge() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getAge() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The age in millseconds since this connection was built
getAge() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getAgentIds(Properties) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ProxoolJMXHelper
 
getAlias() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getAlias() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The name associated with this connection pool.
getAlias() - Method in class org.logicalcobwebs.proxool.HouseKeeper
Identifies the pool we are sweeping
getAlias() - Method in class org.logicalcobwebs.proxool.Prototyper
The alias of the pool we are prototyping for
getAlias() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getAlias(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Extracts the pool alias from the url: proxool.alias:driver:url -> alias proxool.alias -> alias
getAlias(Connection) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get the alias for the connection pool that served a connection
getAlias() - Method in class org.logicalcobwebs.proxool.WrappedConnection
Get the alias of the connection pool this connection belongs to
getAliases() - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get a list of all the registered pools
getArgumentsAndReturnSizes(String) - Static method in class org.logicalcobwebs.asm.CodeWriter
Computes the size of the arguments and of the return value of a method.
getArgumentTypes(String) - Static method in class org.logicalcobwebs.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class org.logicalcobwebs.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArgumentTypes() - Method in class org.logicalcobwebs.cglib.core.Signature
 
getArray() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Return the array of threads in this group.
getAttribute(String) - Method in class org.logicalcobwebs.logging.impl.Log4jFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute(String) - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute(String) - Method in class org.logicalcobwebs.logging.LogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute(String) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getAttributeDescription(String) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getAttributeNames() - Method in class org.logicalcobwebs.logging.impl.Log4jFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.logicalcobwebs.logging.LogFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributes(String[]) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getAttributes(Configuration) - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
 
getAvailableConnectionCount() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getAvailableConnectionCount() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
The number of available (free) connections
getAvailableConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPool
You should acquire a read lock if you want this to be accurate (but that might have an impact on the performance of your pool).
getAvailableConnectionCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolStatisticsIF
The number of connections that are available for use (doesn't include active connections).
getAverageActiveCount() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getAverageActiveCount() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
The average number of active connections,
getAverageActiveTime() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getAverageActiveTime() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
The average time that each connection spent active.
getBeanGetters(Class) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getBeanProperties(Class) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getBeanSetters(Class) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getBirthDate() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getBirthDate() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
Like ConnectionInfoIF.getBirthTime() but in Date format
getBirthDate() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getBirthTime() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getBirthTime() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The time that this connection was created.
getBirthTime() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getBoxedType(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getCachedFactory(ClassLoader) - Static method in class org.logicalcobwebs.logging.LogFactory
Check cached factories (keyed by classLoader)
getCallback(int) - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Return the Callback implementation at the specified index.
getCallbackField(int) - Static method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
getCallbackKeys() - Method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
getCause() - Method in exception org.logicalcobwebs.cglib.core.CodeGenerationException
 
getCause() - Method in exception org.logicalcobwebs.logging.LogConfigurationException
Return the underlying cause of this exception (if any).
getCause() - Method in exception org.logicalcobwebs.proxool.FatalRuntimeException
 
getCause() - Method in exception org.logicalcobwebs.proxool.FatalSQLException
Same as FatalSQLException.getOriginalSQLException()
getCause(Throwable) - Static method in class org.logicalcobwebs.proxool.FatalSqlExceptionHelper
Tries to drill down into an exception to find its cause.
getCause() - Method in exception org.logicalcobwebs.proxool.ProxoolException
Returns the cause of this exception or null if the cause is nonexistent or unknown.
getChangedInfo() - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
getChangedInfo() - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
getClass(String, ClassLoader) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getClass(String, ClassLoader, String[]) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getClassEmitter() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
getClasses(Object[]) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getClasses(Object[]) - Static method in class org.logicalcobwebs.cglib.proxy.Mixin
 
getClassLoader() - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
getClassName() - Method in class org.logicalcobwebs.asm.Type
Returns the name of the class corresponding to this object type.
getClassName() - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
getClassName(ClassLoader) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
getClassName(ClassReader) - Static method in class org.logicalcobwebs.cglib.core.ClassNameReader
 
getClassName() - Method in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
getClassName(String, String, Object, Predicate) - Method in class org.logicalcobwebs.cglib.core.DefaultNamingPolicy
 
getClassName(String, String, Object, Predicate) - Method in interface org.logicalcobwebs.cglib.core.NamingPolicy
Choose a name for a generated class.
getClassName(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getClassNameCache(ClassLoader) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
getClassNameMethod - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
getClassType() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
getClassWriter() - Method in class org.logicalcobwebs.cglib.core.DefaultGeneratorStrategy
 
getCode() - Method in class org.logicalcobwebs.asm.CodeWriter
Returns the current bytecode of this method.
getCodeEmitter() - Method in class org.logicalcobwebs.cglib.core.Block
 
getCodeSize() - Method in class org.logicalcobwebs.asm.CodeWriter
Returns the current size of the bytecode of this method.
getCommand() - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
getCommands() - Method in class org.logicalcobwebs.dbscript.Script
Get all the commands, in the order in which they were added
getCompleteInfo() - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
getCompleteInfo() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Get all the properties used to define this pool
getCompleteInfo() - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
getCompleteStatistics() - Method in class org.logicalcobwebs.proxool.admin.StatsRoller
 
getCompleteUrl() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getCompleteUrl() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The URL that was used to define this pool.
getComponentType(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getConcreteMethod(Class, Method) - Static method in class org.logicalcobwebs.proxool.proxy.InvokerFacade
Returns the method in the concrete class with an indentical signature to that passed
getConcreteMethod(Method) - Method in class org.logicalcobwebs.proxool.proxy.MethodMapper
Returns the method in the concrete class with an indentical signature to that passed as a parameter
getConnection() - Method in interface org.logicalcobwebs.dbscript.ConnectionAdapterIF
Simply get a connection (using the definitions defined in ConnectionAdapterIF.setup(java.lang.String, java.lang.String, java.util.Properties)
getConnection() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Get a connection from the pool.
getConnection() - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
getConnection() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getConnection(String, String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getConnection() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getConnection() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
The real, delegate connection that we are using
getConnection() - Method in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
We don't want to ask the DatabaseMetaData object for the connection or we will get the delegate instead of the Proxool one.
getConnection() - Method in class org.logicalcobwebs.proxool.SimpoolAdapter
 
getConnectionCount() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getConnectionCount() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
 
getConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getConnectionCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolStatisticsIF
 
getConnectionCount() - Method in class org.logicalcobwebs.proxool.Prototyper
The total number of connections, including those being built right now
getConnectionInfo(long) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getConnectionInfo(long) - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
The details of one connection.
getConnectionInfos() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getConnectionInfos() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
The details of each connection.
getConnectionInfos() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getConnectionInfos(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use snapshot instead.
getConnectionPool() - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
The connection pool we are using
getConnectionPool(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolManager
Get the pool by the alias
getConnectionPool() - Method in class org.logicalcobwebs.proxool.ProxyConnection
The ConnectionPool that this connection belongs to
getConnectionPoolDefinition() - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
getConnectionPoolDefinition(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get the definition of a pool.
getConnectionPoolNames() - Method in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
getConnectionPools() - Method in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
getConnectionPoolStatistics(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use ProxoolFacade.getSnapshot(java.lang.String, boolean)
getConnectionPoolStatisticsDump(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use ProxoolFacade.getSnapshot(java.lang.String, boolean)
getConnectionsRefusedCount() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getConnectionsRefusedCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolStatisticsIF
The number of connections refused.
getConnectionsServedCount() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getConnectionsServedCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolStatisticsIF
The number of connections provided.
getConstructor(Class, Class[]) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getConstructor(Constructor) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getConstructor(Class[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getContextClassLoader() - Static method in class org.logicalcobwebs.logging.LogFactory
Return the thread context class loader if available.
getCount() - Method in class org.logicalcobwebs.asm.Attribute
Returns the length of the attribute list that begins with this attribute.
getCount(ConnectionInfoIF[], int) - Method in class org.logicalcobwebs.proxool.admin.SnapshotTest
 
getCount(ConnectionInfoIF[], int) - Method in class org.logicalcobwebs.proxool.ConnectionInfoTest
 
getCount(ConnectionInfoIF[], int) - Method in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
getDatabaseMetaData() - Method in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
Get the DatabaseMetaData from the connection
getDatabaseMetaData(DatabaseMetaData, Connection) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Create a new DatabaseMetaData from a connection
getDateAsString(Date) - Static method in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
getDateStarted() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getDateStarted() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
When the pool was started
getDateStarted() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getDateStarted() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolStatisticsIF
When this pool was started
getDebugLevel() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Deprecated. use ConnectionPoolDefinition.isVerbose() instead
getDebugLevel() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Deprecated. use ConnectionPoolDefinitionIF.isVerbose() instead
getDeclaringClass() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
getDefaultClassLoader() - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
getDefinition() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getDefinition() - Method in class org.logicalcobwebs.proxool.Prototyper
Utility method
getDefinition() - Method in class org.logicalcobwebs.proxool.ProxyConnection
Get the definition that was used to create this connection
getDefinition() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
 
getDelegateConnection(Connection) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. Just cast the connection that you are given into the driver specific one.
getDelegateConnection(Connection) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Gets the real Connection that we got from the delegate driver.
getDelegateDriver() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getDelegateHashcode() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getDelegateHashcode() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The hashcode (in hex) of the delegate connection object.
getDelegateHashcode() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getDelegateProperties() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getDelegateProperties() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Get all of the properties that are defined on the delegated driver.
getDelegatePropertiesAsString(Properties) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getDelegateProperty(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Get a property
getDelegateProperty(String) - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
getDelegateStatement() - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Gets the real Statement that we got from the delegate driver
getDelegateStatement(Statement) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. Just cast the statement that you are given into the driver specific one.
getDelegateStatement(Statement) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Gets the real Statement that we got from the delegate driver.
getDelegateUrl() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getDelegateUrl() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The URL that this connection is using (the definition might have changed since this connection was built).
getDelegateUrl() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getDescriptor() - Method in class org.logicalcobwebs.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(StringBuffer) - Method in class org.logicalcobwebs.asm.Type
Appends the descriptor corresponding to this Java type to the given string buffer.
getDescriptor(Class) - Static method in class org.logicalcobwebs.asm.Type
Returns the descriptor corresponding to the given Java type.
getDescriptor(StringBuffer, Class) - Static method in class org.logicalcobwebs.asm.Type
Appends the descriptor of the given class to the given string buffer.
getDescriptor() - Method in class org.logicalcobwebs.cglib.core.Signature
 
getDimensions() - Method in class org.logicalcobwebs.asm.Type
Returns the number of dimensions of this array type.
getDirectConnection() - Static method in class org.logicalcobwebs.proxool.TestHelper
 
getDriver() - Method in class org.logicalcobwebs.dbscript.Script
The driver to use
getDriver() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getDriver() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
getDriver() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getDriverUrl() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getDynamicMBeanInfo(String) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getElementName(String, String, String) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
getElementType() - Method in class org.logicalcobwebs.asm.Type
Returns the type of the elements of this array type.
getEnd() - Method in class org.logicalcobwebs.cglib.core.Block
 
getException() - Method in class org.logicalcobwebs.concurrent.FutureResult
Get the exception, or null if there isn't one (yet).
getExceptionCount() - Method in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
getExceptionTypes(Member) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getExceptionTypes() - Method in class org.logicalcobwebs.cglib.reflect.FastConstructor
 
getExceptionTypes() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
getExceptionTypes() - Method in class org.logicalcobwebs.cglib.reflect.FastMethod
 
getFactory() - Static method in class org.logicalcobwebs.logging.LogFactory
Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFast() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Returns true if this list is operating in fast mode.
getFatalSqlExceptions() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getFatalSqlExceptions() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Get the list of fatal SQL exception (Strings) fragments that will trigger the death of a Connection.
getFatalSqlExceptionsAsString() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getFatalSqlExceptionWrapper() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getFatalSqlExceptionWrapper() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
If this is not-null then any fatal SQLException is wrapped up inside an instance of this class.
getFatalSqlExceptionWrapperClass() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
GETFIELD - Static variable in interface org.logicalcobwebs.asm.Constants
 
getfield(String) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
getfield(Type, String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
getFieldInfo(String) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
getFieldName(String) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
getFieldName(int) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
getFieldName(CallbackGenerator.Context, Method) - Method in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
getFieldName(CallbackGenerator.Context, Method) - Method in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
getFieldName(int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
getFilter() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
 
getFJTaskRunner() - Static method in class org.logicalcobwebs.concurrent.FJTask
Return the FJTaskRunner thread running the current FJTask.
getFJTaskRunnerGroup() - Static method in class org.logicalcobwebs.concurrent.FJTask
Return the FJTaskRunnerGroup of the thread running the current FJTask.
getFullUrl() - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
getGenerator(Class) - Static method in class org.logicalcobwebs.cglib.proxy.CallbackUtils
 
getGroup() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Return the FJTaskRunnerGroup of which this thread is a member
getHouseKeeper(String) - Static method in class org.logicalcobwebs.proxool.HouseKeeperController
 
getHouseKeeperToRun() - Static method in class org.logicalcobwebs.proxool.HouseKeeperController
Get the next house keeper that needs to be run
getHouseKeepingSleepTime() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getHouseKeepingSleepTime() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
This is the time the house keeping thread sleeps for between checks.
getHouseKeepingSleepTime() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getHouseKeepingTestSql() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getHouseKeepingTestSql() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The test SQL that we perform to see if a connection is alright.
getHouseKeepingTestSql() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getId() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getId() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
A unique ID for this connection
getId(Connection) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get the connection ID for a connection
getId() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getId() - Method in class org.logicalcobwebs.proxool.WrappedConnection
The ID for the encapsulated ProxyConnection.
getIndex(Method) - Method in interface org.logicalcobwebs.cglib.core.Context
 
getIndex() - Method in class org.logicalcobwebs.cglib.core.Local
 
getIndex(Method) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackGenerator.Context
 
getIndex(String, Class[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
Return the index of the matching method.
getIndex(Class[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
Return the index of the matching constructor.
getIndex(Signature) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getIndex() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
getInfo() - Method in class org.logicalcobwebs.dbscript.Script
Configuration of the Driver
getInitialContextFactory() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInitialContextFactory() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
JNDI property
getInjectableCallableStatememtInterfaceName() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInjectableCallableStatementInterface() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInjectableCallableStatementInterface() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The class name of an interface that should be injected everytime we make a CallableStatement.
getInjectableConnectionInterface() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInjectableConnectionInterface() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The class name of an interface that should be injected everytime we make a Connection.
getInjectableConnectionInterfaceName() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInjectablePreparedStatementInterface() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInjectablePreparedStatementInterface() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The class name of an interface that should be injected everytime we make a PreparedStatement.
getInjectablePreparedStatementInterfaceName() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInjectableStatementInterface() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInjectableStatementInterface() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The class name of an interface that should be injected everytime we make a Statement.
getInjectableStatementInterfaceName() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInstance(Class) - Method in class org.logicalcobwebs.logging.impl.Log4jFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.logicalcobwebs.logging.impl.Log4jFactory
 
getInstance(Class) - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(Class) - Method in class org.logicalcobwebs.logging.LogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.logicalcobwebs.logging.LogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(String) - Static method in class org.logicalcobwebs.logging.LogSource
Deprecated. Get a Log instance by class name
getInstance(Class) - Static method in class org.logicalcobwebs.logging.LogSource
Deprecated. Get a Log instance by class
getInstance() - Static method in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
getInt(String, String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInterface(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getInterfaces(Class[]) - Method in class org.logicalcobwebs.cglib.proxy.MixinBeanEmitter
 
getInterfaces(Class[]) - Method in class org.logicalcobwebs.cglib.proxy.MixinEmitter
 
getInterfaces(Class, ConnectionPoolDefinitionIF) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Get all the interfaces that a class implements.
getInternalName() - Method in class org.logicalcobwebs.asm.Type
Returns the internal name of the class corresponding to this object type.
getInternalName(Class) - Static method in class org.logicalcobwebs.asm.Type
Returns the internal name of the given class.
getIntRange(int) - Static method in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
getInvocationHandler(Object) - Static method in class org.logicalcobwebs.cglib.proxy.Proxy
 
getJavaClass() - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getJavaConstructor() - Method in class org.logicalcobwebs.cglib.reflect.FastConstructor
 
getJavaMethod() - Method in class org.logicalcobwebs.cglib.reflect.FastMethod
 
getJdbcDriverVersion() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getJdbcDriverVersion() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
getJmxAgentId() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getJmxAgentId() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Get a comma separated list of JMX agent ids (as used by MBeanServerFactory.findMBeanServer(String agentId)) to register the pool to.
getJmxAgentId() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getJMXText(String) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getJndiName() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getJndiName() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
JNDI property
getKnownPools(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolManager
Convenient method for outputing a message explaining that a pool couldn't be found and listing the ones that could be found.
getLastSqlCall() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getLastSqlCall() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Get the most recent of all the ConnectionInfoIF.getSqlCalls()
getLevel() - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Get logging level.
getListeners() - Method in class org.logicalcobwebs.proxool.util.AbstractListenerContainer
Get a reference to the array of registered listeners.
getLoad() - Method in class org.logicalcobwebs.dbscript.Command
 
getLoad() - Method in interface org.logicalcobwebs.dbscript.CommandIF
How many "threads" to simulate.
getLock() - Method in class org.logicalcobwebs.concurrent.SynchronizedVariable
Return the lock used for all synchronization for this object
getLog(Class) - Static method in class org.logicalcobwebs.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog(String) - Static method in class org.logicalcobwebs.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getLogConstructor() - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Return the Constructor that can be called to instantiate new Log instances.
getLoginTimeout() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getLogNames() - Static method in class org.logicalcobwebs.logging.LogSource
Deprecated. Returns a String array containing the names of all logs known to me.
getLogWriter() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getLoops() - Method in class org.logicalcobwebs.dbscript.Command
 
getLoops() - Method in interface org.logicalcobwebs.dbscript.CommandIF
The number of loops to perform.
getMajorVersion() - Method in class org.logicalcobwebs.proxool.ProxoolDriver
 
getMajorVersion() - Method in class org.logicalcobwebs.proxool.VirtoolDriver
 
getMark() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getMark() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
Sometimes we want do something to a connection but can't because it is still active and we don't want to disrupt its use.
getMark() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getMaximumActiveTime() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getMaximumActiveTime() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
If the housekeeper comes across a thread that has been active for longer than this then it will kill it.
getMaximumActiveTime() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getMaximumConnectionCount() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getMaximumConnectionCount() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
Get the maximum possible connections (as defined in the definition.
getMaximumConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getMaximumConnectionCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The maximum number of connections to the database
getMaximumConnectionCount() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getMaximumConnectionLifetime() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getMaximumConnectionLifetime() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The maximum amount of time that a connection exists for before it is killed (recycled).
getMaximumConnectionLifetime() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getMaximumNewConnections() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Deprecated. use more descriptive ConnectionPoolDefinition.getSimultaneousBuildThrottle() instead
getMaximumNewConnections() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Deprecated. use more descriptive ConnectionPoolDefinitionIF.getSimultaneousBuildThrottle() instead
getMaxIndex() - Method in class org.logicalcobwebs.cglib.reflect.FastClass
Returns the maximum method index for this class.
getMBeanInfo() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getMethod(Method) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getMethod(String, Class[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getMethod(Object, String) - Static method in class org.logicalcobwebs.proxool.FatalSqlExceptionHelper
 
getMethodDescriptor(Type, Type[]) - Static method in class org.logicalcobwebs.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class org.logicalcobwebs.asm.Type
Returns the descriptor corresponding to the given method.
getMethodNameMethod - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
getMethods() - Method in interface org.logicalcobwebs.cglib.core.Context
 
getMethods() - Method in interface org.logicalcobwebs.cglib.proxy.CallbackGenerator.Context
 
getMethods(Class) - Method in class org.logicalcobwebs.cglib.proxy.MixinBeanEmitter
 
getMethods(Class) - Method in class org.logicalcobwebs.cglib.proxy.MixinEmitter
 
getMinimumConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getMinimumConnectionCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The minimum number of connections we will keep open, regardless of whether anyone needs them or not.
getMinimumConnectionCount() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getMinorVersion() - Method in class org.logicalcobwebs.proxool.ProxoolDriver
 
getMinorVersion() - Method in class org.logicalcobwebs.proxool.VirtoolDriver
 
getModifiers(Method) - Method in interface org.logicalcobwebs.cglib.core.Context
 
getModifiers(Method) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackGenerator.Context
 
getModifiers() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
getName() - Method in class org.logicalcobwebs.cglib.core.Signature
 
getName() - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getName() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
getName() - Method in class org.logicalcobwebs.dbscript.Command
 
getName() - Method in interface org.logicalcobwebs.dbscript.CommandIF
A convenient name to call this command to help logging.
getName() - Method in interface org.logicalcobwebs.dbscript.ConnectionAdapterIF
Convenient name so we can identify this adapter in logs.
getName() - Method in class org.logicalcobwebs.dbscript.Script
So we can recognise this script in the logs
getName() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Deprecated. use ConnectionPoolDefinition.getAlias()
getName() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Deprecated. use ConnectionPoolDefinitionIF.getAlias() instead.
getName() - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
getName() - Method in class org.logicalcobwebs.proxool.SimpoolAdapter
 
getNewOffset(int[], int[], int, int) - Static method in class org.logicalcobwebs.asm.CodeWriter
Computes the future value of a bytecode offset.
getNextStatistics() - Method in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
getNotificationInfo() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getNotificationInfos() - Static method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getNumberOfNotifications() - Method in class org.logicalcobwebs.proxool.util.CompositeTestListener
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getObjectName(String) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ProxoolJMXHelper
Get the prefered JMX object name for a Proxool pool.
getOfflineConnectionCount() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getOfflineConnectionCount() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
The number of offline connections.
getOfflineConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPool
You should acquire a read lock if you want this to be accurate (but that might have an impact on the performance of your pool).
getOfflineConnectionCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolStatisticsIF
The number of connections that are neither active or available.
getOpcode() - Method in class org.logicalcobwebs.asm.tree.AbstractInsnNode
Returns the opcode of this instruction.
getOpcode(int) - Method in class org.logicalcobwebs.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOriginalSQLException() - Method in exception org.logicalcobwebs.proxool.FatalSQLException
Get the SQLException that was detected as being fatal
getOverloadWithoutRefusalLifetime() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getOverloadWithoutRefusalLifetime() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
This is the time in milliseconds after the last time that we refused a connection that we still consider ourselves to be overloaded.
getOverloadWithoutRefusalLifetime() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getPackageName(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getParameterTypes(Object) - Method in interface org.logicalcobwebs.cglib.core.EmitUtils.ParameterTyper
 
getParameterTypes() - Method in class org.logicalcobwebs.cglib.reflect.FastConstructor
 
getParameterTypes() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
getParameterTypes() - Method in class org.logicalcobwebs.cglib.reflect.FastMethod
 
getPassword() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getPassword() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The password to use to login to the database
getPassword() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getPeriod() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getPeriod() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
The length of time this sample represents,
getPoolLog(String) - Method in class org.logicalcobwebs.proxool.DefaultConnectionValidator
 
getProperties() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Deprecated. use less ambiguous ConnectionPoolDefinition.getDelegateProperties() instead
getProperties() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Deprecated. use less ambiguous ConnectionPoolDefinitionIF.getDelegateProperties() instead
getPropertiesHelper(Class, boolean, boolean) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getPropertyInfo(String, Properties) - Method in class org.logicalcobwebs.proxool.ProxoolDriver
 
getPropertyInfo(String, Properties) - Method in class org.logicalcobwebs.proxool.VirtoolDriver
 
getPropertyMethods(PropertyDescriptor[], boolean, boolean) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getPrototypeCount() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getPrototypeCount() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
This is the number of spare connections we will strive to have.
getPrototypeCount() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getPrototyper() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getProviderUrl() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getProviderUrl() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
JNDI property
getProxy(Object, Callback, ConnectionPoolDefinitionIF) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
 
getProxyClass(ClassLoader, Class[]) - Static method in class org.logicalcobwebs.cglib.proxy.Proxy
 
getProxyConnection(int) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Get a ProxyConnection by index
getProxyConnection() - Method in class org.logicalcobwebs.proxool.WrappedConnection
Get the encapsulated proxy connection
getProxyConnections() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Return an array of all the connections
getProxyHashcode() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getProxyHashcode() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The hashcode (in hex) of the ProxyConnection object.
getProxyHashcode() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getReasonForMark() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getReasonForMark() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Why this connection is marked (for instance, if a thread has marked it for expiry then it's nice to know why)
getRecentlyStartedThreshold() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getRecentlyStartedThreshold() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
As long as we have one connection that was started within this threshold then we consider the pool to be up.
getRecentlyStartedThreshold() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getRefusedCount() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getRefusedCount() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
How many connections have been refused since the pool started
getRefusedCount() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getRefusedCount() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
The number of connections refused during this sample.
getRefusedPerSecond() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getRefusedPerSecond() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
The rate at which we have refused connections
getRequester() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getRequester() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The name of the thread that asked for this connection.
getRequester() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getResult() - Method in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
 
getResult() - Method in class org.logicalcobwebs.proxool.ResultMonitor
Wait for the result to happen, or for a timeout
getReturnType(String) - Static method in class org.logicalcobwebs.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class org.logicalcobwebs.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnType() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
getReturnType() - Method in class org.logicalcobwebs.cglib.core.Signature
 
getReturnType() - Method in class org.logicalcobwebs.cglib.reflect.FastMethod
 
getRoute(Object[]) - Static method in class org.logicalcobwebs.cglib.proxy.Mixin
 
getScript() - Method in class org.logicalcobwebs.dbscript.ScriptBuilder
Get the script we just built.
getSecurityAuthentication() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getSecurityAuthentication() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
JNDI property
getSecurityCredentials() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getSecurityCredentials() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
JNDI property
getSecurityPrincipal() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getSecurityPrincipal() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
JNDI property
getServedCount() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getServedCount() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
How many connections have been served since the pool started
getServedCount() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getServedCount() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
The number of connections served during this sample.
getServedPerSecond() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getServedPerSecond() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
The rate at which we have served connections
getSignature() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
getSignature(Member) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
getSignature(Method) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getSignature() - Method in class org.logicalcobwebs.cglib.proxy.MethodProxy
Return the signature of the proxied method.
getSignatureWithoutReturnType(String, Class[]) - Static method in class org.logicalcobwebs.cglib.reflect.FastClass
 
getSimultaneousBuildThrottle() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getSimultaneousBuildThrottle() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
In order to prevent overloading, this is the maximum number of connections that you can have that are in the progress of being made.
getSimultaneousBuildThrottle() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getSize(ClassWriter) - Method in class org.logicalcobwebs.asm.Attribute
Returns the size of all the attributes in this attribute list.
getSize() - Method in class org.logicalcobwebs.asm.CodeWriter
Returns the size of the bytecode of this method.
getSize() - Method in class org.logicalcobwebs.asm.Type
Returns the size of values of this type.
getSnapshot(ConnectionPoolStatisticsIF, ConnectionPoolDefinitionIF, Collection) - Static method in class org.logicalcobwebs.proxool.admin.Admin
Get a new snapshot
getSnapshot() - Method in class org.logicalcobwebs.proxool.admin.SnapshotResultMonitor
Get the snapshot used in the most recent check
getSnapshot(String, boolean) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Gives a snapshot of what the pool is doing
getSnapshot(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Calls getSnapshot using false for the detail parameter.
getSnapshotDate() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
getSnapshotDate() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
The date that this snapshot applies
getSort() - Method in class org.logicalcobwebs.asm.Type
Returns the sort of this Java type.
getSql() - Method in class org.logicalcobwebs.dbscript.Command
 
getSql() - Method in interface org.logicalcobwebs.dbscript.CommandIF
The SQL statement to run
getSqlCalls() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getSqlCalls() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
A log of the last SQL used on this connection.
getSqlCalls() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getStackSize(Type[]) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getStackTraceMethod - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
getStart() - Method in class org.logicalcobwebs.cglib.core.Block
 
getStartDate() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getStartDate() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
When this sample started.
getStatement() - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
The real, delegate statement
getStatement(Statement, ConnectionPool, ProxyConnectionIF, String) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Proxies a statement inside a ProxyStatement.
GETSTATIC - Static variable in interface org.logicalcobwebs.asm.Constants
 
getstatic(Type, String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
getStaticHook() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
getStatistics(String) - Method in class org.logicalcobwebs.proxool.admin.Admin
Returns the most recent sample that has completed its period
getStatistics() - Method in class org.logicalcobwebs.proxool.admin.Admin
 
getStatistics() - Method in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
getStatistics() - Method in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
Get the statistics used in the most recent check
getStatistics() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getStatistics() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
The sample length (in seconds) when taking statistical information, or null to disable statistics.
getStatistics() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getStatistics(String, String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get a particular set of performance statistics for this pool
getStatistics(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get all the lastest performance statistics for this pool
getStatisticsLogLevel() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getStatisticsLogLevel() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Whether statistics are logged as they are produced.
getStatisticsLogLevel() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getStatus() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getStatus() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The status of the connection.
getStatus() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getStatusClass(ConnectionInfoIF) - Static method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
What CSS class to use for a particular connection.
getStatusDescription(int) - Static method in class org.logicalcobwebs.proxool.ConnectionPool
 
getStopDate() - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
getStopDate() - Method in interface org.logicalcobwebs.proxool.admin.StatisticsIF
When this sample stopped
getSuperIndex() - Method in class org.logicalcobwebs.cglib.proxy.MethodProxy
Return the FastClass method index for the method used by MethodProxy.invokeSuper(java.lang.Object, java.lang.Object[]).
getSuperName() - Method in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
getSuperName() - Method in class org.logicalcobwebs.cglib.proxy.MethodProxy
Return the name of the synthetic method created by CGLIB which is used by MethodProxy.invokeSuper(java.lang.Object, java.lang.Object[]) to invoke the superclass (non-intercepted) method implementation.
getSuperType() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
getSwitchKeys(Map) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
getTarget() - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
getTargets() - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
getText() - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Returns the code printed by this code visitor.
getThreadLocal(int) - Static method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
getTimeLastStartActive() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getTimeLastStartActive() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
When this connection was last given out.
getTimeLastStartActive() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getTimeLastStopActive() - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
getTimeLastStopActive() - Method in interface org.logicalcobwebs.proxool.ConnectionInfoIF
When this connection was last given back (or zero if it is still active).
getTimeLastStopActive() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
getTimeOfLastRefusal() - Method in class org.logicalcobwebs.proxool.ConnectionPool
The time (in milliseconds) that we last refused a connection
getTimeSinceLastSweep() - Method in class org.logicalcobwebs.proxool.HouseKeeper
Get the time since the last sweep was completed
getType(String) - Static method in class org.logicalcobwebs.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - Static method in class org.logicalcobwebs.asm.Type
Returns the Java type corresponding to the given class.
getType(char[], int) - Static method in class org.logicalcobwebs.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType() - Method in class org.logicalcobwebs.cglib.core.Local
 
getTypes(Class[]) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getUnboxedType(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
getUndeclaredThrowable() - Method in exception org.logicalcobwebs.cglib.proxy.UndeclaredThrowableException
 
getUniqueName(Method) - Method in interface org.logicalcobwebs.cglib.core.Context
 
getUniqueName(Method) - Method in interface org.logicalcobwebs.cglib.proxy.CallbackGenerator.Context
 
getUpState() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
getUpState() - Method in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
getUrl() - Method in class org.logicalcobwebs.dbscript.Script
The URL to pass to the Driver
getUrl() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getUrl() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
This is the URL used to connect to the database.
getUser() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
getUser() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
getUser() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
getValidIdentifier(String) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ProxoolJMXHelper
Generate a valid JMX identifier attribute name from a Proxool property name.
getValueOrEmpty(String) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
getVersion() - Static method in class org.logicalcobwebs.proxool.Version
 
getWorkingDirectoryUrl() - Static method in class org.logicalcobwebs.proxool.configuration.JAXPConfiguratorTest
 
getWrappedConnection(ProxyConnection) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Wraps up a proxyConnection inside a WrappedConnection and then proxies it as a simple Connection.
getWrappedConnection(Connection) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Get the WrappedConnection behind this proxy connection.
globalSetup() - Static method in class org.logicalcobwebs.proxool.GlobalTest
 
globalTeardown(String) - Static method in class org.logicalcobwebs.proxool.GlobalTest
 
GlobalTest - Class in org.logicalcobwebs.proxool
Provides a suite of all tests.
GlobalTest() - Constructor for class org.logicalcobwebs.proxool.GlobalTest
 
GOTO - Static variable in interface org.logicalcobwebs.asm.Constants
 
goTo(Label) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
group - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
The group of which this FJTaskRunner is a member
GT - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
guessConfig() - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
 

H

h - Variable in class org.logicalcobwebs.cglib.proxy.Proxy
 
handleNotification(Notification, Object) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest.TestNotificationListener
 
handler - Variable in class org.logicalcobwebs.asm.tree.TryCatchBlockNode
Beginning of the exception handler's code.
hash_array(CodeEmitter, Type, int, Customizer) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
HASH_CODE - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
hash_code(CodeEmitter, Type, int, Customizer) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
HASH_CODE - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
HASH_CODE_METHOD - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
hash_long(CodeEmitter) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
hash_object(CodeEmitter, Type, Customizer) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
hash_primitive(CodeEmitter, Type) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
hashCode - Variable in class org.logicalcobwebs.asm.Item
The hash code value of this constant pool item.
hashCode() - Method in class org.logicalcobwebs.asm.Type
 
hashCode() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter.FieldInfo
 
hashCode() - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.IntRef
 
hashCode() - Method in class org.logicalcobwebs.cglib.core.Signature
 
hashCode() - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
hashCode() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
hashCode() - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
hashCode() - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
 
hashCode() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return the hash code value for this list.
hashCode() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
hasNext() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
hasNext() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
hasPrevious() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
hasPrevious() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
head - Variable in class org.logicalcobwebs.asm.CodeWriter
The head of the list of Edge objects used by this CodeWriter.
head_ - Variable in class org.logicalcobwebs.concurrent.LinkedQueue
Dummy header node of list.
header - Variable in class org.logicalcobwebs.asm.ClassReader
Start index of the class header information (access, name...) in b.
helper(ClassLoader, Class) - Static method in class org.logicalcobwebs.cglib.proxy.MethodProxy
 
helper(FastClass, Method) - Static method in class org.logicalcobwebs.cglib.reflect.FastMethod
 
HibernateTest - Class in org.logicalcobwebs.proxool
Tests that we are able to get a connection from Hibernate.
HibernateTest(String) - Constructor for class org.logicalcobwebs.proxool.HibernateTest
 
hook - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
HOUSE_KEEPING_SLEEP_TIME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
HOUSE_KEEPING_SLEEP_TIME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
HOUSE_KEEPING_TEST_SQL - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
HOUSE_KEEPING_TEST_SQL_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
HouseKeeper - Class in org.logicalcobwebs.proxool
Responisble for house keeping one pool
HouseKeeper(ConnectionPool) - Constructor for class org.logicalcobwebs.proxool.HouseKeeper
 
HouseKeeperController - Class in org.logicalcobwebs.proxool
Schedules when to run the house keeper
HouseKeeperController() - Constructor for class org.logicalcobwebs.proxool.HouseKeeperController
 
houseKeeperIndex - Static variable in class org.logicalcobwebs.proxool.HouseKeeperController
 
houseKeeperList - Static variable in class org.logicalcobwebs.proxool.HouseKeeperController
 
houseKeepers - Static variable in class org.logicalcobwebs.proxool.HouseKeeperController
 
HouseKeeperTest - Class in org.logicalcobwebs.proxool
Test the house keeper in ConnectionPool
HouseKeeperTest(String) - Constructor for class org.logicalcobwebs.proxool.HouseKeeperTest
 
HouseKeeperThread - Class in org.logicalcobwebs.proxool
Responsible for running sweep
HouseKeeperThread(String) - Constructor for class org.logicalcobwebs.proxool.HouseKeeperThread
 
houseKeeperThreads - Static variable in class org.logicalcobwebs.proxool.HouseKeeperController
 
houseKeepingSleepTime - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
houseKeepingSleepTime - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
houseKeepingTestSql - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
houseKeepingTestSql - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
HsqlConnectionIF - Interface in org.logicalcobwebs.proxool
Supports InjectableInterfaceTest
HsqlPreparedStatementIF - Interface in org.logicalcobwebs.proxool
Supports InjectableInterfaceTest
HsqlStatementIF - Interface in org.logicalcobwebs.proxool
Supports InjectableInterfaceTest
HYPERSONIC_DRIVER - Static variable in class org.logicalcobwebs.proxool.TestConstants
JDBC driver class
HYPERSONIC_PASSWORD - Static variable in class org.logicalcobwebs.proxool.TestConstants
Connection credentials
HYPERSONIC_TEST_SQL - Static variable in class org.logicalcobwebs.proxool.TestConstants
SQL statement that should always succeed
HYPERSONIC_TEST_SQL_2 - Static variable in class org.logicalcobwebs.proxool.TestConstants
SQL statement that should always succeed
HYPERSONIC_TEST_URL - Static variable in class org.logicalcobwebs.proxool.TestConstants
URL to a first test database.
HYPERSONIC_TEST_URL2 - Static variable in class org.logicalcobwebs.proxool.TestConstants
URL to a second test database
HYPERSONIC_URL_PREFIX - Static variable in class org.logicalcobwebs.proxool.TestConstants
URL connection base (without database)
HYPERSONIC_USER - Static variable in class org.logicalcobwebs.proxool.TestConstants
Connection credentials
HypersonicTest - Class in org.logicalcobwebs.proxool
Very basic test to see if Hypersonic test database is working
HypersonicTest(String) - Constructor for class org.logicalcobwebs.proxool.HypersonicTest
 

I

i1 - Variable in class org.logicalcobwebs.cglib.proxy.MethodProxy
 
i2 - Variable in class org.logicalcobwebs.cglib.proxy.MethodProxy
 
I2B - Static variable in interface org.logicalcobwebs.asm.Constants
 
I2C - Static variable in interface org.logicalcobwebs.asm.Constants
 
I2D - Static variable in interface org.logicalcobwebs.asm.Constants
 
I2F - Static variable in interface org.logicalcobwebs.asm.Constants
 
I2L - Static variable in interface org.logicalcobwebs.asm.Constants
 
I2S - Static variable in interface org.logicalcobwebs.asm.Constants
 
IADD - Static variable in interface org.logicalcobwebs.asm.Constants
 
IALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
IAND - Static variable in interface org.logicalcobwebs.asm.Constants
 
IASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
ICONST(int) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
ICONST_0 - Static variable in interface org.logicalcobwebs.asm.Constants
 
ICONST_1 - Static variable in interface org.logicalcobwebs.asm.Constants
 
ICONST_2 - Static variable in interface org.logicalcobwebs.asm.Constants
 
ICONST_3 - Static variable in interface org.logicalcobwebs.asm.Constants
 
ICONST_4 - Static variable in interface org.logicalcobwebs.asm.Constants
 
ICONST_5 - Static variable in interface org.logicalcobwebs.asm.Constants
 
ICONST_M1 - Static variable in interface org.logicalcobwebs.asm.Constants
 
id - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
id - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
id - Variable in class org.logicalcobwebs.proxool.WrappedConnection
 
idFormat - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
IDIV - Static variable in interface org.logicalcobwebs.asm.Constants
 
IF_ACMPEQ - Static variable in interface org.logicalcobwebs.asm.Constants
 
IF_ACMPNE - Static variable in interface org.logicalcobwebs.asm.Constants
 
if_cmp(Type, int, Label) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
if_icmp(int, Label) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
IF_ICMPEQ - Static variable in interface org.logicalcobwebs.asm.Constants
 
IF_ICMPGE - Static variable in interface org.logicalcobwebs.asm.Constants
 
IF_ICMPGT - Static variable in interface org.logicalcobwebs.asm.Constants
 
IF_ICMPLE - Static variable in interface org.logicalcobwebs.asm.Constants
 
IF_ICMPLT - Static variable in interface org.logicalcobwebs.asm.Constants
 
IF_ICMPNE - Static variable in interface org.logicalcobwebs.asm.Constants
 
if_jump(int, Label) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
iface - Variable in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
iface - Variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
iface - Variable in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
IFEQ - Static variable in interface org.logicalcobwebs.asm.Constants
 
IFGE - Static variable in interface org.logicalcobwebs.asm.Constants
 
IFGT - Static variable in interface org.logicalcobwebs.asm.Constants
 
IFLE - Static variable in interface org.logicalcobwebs.asm.Constants
 
IFLT - Static variable in interface org.logicalcobwebs.asm.Constants
 
IFNE - Static variable in interface org.logicalcobwebs.asm.Constants
 
IFNONNULL - Static variable in interface org.logicalcobwebs.asm.Constants
 
ifnonnull(Label) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
IFNULL - Static variable in interface org.logicalcobwebs.asm.Constants
 
ifnull(Label) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
IINC - Static variable in interface org.logicalcobwebs.asm.Constants
 
iinc(Local, int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
IINC_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the IINC instruction.
IincInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents an IINC instruction.
IincInsnNode(int, int) - Constructor for class org.logicalcobwebs.asm.tree.IincInsnNode
Constructs a new IincInsnNode node.
ILLEGAL_ARGUMENT_EXCEPTION - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
ILLEGAL_ARGUMENT_EXCEPTION - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
ILLEGAL_STATE_EXCEPTION - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
ILOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
IMETH - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_InterfaceMethodref constant pool items.
IMPLVAR_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions with an implicit local variable index label.
IMUL - Static variable in interface org.logicalcobwebs.asm.Constants
 
incr - Variable in class org.logicalcobwebs.asm.tree.IincInsnNode
Amount to increment the local variable by.
increment() - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Increment the value.
index - Variable in class org.logicalcobwebs.asm.ClassWriter
Index of the next item to be added in the constant pool.
index - Variable in class org.logicalcobwebs.asm.Item
Index of this item in the constant pool.
index - Variable in class org.logicalcobwebs.asm.tree.LocalVariableNode
The local variable's index.
index - Variable in class org.logicalcobwebs.cglib.core.Local
 
index - Variable in class org.logicalcobwebs.cglib.reflect.FastMember
 
index - Variable in class org.logicalcobwebs.proxool.SimpoolAdapter
 
indexes - Variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter.GetIndexCallback
 
indexOf(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Search for the first occurrence of the given argument, testing for equality using the equals() method, and return the corresponding index, or -1 if the object is not found.
indexOf(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
INEG - Static variable in interface org.logicalcobwebs.asm.Constants
 
info - Variable in class org.logicalcobwebs.dbscript.Script
 
info(Object) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message with info log level.
info(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message and exception with info log level.
info(Object) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log a message to the Log4j Category with INFO priority.
info(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log an error to the Log4j Category with INFO priority.
info(Object) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log message to LogKit logger with INFO priority.
info(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log error to LogKit logger with INFO priority.
info(Object) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
info(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
info(Object) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log a message with info log level.
info(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log an error with info log level.
info(Object) - Method in interface org.logicalcobwebs.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface org.logicalcobwebs.logging.Log
Log an error with info log level.
init(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.asm.CodeWriter
Initializes this CodeWriter to define the bytecode of the specified method.
init() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
init(ServletConfig) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
init(ServletConfig) - Method in class org.logicalcobwebs.proxool.configuration.ServletConfigurator
 
init() - Static method in class org.logicalcobwebs.proxool.ShutdownHook
 
initCause(Throwable) - Method in exception org.logicalcobwebs.proxool.ProxoolException
Initializes the cause of this exception to the specified value.
INITIAL_CAPACITY - Static variable in class org.logicalcobwebs.concurrent.FJTaskRunner
FJTasks are held in an array-based DEQ with INITIAL_CAPACITY elements.
INITIAL_DEFAULT_CAPACITY - Static variable in class org.logicalcobwebs.concurrent.DefaultChannelCapacity
The initial value of the default capacity is 1024
initialContextFactory - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
initialise(Connection) - Method in class org.logicalcobwebs.proxool.ConnectionResetter
This gets called every time we make a Connection.
initialiseConnectionResetter(Connection) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Initialises the ConnectionResetter.
initialised - Variable in class org.logicalcobwebs.proxool.ConnectionResetter
 
initialised - Static variable in class org.logicalcobwebs.proxool.GlobalTest
 
initialize() - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
 
initializeAvalon(String, String) - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfiguratorTest
 
initialized - Static variable in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
 
initializeThreads() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Create all FJTaskRunner threads in this group.
initTestConstants() - Static method in class org.logicalcobwebs.proxool.GlobalTest
 
initTestConstants(String) - Static method in class org.logicalcobwebs.proxool.GlobalTest
 
initTime - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
The time at which this ThreadRunnerGroup was constructed
INJECTABLE_CALLABLE_STATEMENT_INTERFACE_NAME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
INJECTABLE_CALLABLE_STATEMENT_INTERFACE_NAME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
INJECTABLE_CONNECTION_INTERFACE_NAME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
INJECTABLE_CONNECTION_INTERFACE_NAME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
INJECTABLE_PREPARED_STATEMENT_INTERFACE_NAME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
INJECTABLE_PREPARED_STATEMENT_INTERFACE_NAME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
INJECTABLE_STATEMENT_INTERFACE_NAME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
INJECTABLE_STATEMENT_INTERFACE_NAME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
injectableCallableStatementInterface - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
injectableConnectionInterface - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
InjectableInterfaceTest - Class in org.logicalcobwebs.proxool
Tests whether we can inject a new interface into one of the proxy objects
InjectableInterfaceTest(String) - Constructor for class org.logicalcobwebs.proxool.InjectableInterfaceTest
 
injectablePreparedStatementInterface - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
injectableStatementInterface - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
innerClasses - Variable in class org.logicalcobwebs.asm.ClassWriter
The InnerClasses attribute.
innerClasses - Variable in class org.logicalcobwebs.asm.tree.ClassNode
Informations about the inner classes of this class.
innerClassesCount - Variable in class org.logicalcobwebs.asm.ClassWriter
The number of entries in the InnerClasses attribute.
InnerClassNode - Class in org.logicalcobwebs.asm.tree
A node that represents an inner class.
InnerClassNode(String, String, String, int) - Constructor for class org.logicalcobwebs.asm.tree.InnerClassNode
Constructs a new InnerClassNode object.
innerName - Variable in class org.logicalcobwebs.asm.tree.InnerClassNode
The (simple) name of the inner class inside its enclosing class.
insert(Object) - Method in class org.logicalcobwebs.concurrent.LinkedQueue
Main mechanics for put/offer
insertionSort(int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
inside - Variable in class org.logicalcobwebs.cglib.core.EmitUtils.ArrayDelimiters
 
insideDelegateProperties - Variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
insideProxool - Variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
InsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a zero operand instruction.
InsnNode(int) - Constructor for class org.logicalcobwebs.asm.tree.InsnNode
Constructs a new InsnNode object.
INSTANCE - Static variable in class org.logicalcobwebs.cglib.core.DefaultGeneratorStrategy
 
INSTANCE - Static variable in class org.logicalcobwebs.cglib.core.DefaultNamingPolicy
 
INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.DispatcherGenerator
 
INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.FixedValueGenerator
 
INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.LazyLoaderGenerator
 
INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
INSTANCE - Static variable in interface org.logicalcobwebs.cglib.proxy.NoOp
A thread-safe singleton instance of the NoOp callback.
INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.NoOpGenerator
 
instance_of(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
instance_of_this() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
INSTANCEOF - Static variable in interface org.logicalcobwebs.asm.Constants
 
instances - Variable in class org.logicalcobwebs.logging.impl.Log4jFactory
 
instances - Variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The Log instances that have already been created, keyed by logger name.
instructions - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The instructions of this method.
INT - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Integer constant pool items.
INT - Static variable in class org.logicalcobwebs.asm.Type
The sort of the int type.
INT_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The int type.
INT_VALUE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
INT_VALUE - Static variable in class org.logicalcobwebs.cglib.util.StringSwitcher
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.logicalcobwebs.cglib.MyProxy
 
intercept(Object, Method, Object[], MethodProxy) - Method in interface org.logicalcobwebs.cglib.proxy.MethodInterceptor
All generated proxied methods call this method instead of the original method.
INTERCEPT - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.logicalcobwebs.proxool.ProxyStatement
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.logicalcobwebs.proxool.WrappedConnection
Delegates to invoke
interfaceCount - Variable in class org.logicalcobwebs.asm.ClassWriter
Number of interfaces implemented or extended by this class or interface.
interfaceMap - Static variable in class org.logicalcobwebs.proxool.ProxyFactory
 
interfaces - Variable in class org.logicalcobwebs.asm.ClassWriter
The interfaces implemented or extended by this class or interface.
interfaces - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The internal names of the class's interfaces (see getInternalName).
interfaces - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
interruptAll() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Try to shut down all FJTaskRunner threads in this group by interrupting them all.
IntInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents an instruction with a single int operand.
IntInsnNode(int, int) - Constructor for class org.logicalcobwebs.asm.tree.IntInsnNode
Constructs a new IntInsnNode object.
ints - Variable in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
intVal - Variable in class org.logicalcobwebs.asm.Item
Value of this item, for a INT item.
intValue(String) - Method in class org.logicalcobwebs.cglib.util.StringSwitcher
Return the integer associated with the given key.
INVOCATION_HANDLER - Static variable in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
INVOCATION_TARGET_EXCEPTION - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
INVOCATION_TARGET_EXCEPTION_ARRAY - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
InvocationHandler - Interface in org.logicalcobwebs.cglib.proxy
InvocationHandler replacement (unavailable under JDK 1.2).
InvocationHandlerGenerator - Class in org.logicalcobwebs.cglib.proxy
 
InvocationHandlerGenerator() - Constructor for class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
invoke(Method) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke(Object, Method, Object[]) - Method in interface org.logicalcobwebs.cglib.proxy.InvocationHandler
 
INVOKE - Static variable in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
invoke(Object, Object[]) - Method in class org.logicalcobwebs.cglib.proxy.MethodProxy
Invoke the original method, on a different object of the same type.
invoke(String, Class[], Object, Object[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
invoke(int, Object, Object[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
Invoke the method with the specified index.
INVOKE - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
invoke(Object, Object[]) - Method in class org.logicalcobwebs.cglib.reflect.FastMethod
 
invoke(FJTask) - Static method in class org.logicalcobwebs.concurrent.FJTask
Immediately execute task t by calling its run method.
invoke(Runnable) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Start a task and wait it out.
invoke(String, Object[], String[]) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
invoke(Object, Method, Object[]) - Method in class org.logicalcobwebs.proxool.ProxyStatement
 
invoke(Object, Method, Object[]) - Method in class org.logicalcobwebs.proxool.WrappedConnection
Delegates all operations to the encapsulated ProxyConnection except for: close() equals() hashCode() isClosed() getMetaData() finalize() It also spots mutators and remembers that the property has been changed so that it can be reset.
invoke_constructor(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_constructor(Type, Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_constructor_this() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_constructor_this(Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_interface(Type, Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_static(Type, Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_static_this(Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_virtual(Type, Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
invoke_virtual_this(Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
INVOKEINTERFACE - Static variable in interface org.logicalcobwebs.asm.Constants
 
InvokerFacade - Class in org.logicalcobwebs.proxool.proxy
Invokes a method using a cached method.
InvokerFacade() - Constructor for class org.logicalcobwebs.proxool.proxy.InvokerFacade
 
INVOKESPECIAL - Static variable in interface org.logicalcobwebs.asm.Constants
 
INVOKESTATIC - Static variable in interface org.logicalcobwebs.asm.Constants
 
invokeSuper(Object, Object[]) - Method in class org.logicalcobwebs.cglib.proxy.MethodProxy
Invoke the original (super) method on the specified object.
invokeSwitchHelper(CodeEmitter, Object[], int) - Static method in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
INVOKEVIRTUAL - Static variable in interface org.logicalcobwebs.asm.Constants
 
IOR - Static variable in interface org.logicalcobwebs.asm.Constants
 
IREM - Static variable in interface org.logicalcobwebs.asm.Constants
 
IRETURN - Static variable in interface org.logicalcobwebs.asm.Constants
 
IS_CLOSED_METHOD - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
isAbstract(int) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
isActive() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
isActive() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
 
isArray(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
isAvailable() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
isAvailable() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
 
isChanged(String, String) - Static method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
isClosed() - Method in class org.logicalcobwebs.proxool.ProxyConnection
Whether this connection is available.
isConfiguredForJMX(Properties) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Get wether the given pool properties contains configuration for JMX instrumentation of the pool.
isConnectionListenedTo() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Is there a listener for connections
isConnectionPoolUp() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Is the pool up?
isCurrent() - Method in class org.logicalcobwebs.proxool.admin.StatsRoller
 
isDebugEnabled() - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Is debug logging currently enabled?
isDebugEnabled() - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Check whether the Log4j Category used is enabled for DEBUG priority.
isDebugEnabled() - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority DEBUG.
isDebugEnabled() - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Debug is never enabled.
isDebugEnabled() - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Are debug messages currently enabled?
isDebugEnabled() - Method in interface org.logicalcobwebs.logging.Log
Is debug logging currently enabled?
isDetail() - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
isDetail() - Method in interface org.logicalcobwebs.proxool.admin.SnapshotIF
Whether we have requested detailed information about each connection
isDisparityNoticed() - Method in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
isDone() - Method in class org.logicalcobwebs.concurrent.FJTask
Return true if current task has terminated or been cancelled.
isEmpty() - Method in class org.logicalcobwebs.concurrent.LinkedQueue
 
isEmpty() - Method in class org.logicalcobwebs.proxool.util.AbstractListenerContainer
 
isEmpty() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Test if this list has no elements.
isEmpty() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
isEmpty() - Method in interface org.logicalcobwebs.proxool.util.ListenerContainerIF
Get wether this container is empty or not.
isEqual(String, Properties) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Returns true if redefining the pool using these parameters would not change the definition.
isEqualProperties(String, String) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
isEqualTo(Item) - Method in class org.logicalcobwebs.asm.Item
Indicates if the given item is equal to this one.
isErrorEnabled() - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Is error logging currently enabled?
isErrorEnabled() - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Check whether the Log4j Category used is enabled for ERROR priority.
isErrorEnabled() - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority ERROR.
isErrorEnabled() - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Error is never enabled.
isErrorEnabled() - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Are error messages currently enabled?
isErrorEnabled() - Method in interface org.logicalcobwebs.logging.Log
Is error logging currently enabled?
isFatalEnabled() - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Is fatal logging currently enabled?
isFatalEnabled() - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Check whether the Log4j Category used is enabled for FATAL priority.
isFatalEnabled() - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority FATAL_ERROR.
isFatalEnabled() - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Fatal is never enabled.
isFatalEnabled() - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Are fatal messages currently enabled?
isFatalEnabled() - Method in interface org.logicalcobwebs.logging.Log
Is fatal logging currently enabled?
isFieldDeclared(String) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
isFinished() - Method in class org.logicalcobwebs.dbscript.Commander
Is the thread running
ISHL - Static variable in interface org.logicalcobwebs.asm.Constants
 
ISHR - Static variable in interface org.logicalcobwebs.asm.Constants
 
isIgnoreException() - Method in class org.logicalcobwebs.dbscript.Command
 
isIgnoreException() - Method in interface org.logicalcobwebs.dbscript.CommandIF
If true then errors that occur during this command are ignored silently and do not stop the script running.
isInfoEnabled() - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Is info logging currently enabled?
isInfoEnabled() - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Check whether the Log4j Category used is enabled for INFO priority.
isInfoEnabled() - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority INFO.
isInfoEnabled() - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Info is never enabled.
isInfoEnabled() - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Are info messages currently enabled?
isInfoEnabled() - Method in interface org.logicalcobwebs.logging.Log
Is info logging currently enabled?
isInterface(int) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
isJdk14Available() - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Is JDK 1.4 or later logging available?
isJmx() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
isJmx() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Indicate wether this pool should be registered with JMX or not.
isJmx() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
isKeepSweeping() - Static method in class org.logicalcobwebs.proxool.PrototyperController
 
isLevelEnabled(int) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Is the given log level currently enabled?
isLocked() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
isLog4JAvailable() - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Is a Log4J implementation available?
isLogException() - Method in class org.logicalcobwebs.dbscript.Command
 
isLogException() - Method in interface org.logicalcobwebs.dbscript.CommandIF
If true then errors that occur during this command are logged as debug messages but do not stop the script running.
isLoggable(Object) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
isLoggableMethod - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
isMarkedForExpiry() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
isMarkedForExpiry() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Whether this connection is due for expiry
isNull() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
isNull() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
 
isOffline() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
isOffline() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
 
isOpen - Variable in class org.logicalcobwebs.proxool.configuration.LogKitTargetAdapter
 
isOpen() - Method in class org.logicalcobwebs.proxool.configuration.LogKitTargetAdapter
 
isPoolExists(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolManager
Whether the pool is already registered
isPrimitive(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
isProxyClass(Class) - Static method in class org.logicalcobwebs.cglib.proxy.Proxy
 
isReady() - Method in class org.logicalcobwebs.concurrent.FutureResult
Return whether the reference or exception have been set.
isReallyClosed() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
isReallyClosed() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Find out if the delegated connection is close.
isRunning() - Method in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
isRunning() - Method in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
isSomethingHappened() - Method in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
isSorted(int[]) - Static method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
isStatic(int) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
isStaticHook() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
isSweepDue() - Method in class org.logicalcobwebs.proxool.HouseKeeper
Should we sleep
isSweepNeeded() - Method in class org.logicalcobwebs.proxool.Prototyper
 
isTestAfterUse() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
isTestAfterUse() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Whether we test each connection after it is closed (that is, returned to the pool)
isTestAfterUse() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
isTestBeforeUse() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
isTestBeforeUse() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
Whether we test each connection before it is served
isTestBeforeUse() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
ISTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
isTrace() - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
isTrace() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
isTrace() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
if this is true then we will log each execution.
isTrace() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
isTraceEnabled() - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Is tace logging currently enabled?
isTraceEnabled() - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Check whether the Log4j Category used is enabled for TRACE priority.
isTraceEnabled() - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority DEBUG.
isTraceEnabled() - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Trace is never enabled.
isTraceEnabled() - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Are trace messages currently enabled?
isTraceEnabled() - Method in interface org.logicalcobwebs.logging.Log
Is trace logging currently enabled?
isTriggerResetException() - Static method in class org.logicalcobwebs.proxool.ConnectionResetter
 
ISUB - Static variable in interface org.logicalcobwebs.asm.Constants
 
isUpdateReceived() - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
isVerbose() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
isVerbose() - Method in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
If this is true then we start logging a lot of stuff everytime we serve a connection and everytime the house keeper and prototyper run.
isVerbose() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
isWarnEnabled() - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Is warning logging currently enabled?
isWarnEnabled() - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Check whether the Log4j Category used is enabled for WARN priority.
isWarnEnabled() - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority WARN.
isWarnEnabled() - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Warning is never enabled.
isWarnEnabled() - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Are warn messages currently enabled?
isWarnEnabled() - Method in interface org.logicalcobwebs.logging.Log
Is warning logging currently enabled?
Item - Class in org.logicalcobwebs.asm
A constant pool item.
Item() - Constructor for class org.logicalcobwebs.asm.Item
Constructs an uninitialized Item object.
Item(short, Item) - Constructor for class org.logicalcobwebs.asm.Item
Constructs a copy of the given item.
items - Variable in class org.logicalcobwebs.asm.ClassReader
The start index of each constant pool item in b, plus one.
iter - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
iter - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
iterator() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
ITFMETH_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the INVOKEINTERFACE instruction.
IUSHR - Static variable in interface org.logicalcobwebs.asm.Constants
 
IXOR - Static variable in interface org.logicalcobwebs.asm.Constants
 

J

JAXPConfigurator - Class in org.logicalcobwebs.proxool.configuration
Configurator that uses JAXP to get a parser for Proxool configuration xml.
JAXPConfigurator() - Constructor for class org.logicalcobwebs.proxool.configuration.JAXPConfigurator
 
JAXPConfiguratorTest - Class in org.logicalcobwebs.proxool.configuration
Tests that the JAXPConfgiuration works in various scenarios.
JAXPConfiguratorTest(String) - Constructor for class org.logicalcobwebs.proxool.configuration.JAXPConfiguratorTest
 
jdbcCompliant() - Method in class org.logicalcobwebs.proxool.ProxoolDriver
 
jdbcCompliant() - Method in class org.logicalcobwebs.proxool.VirtoolDriver
 
jdk14IsAvailable - Static variable in class org.logicalcobwebs.logging.LogSource
Deprecated. Is JD 1.4 logging available
Jdk14Logger - Class in org.logicalcobwebs.logging.impl
Implementation of the org.logicalcobwebs.logging.Log interfaces that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.4).
Jdk14Logger(String) - Constructor for class org.logicalcobwebs.logging.impl.Jdk14Logger
Construct a named instance of this Logger.
Jdk14LoggerTest - Class in org.logicalcobwebs.logging
Test Jdk14Logger
Jdk14LoggerTest(String) - Constructor for class org.logicalcobwebs.logging.Jdk14LoggerTest
 
jmx - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
JMX - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Configuration attribute used to indicate that a pool should be registered with JMX.
jmx - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
JMX - Static variable in interface org.logicalcobwebs.proxool.resources.ResourceNamesIF
Name of the jmx resource.
JMX_AGENT_ID - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Configuration attribute for a list of jmx agent ids to register a ConnectionPoolMBean to.
JMX_AGENT_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
"proxool." prefixed version of ProxoolConstants.JMX_AGENT_ID.
JMX_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
"proxool." prefixed version of ProxoolConstants.JMX.
JMX_RESOURCE - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
jmxAgentId - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
jmxAgentId - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
JNDI_NAME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
JNDI_NAME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
JNDI_PROPERTY_PREFIX - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Prefix for generic JNDI properties.
jndiName - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
join() - Method in class org.logicalcobwebs.concurrent.FJTask
Yield until this task isDone.
JSR - Static variable in interface org.logicalcobwebs.asm.Constants
 
JumpInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a jump instruction.
JumpInsnNode(int, Label) - Constructor for class org.logicalcobwebs.asm.tree.JumpInsnNode
Constructs a new JumpInsnNode object.

K

keepSweeping - Static variable in class org.logicalcobwebs.proxool.PrototyperController
 
key - Variable in class org.logicalcobwebs.asm.ClassWriter
A reusable key used to look for items in the hash table.
key - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
key - Variable in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.IntRef
 
key2 - Variable in class org.logicalcobwebs.asm.ClassWriter
A reusable key used to look for items in the hash table.
key3 - Variable in class org.logicalcobwebs.asm.ClassWriter
A reusable key used to look for items in the hash table.
KEY_FACTORY - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
KEY_FACTORY - Static variable in class org.logicalcobwebs.cglib.core.MethodWrapper
 
KEY_FACTORY - Static variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
KEY_FACTORY - Static variable in class org.logicalcobwebs.cglib.proxy.Mixin
 
KEY_FACTORY - Static variable in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate
 
KEY_FACTORY - Static variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
KEY_FACTORY - Static variable in class org.logicalcobwebs.cglib.util.StringSwitcher
 
KeyFactory - Class in org.logicalcobwebs.cglib.core
Generates classes to handle multi-valued keys, for use in things such as Maps and Sets.
KeyFactory() - Constructor for class org.logicalcobwebs.cglib.core.KeyFactory
 
KeyFactory.Generator - Class in org.logicalcobwebs.cglib.core
 
KeyFactory.Generator() - Constructor for class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
keyInterface - Variable in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
keys - Variable in class org.logicalcobwebs.asm.tree.LookupSwitchInsnNode
The values of the keys.
killAllConnections(String, boolean) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use alternative to provide better auditing in log
killAllConnections(String, String, boolean) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Kill all connections in a pool.
killAllConnections(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use alternative to provide better auditing in log
killAllConnections(String, String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Like ProxoolFacade.killAllConnections(java.lang.String, boolean) but defaults to merciful.
killConnecton(String, long, boolean) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Kill a single connection
killConnecton(Connection, boolean) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Kill a single connection
KillTest - Class in org.logicalcobwebs.proxool
Tests whether we can kill connections when we want to
KillTest(String) - Constructor for class org.logicalcobwebs.proxool.KillTest
 

L

L2D - Static variable in interface org.logicalcobwebs.asm.Constants
 
L2F - Static variable in interface org.logicalcobwebs.asm.Constants
 
L2I - Static variable in interface org.logicalcobwebs.asm.Constants
 
Label - Class in org.logicalcobwebs.asm
A label represents a position in the bytecode of a method.
Label() - Constructor for class org.logicalcobwebs.asm.Label
Constructs a new label.
label - Variable in class org.logicalcobwebs.asm.tree.JumpInsnNode
The operand of this instruction.
LABEL_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions with a 2 bytes bytecode offset label.
labelNames - Variable in class org.logicalcobwebs.asm.util.DumpCodeVisitor
The label names.
labelNames - Variable in class org.logicalcobwebs.asm.util.TraceCodeVisitor
The label names.
labels - Variable in class org.logicalcobwebs.asm.tree.LookupSwitchInsnNode
Beginnings of the handler blocks.
labels - Variable in class org.logicalcobwebs.asm.tree.TableSwitchInsnNode
Beginnings of the handler blocks.
labels - Variable in class org.logicalcobwebs.asm.util.CheckCodeAdapter
The already visited labels.
LABELW_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions with a 4 bytes bytecode offset label.
LADD - Static variable in interface org.logicalcobwebs.asm.Constants
 
LALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
LAND - Static variable in interface org.logicalcobwebs.asm.Constants
 
last - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
last_ - Variable in class org.logicalcobwebs.concurrent.LinkedQueue
The last node of list.
lastIndexOf(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Search for the last occurrence of the given argument, testing for equality using the equals() method, and return the corresponding index, or -1 if the object is not found.
lastIndexOf(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
lastMethod - Variable in class org.logicalcobwebs.asm.ClassWriter
The methods of this class.
LASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
lastReturnedIndex - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
lastReturnedIndex - Variable in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
LAYOUT - Static variable in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
 
LAZY_LOADER - Static variable in class org.logicalcobwebs.cglib.proxy.LazyLoaderGenerator
 
LazyLoader - Interface in org.logicalcobwebs.cglib.proxy
Lazy-loading Enhancer callback.
LazyLoaderGenerator - Class in org.logicalcobwebs.cglib.proxy
 
LazyLoaderGenerator() - Constructor for class org.logicalcobwebs.cglib.proxy.LazyLoaderGenerator
 
LCMP - Static variable in interface org.logicalcobwebs.asm.Constants
 
LCONST(long) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
LCONST_0 - Static variable in interface org.logicalcobwebs.asm.Constants
 
LCONST_1 - Static variable in interface org.logicalcobwebs.asm.Constants
 
LDC - Static variable in interface org.logicalcobwebs.asm.Constants
 
LDC_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the LDC instruction.
LdcInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents an LDC instruction.
LdcInsnNode(Object) - Constructor for class org.logicalcobwebs.asm.tree.LdcInsnNode
Constructs a new LdcInsnNode object.
LDCW_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the LDC_W and LDC2_W instructions.
LDIV - Static variable in interface org.logicalcobwebs.asm.Constants
 
LE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
len - Variable in class org.logicalcobwebs.asm.Attribute
Length of this attributes, in bytes.
len - Variable in class org.logicalcobwebs.asm.Type
The length of the descriptor of this Java type.
len() - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
 
length - Variable in class org.logicalcobwebs.asm.ByteVector
Actual number of bytes in this vector.
LENGTH - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
length() - Method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
levelFINE - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
levelFINEST - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
levelINFO - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
levelSEVERE - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
levelWARNING - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
line - Variable in class org.logicalcobwebs.asm.tree.LineNumberNode
A line number.
lineNumber - Variable in class org.logicalcobwebs.asm.CodeWriter
The LineNumberTable attribute.
lineNumberCount - Variable in class org.logicalcobwebs.asm.CodeWriter
Number of entries in the LineNumberTable attribute.
LineNumberNode - Class in org.logicalcobwebs.asm.tree
A node that represents a line number declaration.
LineNumberNode(int, Label) - Constructor for class org.logicalcobwebs.asm.tree.LineNumberNode
Constructs a new LineNumberNode object.
lineNumbers - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The line numbers of this method.
LinkedNode - Class in org.logicalcobwebs.concurrent
A standard linked list node used in various queue classes
LinkedNode() - Constructor for class org.logicalcobwebs.concurrent.LinkedNode
 
LinkedNode(Object) - Constructor for class org.logicalcobwebs.concurrent.LinkedNode
 
LinkedNode(Object, LinkedNode) - Constructor for class org.logicalcobwebs.concurrent.LinkedNode
 
LinkedQueue - Class in org.logicalcobwebs.concurrent
A linked list based channel implementation.
LinkedQueue() - Constructor for class org.logicalcobwebs.concurrent.LinkedQueue
 
list - Variable in class org.logicalcobwebs.proxool.util.FastArrayList
The underlying list we are managing.
ListenerContainerIF - Interface in org.logicalcobwebs.proxool.util
A container for event listeners.
ListenerContainerTest - Class in org.logicalcobwebs.proxool.util
Test AbstractListenerContainer.
ListenerContainerTest(String) - Constructor for class org.logicalcobwebs.proxool.util.ListenerContainerTest
 
listeners - Variable in class org.logicalcobwebs.proxool.util.AbstractListenerContainer
 
listIterator() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return an iterator of the elements of this list, in proper sequence.
listIterator(int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return an iterator of the elements of this list, in proper sequence, starting at the specified position.
listIterator() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
listIterator(int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
LLOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
LMUL - Static variable in interface org.logicalcobwebs.asm.Constants
 
LNEG - Static variable in interface org.logicalcobwebs.asm.Constants
 
load - Variable in class org.logicalcobwebs.dbscript.Command
 
load_arg(int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
Pushes the specified argument of the current method onto the stack.
load_args() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
Pushes all of the arguments of the current method onto the stack.
load_args(int, int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
load_class(CodeEmitter, Type) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
load_class_helper(CodeEmitter, Type) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
load_class_this(CodeEmitter) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
load_local(Type, int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
load_local(Local) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
load_method(CodeEmitter, Method) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
LOAD_OBJECT - Static variable in class org.logicalcobwebs.cglib.proxy.DispatcherGenerator
 
LOAD_OBJECT - Static variable in class org.logicalcobwebs.cglib.proxy.FixedValueGenerator
 
LOAD_OBJECT - Static variable in class org.logicalcobwebs.cglib.proxy.LazyLoaderGenerator
 
load_this() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
loadClass(String) - Static method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
MUST KEEP THIS METHOD PRIVATE
loadMethod(int) - Method in class org.logicalcobwebs.cglib.proxy.LazyLoaderGenerator
 
loadObject() - Method in interface org.logicalcobwebs.cglib.proxy.Dispatcher
Return the object which the original method invocation should be dispatched.
loadObject() - Method in interface org.logicalcobwebs.cglib.proxy.FixedValue
Return the object which the original method invocation should return.
loadObject() - Method in interface org.logicalcobwebs.cglib.proxy.LazyLoader
Return the object which the original method invocation should be dispatched.
Local - Class in org.logicalcobwebs.cglib.core
 
Local(int, Type) - Constructor for class org.logicalcobwebs.cglib.core.Local
 
localOffset - Variable in class org.logicalcobwebs.cglib.core.CodeEmitter.State
 
locals - Variable in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.State
 
localVar - Variable in class org.logicalcobwebs.asm.CodeWriter
The LocalVariableTable attribute.
localVarCount - Variable in class org.logicalcobwebs.asm.CodeWriter
Number of entries in the LocalVariableTable attribute.
LocalVariableNode - Class in org.logicalcobwebs.asm.tree
A node that represents a local variable declaration.
LocalVariableNode(String, String, Label, Label, int) - Constructor for class org.logicalcobwebs.asm.tree.LocalVariableNode
Constructs a new LocalVariableNode object.
localVariables - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The local variables of this method.
lock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
LOCK - Static variable in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
LOCK - Static variable in class org.logicalcobwebs.proxool.HouseKeeperController
 
lock - Variable in class org.logicalcobwebs.proxool.Prototyper
 
LOCK - Static variable in class org.logicalcobwebs.proxool.PrototyperController
 
lock_ - Variable in class org.logicalcobwebs.concurrent.SynchronizedVariable
 
locked - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
LOG - Static variable in class org.logicalcobwebs.cglib.MyConcreteClass
 
LOG - Static variable in class org.logicalcobwebs.dbscript.Command
 
LOG - Static variable in class org.logicalcobwebs.dbscript.Commander
 
LOG - Static variable in class org.logicalcobwebs.dbscript.ScriptBuilder
 
LOG - Static variable in class org.logicalcobwebs.dbscript.ScriptFacade
 
LOG - Static variable in class org.logicalcobwebs.dbscript.ScriptRunner
 
log(Object, String, Throwable) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
log(int, Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Do the actual logging.
LOG - Static variable in class org.logicalcobwebs.logging.Jdk14LoggerTest
 
Log - Interface in org.logicalcobwebs.logging
A simple logging interface abstracting logging APIs.
LOG - Static variable in class org.logicalcobwebs.proxool.AbstractProxoolTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.Admin
 
log - Variable in class org.logicalcobwebs.proxool.admin.Admin
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.CompositeStatisticsListener
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ProxoolJMXHelper
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.SnapshotTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest
 
log - Variable in class org.logicalcobwebs.proxool.admin.StatisticsLogger
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.StatisticsTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
LOG - Static variable in class org.logicalcobwebs.proxool.CompositeConfigurationListener
 
LOG - Static variable in class org.logicalcobwebs.proxool.CompositeConnectionListener
 
LOG - Static variable in class org.logicalcobwebs.proxool.CompositeProxoolListener
 
LOG - Static variable in class org.logicalcobwebs.proxool.CompositeStateListener
 
LOG - Static variable in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
 
LOG - Static variable in class org.logicalcobwebs.proxool.configuration.ConfiguratorTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.configuration.JAXPConfigurator
 
LOG - Static variable in class org.logicalcobwebs.proxool.configuration.PropertyConfigurator
 
LOG - Static variable in class org.logicalcobwebs.proxool.configuration.ServletConfigurator
 
LOG - Static variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
LOG - Static variable in class org.logicalcobwebs.proxool.ConfigurationListenerTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.ConnectionInfoTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.ConnectionListenerTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.ConnectionPool
Use this for messages that aren't useful for the pool specific log
log - Variable in class org.logicalcobwebs.proxool.ConnectionPool
Here we deviate from the standard of using the classname for the log name.
LOG - Static variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
LOG - Static variable in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
LOG - Static variable in class org.logicalcobwebs.proxool.ConnectionPoolTest
 
log - Variable in class org.logicalcobwebs.proxool.ConnectionResetter
 
LOG - Static variable in class org.logicalcobwebs.proxool.ConnectionResetterTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.DriverTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.FatalSqlExceptionHelper
 
LOG - Static variable in class org.logicalcobwebs.proxool.FatalSqlExceptionTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.GlobalTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.HibernateTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.HouseKeeper
 
LOG - Static variable in class org.logicalcobwebs.proxool.HouseKeeperController
 
LOG - Static variable in class org.logicalcobwebs.proxool.HouseKeeperTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.HouseKeeperThread
 
LOG - Static variable in class org.logicalcobwebs.proxool.HypersonicTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.InjectableInterfaceTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.ManyPoolsTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.PerformanceTest
 
log - Variable in class org.logicalcobwebs.proxool.Prototyper
 
LOG - Static variable in class org.logicalcobwebs.proxool.PrototyperController
 
LOG - Static variable in class org.logicalcobwebs.proxool.PrototyperTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.PrototyperThread
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxoolAdapter
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxoolDriver
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxoolFacade
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxyConnection
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxyConnectionTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxyDatabaseMetaDataTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxyFactory
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
LOG - Static variable in class org.logicalcobwebs.proxool.ProxyStatementTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.RegistrationTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.ResultMonitor
 
LOG - Static variable in class org.logicalcobwebs.proxool.ShutdownHook
 
LOG - Static variable in class org.logicalcobwebs.proxool.SimpoolAdapter
 
LOG - Static variable in class org.logicalcobwebs.proxool.StateListenerTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.StateResultMonitor
 
LOG - Static variable in class org.logicalcobwebs.proxool.TestHelper
 
LOG - Static variable in class org.logicalcobwebs.proxool.UpdateDefinitionTest
 
LOG - Static variable in class org.logicalcobwebs.proxool.Version
 
LOG - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
LOG - Static variable in class org.logicalcobwebs.proxool.WrapperTest
 
log2(int) - Static method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
Log4JCategoryLog - Class in org.logicalcobwebs.logging.impl
Implementation of Log that maps directly to a Log4J Category.
Log4JCategoryLog() - Constructor for class org.logicalcobwebs.logging.impl.Log4JCategoryLog
 
Log4JCategoryLog(String) - Constructor for class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Base constructor
Log4jFactory - Class in org.logicalcobwebs.logging.impl
Concrete subclass of LogFactory specific to log4j.
Log4jFactory() - Constructor for class org.logicalcobwebs.logging.impl.Log4jFactory
 
log4jIsAvailable - Static variable in class org.logicalcobwebs.logging.LogSource
Deprecated. Is log4j available (in the current classpath)
LOG_DEFAULT - Static variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The fully qualified name of the default Log implementation.
LOG_LEVEL_ALL - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
Enable all logging levels
LOG_LEVEL_DEBUG - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
"Debug" level logging.
LOG_LEVEL_ERROR - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
"Error" level logging.
LOG_LEVEL_FATAL - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
"Fatal" level logging.
LOG_LEVEL_INFO - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
"Info" level logging.
LOG_LEVEL_OFF - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
Enable no logging levels
LOG_LEVEL_TRACE - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
"Trace" level logging.
LOG_LEVEL_WARN - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
"Warn" level logging.
LOG_PROPERTY - Static variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The name of the system property identifying our Log implementation class.
LOG_PROPERTY_OLD - Static variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The deprecated system property used for backwards compatibility with the old LogSource class.
logChange(boolean, String, String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
LogConfigurationException - Exception in org.logicalcobwebs.logging
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - Constructor for exception org.logicalcobwebs.logging.LogConfigurationException
Construct a new exception with null as its detail message.
LogConfigurationException(String) - Constructor for exception org.logicalcobwebs.logging.LogConfigurationException
Construct a new exception with the specified detail message.
LogConfigurationException(Throwable) - Constructor for exception org.logicalcobwebs.logging.LogConfigurationException
Construct a new exception with the specified cause and a derived detail message.
LogConfigurationException(String, Throwable) - Constructor for exception org.logicalcobwebs.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
logConstructor - Variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The one-argument constructor of the Log implementation class that will be used to create new instances.
logConstructorSignature - Variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The signature of the Constructor to be used.
LogFactory - Class in org.logicalcobwebs.logging
Factory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
LogFactory() - Constructor for class org.logicalcobwebs.logging.LogFactory
Protected constructor that is not available for public use.
LogFactoryImpl - Class in org.logicalcobwebs.logging.impl
Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
LogFactoryImpl() - Constructor for class org.logicalcobwebs.logging.impl.LogFactoryImpl
Public no-arguments constructor required by the lookup mechanism.
loggedLegend - Static variable in class org.logicalcobwebs.proxool.ConnectionPool
 
logger - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
The underlying Logger implementation we are using.
logger - Variable in class org.logicalcobwebs.logging.impl.LogKitLogger
Logging goes to this LogKit logger
logImplctor - Static variable in class org.logicalcobwebs.logging.LogSource
Deprecated. Constructor for current log class
loginTimeout - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
LogKitLogger - Class in org.logicalcobwebs.logging.impl
Implementation of org.logicalcobwebs.logging.Log that wraps the jakarta-avalon-logkit logging system.
LogKitLogger(String) - Constructor for class org.logicalcobwebs.logging.impl.LogKitLogger
Construct LogKitLogger which wraps the LogKit logger with given name.
LogKitTargetAdapter - Class in org.logicalcobwebs.proxool.configuration
An Avalon LogKit target that delegates to a Jakarta Commons org.logicalcobwebs.logging.Log.
LogKitTargetAdapter() - Constructor for class org.logicalcobwebs.proxool.configuration.LogKitTargetAdapter
 
logLevel - Variable in class org.logicalcobwebs.proxool.admin.StatisticsLogger
 
logMethod - Variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The one-argument setLogFactory method of the selected Log method, if it exists.
logMethodSignature - Variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
The signature of the setLogFactory method to be used.
logName - Variable in class org.logicalcobwebs.logging.impl.SimpleLog
The name of this simple log instance
logpExMethod - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
logpMethod - Variable in class org.logicalcobwebs.logging.impl.Jdk14Logger
 
logs - Static variable in class org.logicalcobwebs.logging.LogSource
Deprecated.  
LogSource - Class in org.logicalcobwebs.logging
Deprecated. Use LogFactory instead - The default factory implementation performs exactly the same algorithm as this class did
LogSource() - Constructor for class org.logicalcobwebs.logging.LogSource
Deprecated. Don't allow others to create instances
logWriter - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
LONG - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Long constant pool items.
LONG - Static variable in class org.logicalcobwebs.asm.Type
The sort of the long type.
LONG_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The long type.
LONG_VALUE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
longVal - Variable in class org.logicalcobwebs.asm.Item
Value of this item, for a LONG item.
LOOK_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the LOOKUPSWITCH instruction.
LOOKUPSWITCH - Static variable in interface org.logicalcobwebs.asm.Constants
 
LookupSwitchInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a LOOKUPSWITCH instruction.
LookupSwitchInsnNode(Label, int[], Label[]) - Constructor for class org.logicalcobwebs.asm.tree.LookupSwitchInsnNode
Constructs a new LookupSwitchInsnNode object.
loops - Variable in class org.logicalcobwebs.dbscript.Command
 
LOR - Static variable in interface org.logicalcobwebs.asm.Constants
 
lower(int, int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
LREM - Static variable in interface org.logicalcobwebs.asm.Constants
 
LRETURN - Static variable in interface org.logicalcobwebs.asm.Constants
 
LSHL - Static variable in interface org.logicalcobwebs.asm.Constants
 
LSHR - Static variable in interface org.logicalcobwebs.asm.Constants
 
LSTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
LSUB - Static variable in interface org.logicalcobwebs.asm.Constants
 
LT - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
LUSHR - Static variable in interface org.logicalcobwebs.asm.Constants
 
LXOR - Static variable in interface org.logicalcobwebs.asm.Constants
 

M

main(String[]) - Static method in class org.logicalcobwebs.asm.util.DumpClassVisitor
Prints the ASM source code to generate the given class to the standard output.
main(String[]) - Static method in class org.logicalcobwebs.asm.util.TraceClassVisitor
Prints a disassembled view of the given class to the standard output.
main(String[]) - Static method in class org.logicalcobwebs.proxool.DependencyCheck
A minimal check to see what libraries we need to include with our binary distribution
main(String[]) - Static method in class org.logicalcobwebs.proxool.Version
Convenient way of verifying version
make_label() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
make_local() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
make_local(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
MAKE_PROXY - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
makeNewLogInstance(String) - Static method in class org.logicalcobwebs.logging.LogSource
Deprecated. Create a new Log implementation, based on the given name.
MANA_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the MULTIANEWARRAY instruction.
manuallyClosed - Variable in class org.logicalcobwebs.proxool.WrappedConnection
This gets set if the close() method is explicitly called.
ManyPoolsTest - Class in org.logicalcobwebs.proxool
Test whether Proxool is happy to run lots of pools.
ManyPoolsTest(String) - Constructor for class org.logicalcobwebs.proxool.ManyPoolsTest
 
map(String) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
mark(Label) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
mark() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
mark - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
mark - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
MARK_FOR_EXPIRY - Static variable in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The next time this connection is made available we should expire it.
MARK_FOR_USE - Static variable in interface org.logicalcobwebs.proxool.ConnectionInfoIF
Default - treat as normal
markForExpiry(String) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
markForExpiry(String) - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Mark this connection for expiry (destruction) as soon as it stops being active.
math(int, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
max - Variable in class org.logicalcobwebs.asm.tree.TableSwitchInsnNode
The maximum key value.
MAX_CAPACITY - Static variable in class org.logicalcobwebs.concurrent.FJTaskRunner
The maximum supported DEQ capacity.
MAX_SLEEP_TIME - Static variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
The maximum time (in msecs) to sleep when a thread is idle, yet others are not, so may eventually generate work that the current thread can steal.
MAXIMUM_ACTIVE_TIME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
MAXIMUM_ACTIVE_TIME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
MAXIMUM_CONNECTION_COUNT - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
MAXIMUM_CONNECTION_COUNT_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
MAXIMUM_CONNECTION_LIFETIME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
MAXIMUM_CONNECTION_LIFETIME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
MAXIMUM_NEW_CONNECTIONS - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Deprecated. use ProxoolConstants.SIMULTANEOUS_BUILD_THROTTLE instead
MAXIMUM_NEW_CONNECTIONS_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Deprecated. use ProxoolConstants.SIMULTANEOUS_BUILD_THROTTLE_PROPERTY instead
maximumActiveTime - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
maximumActiveTime - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
maximumConnectionCount - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
maximumConnectionCount - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
maximumConnectionCount - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
maximumConnectionLifetime - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
maximumConnectionLifetime - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
maxLocals - Variable in class org.logicalcobwebs.asm.CodeWriter
Maximum number of local variables for this method.
maxLocals - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The maximum number of local variables of this method.
maxStack - Variable in class org.logicalcobwebs.asm.CodeWriter
Maximum stack size of this method.
maxStack - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The maximum stack size of this method.
maxStackSize - Variable in class org.logicalcobwebs.asm.CodeWriter
The (relative) maximum stack size after the last visited instruction.
maxStackSize - Variable in class org.logicalcobwebs.asm.Label
The (relative) maximum stack size corresponding to this basic block.
maxStringLength - Variable in class org.logicalcobwebs.asm.ClassReader
Maximum length of the strings contained in the constant pool of the class.
mBeanInfo - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
mBeanServer - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
 
mBeanServer1 - Variable in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
mBeanServer1Id - Variable in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
mBeanServer2 - Variable in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
mBeanServer2Id - Variable in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
mediumNumberFormat - Static variable in class org.logicalcobwebs.proxool.FormatHelper
 
member - Variable in class org.logicalcobwebs.cglib.reflect.FastMember
 
member_helper_size(CodeEmitter, List, ObjectSwitchCallback, EmitUtils.ParameterTyper, Label, Label) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
member_helper_type(CodeEmitter, List, ObjectSwitchCallback, EmitUtils.ParameterTyper, Label, Label, BitSet) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
member_switch_helper(CodeEmitter, List, ObjectSwitchCallback, boolean, EmitUtils.ParameterTyper) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
MERCIFUL - Static variable in class org.logicalcobwebs.proxool.KillTest
 
MERCIFUL - Static variable in class org.logicalcobwebs.proxool.ProxoolFacade
 
MERCILESS - Static variable in class org.logicalcobwebs.proxool.KillTest
 
merge(int, int, int, int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
mergeSort(int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
 
mergeSort(int, int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
Sort the arrays using an in-place merge sort.
mergeSort(int, Comparator) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
Sort the arrays using an in-place merge sort.
mergeSort(int, int, int, Comparator) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
Sort the arrays using an in-place merge sort.
mergeSort(int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
MERGESORT_THRESHOLD - Static variable in class org.logicalcobwebs.cglib.util.SorterTemplate
 
METH - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Methodref constant pool items.
METHOD - Static variable in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
METHOD - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
METHOD_DELEGATE - Static variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
METHOD_GET_INDEX - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
METHOD_INTERCEPTOR - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
METHOD_PROXY - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
method_switch(CodeEmitter, Method[], ObjectSwitchCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
MethodDelegate - Class in org.logicalcobwebs.cglib.reflect
DOCUMENTATION FROM APACHE AVALON DELEGATE CLASS
MethodDelegate() - Constructor for class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
MethodDelegate.Generator - Class in org.logicalcobwebs.cglib.reflect
 
MethodDelegate.Generator() - Constructor for class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
MethodDelegate.MethodDelegateKey - Interface in org.logicalcobwebs.cglib.reflect
 
MethodInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a method instruction.
MethodInsnNode(int, String, String, String) - Constructor for class org.logicalcobwebs.asm.tree.MethodInsnNode
Constructs a new MethodInsnNode object.
MethodInterceptor - Interface in org.logicalcobwebs.cglib.proxy
General-purpose Enhancer callback which provides for "around advice".
MethodInterceptorGenerator - Class in org.logicalcobwebs.cglib.proxy
 
MethodInterceptorGenerator() - Constructor for class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
MethodMapper - Class in org.logicalcobwebs.proxool.proxy
Handles the mapping between methods with identical signatures but that are not related by inheritance.
MethodMapper(Class) - Constructor for class org.logicalcobwebs.proxool.proxy.MethodMapper
 
methodMappers - Static variable in class org.logicalcobwebs.proxool.proxy.InvokerFacade
 
methodName - Variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
MethodNode - Class in org.logicalcobwebs.asm.tree
A node that represents a method.
MethodNode(int, String, String, String[], Attribute) - Constructor for class org.logicalcobwebs.asm.tree.MethodNode
Constructs a new MethodNode object.
methodNode - Variable in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
A tree representation of the method that is being visited by this visitor.
MethodProxy - Class in org.logicalcobwebs.cglib.proxy
Classes generated by Enhancer pass this object to the registered MethodInterceptor objects when an intercepted method is invoked.
MethodProxy() - Constructor for class org.logicalcobwebs.cglib.proxy.MethodProxy
 
methods - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The methods of this class.
MethodWrapper - Class in org.logicalcobwebs.cglib.core
 
MethodWrapper() - Constructor for class org.logicalcobwebs.cglib.core.MethodWrapper
 
MethodWrapper.MethodWrapperKey - Interface in org.logicalcobwebs.cglib.core
 
millisecondsFormat - Static variable in class org.logicalcobwebs.proxool.PerformanceTest
 
min - Variable in class org.logicalcobwebs.asm.tree.TableSwitchInsnNode
The minimum key value.
MINIMUM_CONNECTION_COUNT - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
MINIMUM_CONNECTION_COUNT_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
minimumConnectionCount - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
minimumConnectionCount - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
Mixin - Class in org.logicalcobwebs.cglib.proxy
Mixin allows multiple objects to be combined into a single larger object.
Mixin() - Constructor for class org.logicalcobwebs.cglib.proxy.Mixin
 
MIXIN - Static variable in class org.logicalcobwebs.cglib.proxy.MixinEmitter
 
Mixin.Generator - Class in org.logicalcobwebs.cglib.proxy
 
Mixin.Generator() - Constructor for class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
Mixin.MixinKey - Interface in org.logicalcobwebs.cglib.proxy
 
Mixin.Route - Class in org.logicalcobwebs.cglib.proxy
 
Mixin.Route(Object[]) - Constructor for class org.logicalcobwebs.cglib.proxy.Mixin.Route
 
MixinBeanEmitter - Class in org.logicalcobwebs.cglib.proxy
 
MixinBeanEmitter(ClassVisitor, String, Class[]) - Constructor for class org.logicalcobwebs.cglib.proxy.MixinBeanEmitter
 
MixinEmitter - Class in org.logicalcobwebs.cglib.proxy
 
MixinEmitter(ClassVisitor, String, Class[], int[]) - Constructor for class org.logicalcobwebs.cglib.proxy.MixinEmitter
 
MONITORENTER - Static variable in interface org.logicalcobwebs.asm.Constants
 
monitorenter() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
MONITOREXIT - Static variable in interface org.logicalcobwebs.asm.Constants
 
monitorexit() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
MSG_MAX_CONNECTION_COUNT - Static variable in class org.logicalcobwebs.proxool.ConnectionPool
 
MUL - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
MULTIANEWARRAY - Static variable in interface org.logicalcobwebs.asm.Constants
 
MultiANewArrayInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a MULTIANEWARRAY instruction.
MultiANewArrayInsnNode(String, int) - Constructor for class org.logicalcobwebs.asm.tree.MultiANewArrayInsnNode
Constructs a new MultiANewArrayInsnNode object.
MULTIARG_NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
MULTICAST_DELEGATE - Static variable in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
MulticastDelegate - Class in org.logicalcobwebs.cglib.reflect
 
MulticastDelegate() - Constructor for class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
MulticastDelegate.Generator - Class in org.logicalcobwebs.cglib.reflect
 
MulticastDelegate.Generator() - Constructor for class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
MultipleAgentsConnectionPoolMBeanTest - Class in org.logicalcobwebs.proxool.admin.jmx
Test ConnectionPoolMBean when JMX is configured for multiple agents.
MultipleAgentsConnectionPoolMBeanTest(String) - Constructor for class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
 
multiplier - Variable in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
multiply(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Multiply value by factor (i.e., set value *= factor)
MUTATOR_PREFIX - Static variable in class org.logicalcobwebs.proxool.ConnectionResetter
We use this to guess if we are changing a property that will need resetting
MyConcreteClass - Class in org.logicalcobwebs.cglib
See EnhancerTest
MyConcreteClass() - Constructor for class org.logicalcobwebs.cglib.MyConcreteClass
 
myConcreteClass - Variable in class org.logicalcobwebs.cglib.MyProxy
 
MyInterfaceIF - Interface in org.logicalcobwebs.cglib
See EnhancerTest
MyPrivilegedAction - Class in org.logicalcobwebs.logging.impl
This used to be an anonymous class in LogFactoryImpl but it was causing bizarre compilation failures in JDK1.2.
MyPrivilegedAction(ClassLoader, String) - Constructor for class org.logicalcobwebs.logging.impl.MyPrivilegedAction
 
MyProxy - Class in org.logicalcobwebs.cglib
See EnhancerTest
MyProxy(MyConcreteClass) - Constructor for class org.logicalcobwebs.cglib.MyProxy
 

N

name - Variable in class org.logicalcobwebs.asm.ClassWriter
The constant pool item that contains the internal name of this class.
name - Variable in class org.logicalcobwebs.asm.CodeWriter
The index of the constant pool item that contains the name of this method.
name - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The internal name of the class (see getInternalName).
name - Variable in class org.logicalcobwebs.asm.tree.FieldInsnNode
The field's name.
name - Variable in class org.logicalcobwebs.asm.tree.FieldNode
The field's name.
name - Variable in class org.logicalcobwebs.asm.tree.InnerClassNode
The internal name of an inner class (see getInternalName).
name - Variable in class org.logicalcobwebs.asm.tree.LocalVariableNode
The name of a local variable.
name - Variable in class org.logicalcobwebs.asm.tree.MethodInsnNode
The method's name.
name - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The method's name.
name - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator.Source
 
name - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter.FieldInfo
 
name - Variable in class org.logicalcobwebs.cglib.core.Signature
 
name - Variable in class org.logicalcobwebs.dbscript.Command
 
name - Variable in class org.logicalcobwebs.dbscript.Script
 
name - Variable in class org.logicalcobwebs.logging.impl.MyPrivilegedAction
 
NAME - Static variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
NAME_KEY - Static variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
NAME_TYPE - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_NameAndType constant pool items.
namePrefix - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
NAMESPACE_AWARE - Static variable in class org.logicalcobwebs.proxool.configuration.JAXPConfigurator
 
namespaceOk(String) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
namingPolicy - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
NamingPolicy - Interface in org.logicalcobwebs.cglib.core
Customize the generated class name for AbstractClassGenerator-based utilities.
NE - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
needToReset - Variable in class org.logicalcobwebs.proxool.ProxyConnection
Whether we have invoked a method that requires us to reset
NEG - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
negate() - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Set the value to the negative of its old value
NEW - Static variable in interface org.logicalcobwebs.asm.Constants
 
new_instance(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.MixinEmitter
 
NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
new_instance_this() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
NEWARRAY - Static variable in interface org.logicalcobwebs.asm.Constants
 
newarray() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
newarray(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
NEWARRAY(Type) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
newArray(int) - Static method in class org.logicalcobwebs.concurrent.FJTaskRunner.VolatileTaskRef
Initialization utility for constructing arrays.
newClass(String) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newConst(Object) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newCst(Object) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newDouble(double) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a double to the constant pool of the class being build.
newFactory(String, ClassLoader) - Static method in class org.logicalcobwebs.logging.LogFactory
Return a new instance of the specified LogFactory implementation class, loaded by the specified class loader.
newField(String, String, String) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newFloat(float) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a float to the constant pool of the class being build.
newInstance(Object[]) - Method in interface org.logicalcobwebs.cglib.core.ClassesKey.Key
 
newInstance(String, Class[], Class) - Method in interface org.logicalcobwebs.cglib.core.MethodWrapper.MethodWrapperKey
 
newInstance(Class) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
newInstance(Class, Class[], Object[]) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
newInstance(Constructor, Object[]) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
newInstance(Class, Class[], CallbackFilter, Class[], boolean) - Method in interface org.logicalcobwebs.cglib.proxy.Enhancer.EnhancerKey
 
newInstance() - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Creates new instance of the same type, using the no-arg contructor, and copying the callbacks from the existing instance.
newInstance(Callback) - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Creates new instance of the same type, using the no-arg constructor.
newInstance(Callback[]) - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Creates new instance of the same type, using the no-arg constructor.
newInstance(Class[], Object[]) - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Creates a new instance of the same type, using the constructor matching the given signature, and copying the callbacks from the existing instance.
newInstance(Class[], Object[], Callback[]) - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Creates a new instance of the same type, using the constructor matching the given signature.
newInstance(Class[], int[]) - Method in interface org.logicalcobwebs.cglib.proxy.Mixin.MixinKey
 
newInstance(Object[]) - Method in class org.logicalcobwebs.cglib.proxy.Mixin
 
newInstance(Class, Class) - Method in interface org.logicalcobwebs.cglib.reflect.ConstructorDelegate.ConstructorKey
 
newInstance() - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
newInstance(Class[], Object[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
newInstance(int, Object[]) - Method in class org.logicalcobwebs.cglib.reflect.FastClass
Create a new instance using the specified constructor index and arguments.
newInstance() - Method in class org.logicalcobwebs.cglib.reflect.FastConstructor
 
newInstance(Object[]) - Method in class org.logicalcobwebs.cglib.reflect.FastConstructor
 
newInstance(Class, String, Class) - Method in interface org.logicalcobwebs.cglib.reflect.MethodDelegate.MethodDelegateKey
 
newInstance(Object) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
newInstance() - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
newInstance(Object[]) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
 
newInstance(String[], int[], boolean) - Method in interface org.logicalcobwebs.cglib.util.StringSwitcher.StringSwitcherKey
 
newInstance(String) - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Create and return a new Log instance for the specified name.
newInteger(int) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds an integer to the constant pool of the class being build.
newLong(long) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a long to the constant pool of the class being build.
newMethod(String, String, String, boolean) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newMethodItem(String, String, String, boolean) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newNameType(String, String) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newProxyInstance(ClassLoader, Class[], InvocationHandler) - Static method in class org.logicalcobwebs.cglib.proxy.Proxy
 
newString(String) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds a string to the constant pool of the class being build.
newUTF8(String) - Method in class org.logicalcobwebs.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
next - Variable in class org.logicalcobwebs.asm.Attribute
The next attribute in this attribute list.
next - Variable in class org.logicalcobwebs.asm.CodeWriter
Next code writer (see firstMethod).
next - Variable in class org.logicalcobwebs.asm.Edge
The next edge in the list of successors of the originating basic block.
next - Variable in class org.logicalcobwebs.asm.Item
Link to another constant pool item, used for collision lists in the constant pool's hash table.
next - Variable in class org.logicalcobwebs.asm.Label
The next basic block in the basic block stack.
next - Variable in class org.logicalcobwebs.concurrent.LinkedNode
 
next() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
next() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
nextAvailableConnection - Variable in class org.logicalcobwebs.proxool.ConnectionPool
This is the "round robin" that makes sure we use all the connections
nextConnectionId - Variable in class org.logicalcobwebs.proxool.Prototyper
This allows us to have a unique ID for each connection
nextIndex() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
nextIndex() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
nextInstance(Object) - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
nextLocal(int) - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
nextLocal - Variable in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.State
 
nextPool - Variable in class org.logicalcobwebs.proxool.VirtoolDriver
 
nextRollDate - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
NOARG_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions without any label.
NoOp - Interface in org.logicalcobwebs.cglib.proxy
Methods using this Enhancer callback will delegate directly to the default (super) implementation in the base class.
NoOpGenerator - Class in org.logicalcobwebs.cglib.proxy
 
NoOpGenerator() - Constructor for class org.logicalcobwebs.cglib.proxy.NoOpGenerator
 
NoOpLog - Class in org.logicalcobwebs.logging.impl
Default implementation of Log that throws away all messages.
NoOpLog() - Constructor for class org.logicalcobwebs.logging.impl.NoOpLog
Convenience constructor
NoOpLog(String) - Constructor for class org.logicalcobwebs.logging.impl.NoOpLog
Base constructor
NOP - Static variable in interface org.logicalcobwebs.asm.Constants
 
not() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
Toggles the integer on the top of the stack from 1 to 0 or vice versa
not_equals(CodeEmitter, Type, Label, Customizer) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
Branches to the specified label if the top two items on the stack are not equal.
not_equals_helper(CodeEmitter, Type, Label, Customizer, ProcessArrayCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
notEmpty(Object) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
notEmptyOrZero(Integer) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
notification() - Method in class org.logicalcobwebs.proxool.util.CompositeTestListener
 
NOTIFICATION_INFOS - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
NOTIFICATION_TYPE_DEFINITION_UPDATED - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
Notification type emitted when the pool definition is updated.
notificationHelper - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
notified - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
 
nstarted - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Number of threads that have been started.
null_constructor(ClassEmitter) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
nullcmp(CodeEmitter, Label, Label) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
If both objects on the top of the stack are non-null, does nothing.
numberOfNotifications - Variable in class org.logicalcobwebs.proxool.util.CompositeTestListener
 

O

OBJECT - Static variable in class org.logicalcobwebs.asm.Type
The sort of object reference type.
OBJECT_BY_CLASS - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
ObjectSwitchCallback - Interface in org.logicalcobwebs.cglib.core
 
off - Variable in class org.logicalcobwebs.asm.Attribute
Index of the first byte of this attribute in b.
off - Variable in class org.logicalcobwebs.asm.Type
The offset of the descriptor of this Java type in buf.
offer(Object, long) - Method in interface org.logicalcobwebs.concurrent.Channel
Place item in channel only if it can be accepted within msecs milliseconds.
offer(Object, long) - Method in class org.logicalcobwebs.concurrent.LinkedQueue
 
offer(Object, long) - Method in interface org.logicalcobwebs.concurrent.Puttable
Place item in channel only if it can be accepted within msecs milliseconds.
offlineConnectionCount - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
oldStatistics - Variable in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
 
onBirth(Connection) - Method in class org.logicalcobwebs.proxool.CompositeConnectionListener
 
onBirth(Connection) - Method in interface org.logicalcobwebs.proxool.ConnectionListenerIF
Happens everytime we create a new connection.
onBirth(Connection) - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
onBirth(Connection) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Call the onBirth() method on each StateListenerIF .
onBirthCalls - Variable in class org.logicalcobwebs.proxool.ConnectionListenerTest
 
onDeath(Connection) - Method in class org.logicalcobwebs.proxool.CompositeConnectionListener
 
onDeath(Connection) - Method in interface org.logicalcobwebs.proxool.ConnectionListenerIF
Happens just before we expire a connection.
onDeath(Connection) - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
onDeath(Connection) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Call the onDeath() method on each StateListenerIF .
onDeathCalls - Variable in class org.logicalcobwebs.proxool.ConnectionListenerTest
 
ONE_CENTURY - Static variable in interface org.logicalcobwebs.concurrent.Sync
One century in milliseconds; convenient as a time-out value
ONE_DAY - Static variable in interface org.logicalcobwebs.concurrent.Sync
One day, in milliseconds; convenient as a time-out value
ONE_HOUR - Static variable in interface org.logicalcobwebs.concurrent.Sync
One hour, in milliseconds; convenient as a time-out value
ONE_MINUTE - Static variable in interface org.logicalcobwebs.concurrent.Sync
One minute, in milliseconds; convenient as a time-out value
ONE_SECOND - Static variable in interface org.logicalcobwebs.concurrent.Sync
One second, in milliseconds; convenient as a time-out value
ONE_WEEK - Static variable in interface org.logicalcobwebs.concurrent.Sync
One week, in milliseconds; convenient as a time-out value
ONE_YEAR - Static variable in interface org.logicalcobwebs.concurrent.Sync
One year in milliseconds; convenient as a time-out value
onEvent() - Method in class org.logicalcobwebs.proxool.util.CompositeTestListener
 
onEvent() - Method in class org.logicalcobwebs.proxool.util.TestListener
 
onEvent() - Method in interface org.logicalcobwebs.proxool.util.TestListenerIF
 
onExecute(String, long) - Method in class org.logicalcobwebs.proxool.CompositeConnectionListener
 
onExecute(String, long) - Method in interface org.logicalcobwebs.proxool.ConnectionListenerIF
Happens after every successful execute.
onExecute(String, long) - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
onExecute(String, long, Exception) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Call the onExecute() method on each StateListenerIF .
onExecuteCalls - Variable in class org.logicalcobwebs.proxool.ConnectionListenerTest
 
onFail(String, Exception) - Method in class org.logicalcobwebs.proxool.CompositeConnectionListener
 
onFail(String, Exception) - Method in interface org.logicalcobwebs.proxool.ConnectionListenerIF
Happens everytime an exception was thrown during an execute method Note that the command is not fully implemented at this stage.
onFail(String, Exception) - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest.TestConnectionListener
 
onFailCalls - Variable in class org.logicalcobwebs.proxool.ConnectionListenerTest
 
onRegistration(ConnectionPoolDefinitionIF, Properties) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
Not used.
onRegistration(ConnectionPoolDefinitionIF, Properties) - Method in class org.logicalcobwebs.proxool.CompositeProxoolListener
 
onRegistration(ConnectionPoolDefinitionIF, Properties) - Method in interface org.logicalcobwebs.proxool.ProxoolListenerIF
Notify that a new connection pool has been registered.
onShutdown(String) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
If the given alias equals this pools alias: Unregister this JMX bean.
onShutdown(String) - Method in class org.logicalcobwebs.proxool.CompositeProxoolListener
 
onShutdown(String) - Method in interface org.logicalcobwebs.proxool.ProxoolListenerIF
Notify that a connection pool will be shutdown.
opcode - Variable in class org.logicalcobwebs.asm.tree.AbstractInsnNode
The opcode of this instruction.
OPCODES - Static variable in class org.logicalcobwebs.asm.util.PrintCodeVisitor
The names of the Java Virtual Machine opcodes.
open() - Method in class org.logicalcobwebs.proxool.configuration.LogKitTargetAdapter
 
open() - Method in class org.logicalcobwebs.proxool.ProxyConnection
This gets called /just/ before a connection is served.
openDataTable(ServletOutputStream) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
openHtml(ServletOutputStream) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
openStatements - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
operand - Variable in class org.logicalcobwebs.asm.tree.IntInsnNode
The operand of this instruction.
OPERATION_NAME_SHUTDOWN - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
OR - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
or(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Set value to value | b.
org.logicalcobwebs.asm - package org.logicalcobwebs.asm
Provides a small and fast bytecode manipulation framework.
org.logicalcobwebs.asm.tree - package org.logicalcobwebs.asm.tree
Provides an ASM class adapter that constructs a tree representation of the classes it visits.
org.logicalcobwebs.asm.util - package org.logicalcobwebs.asm.util
Provides some ASM class visitors that can be useful for programming and debugging purposes.
org.logicalcobwebs.cglib - package org.logicalcobwebs.cglib
 
org.logicalcobwebs.cglib.core - package org.logicalcobwebs.cglib.core
 
org.logicalcobwebs.cglib.proxy - package org.logicalcobwebs.cglib.proxy
 
org.logicalcobwebs.cglib.reflect - package org.logicalcobwebs.cglib.reflect
 
org.logicalcobwebs.cglib.util - package org.logicalcobwebs.cglib.util
 
org.logicalcobwebs.concurrent - package org.logicalcobwebs.concurrent
Concurrency utilities.
org.logicalcobwebs.dbscript - package org.logicalcobwebs.dbscript
 
org.logicalcobwebs.logging - package org.logicalcobwebs.logging
Simple wrapper API around multiple logging APIs.
org.logicalcobwebs.logging.impl - package org.logicalcobwebs.logging.impl
Provides logging implementations for JDK1.4, Log4J and LogKit (as well as simply stdout).
org.logicalcobwebs.proxool - package org.logicalcobwebs.proxool
A Java SQL Driver that provides a connection pool wrapper around another Driver of your choice.
org.logicalcobwebs.proxool.admin - package org.logicalcobwebs.proxool.admin
Provides statistical information on each pool.
org.logicalcobwebs.proxool.admin.jmx - package org.logicalcobwebs.proxool.admin.jmx
Contains an MBean adapter to manage pools through JMX plus a utility to register/deregister these beans.
org.logicalcobwebs.proxool.admin.jndi - package org.logicalcobwebs.proxool.admin.jndi
Contains a helper that can create a Proxool datasource and bind it to JNDI.
org.logicalcobwebs.proxool.admin.servlet - package org.logicalcobwebs.proxool.admin.servlet
The AdminServlet provides information about running pools.
org.logicalcobwebs.proxool.configuration - package org.logicalcobwebs.proxool.configuration
Helpers for configuring Proxool from various sources.
org.logicalcobwebs.proxool.proxy - package org.logicalcobwebs.proxool.proxy
 
org.logicalcobwebs.proxool.resources - package org.logicalcobwebs.proxool.resources
 
org.logicalcobwebs.proxool.util - package org.logicalcobwebs.proxool.util
 
outer - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
outerName - Variable in class org.logicalcobwebs.asm.tree.InnerClassNode
The internal name of the class to which the inner class belongs (see getInternalName).
output - Variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Either AdminServlet.OUTPUT_FULL (default) or AdminServlet.OUTPUT_SIMPLE
OUTPUT_FULL - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
OUtput full HTML including <HTML>, <HEAD> and <BODY> tags.
OUTPUT_SIMPLE - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
OUtput simple HTML excluding <HTML>, <HEAD> and <BODY> tags.
OVERLOAD_WITHOUT_REFUSAL_LIFETIME - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
OVERLOAD_WITHOUT_REFUSAL_LIFETIME_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
overloadWithoutRefusalLifetime - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
overloadWithoutRefusalLifetime - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
overrideConcreteMethod(Class, Method, Method) - Static method in class org.logicalcobwebs.proxool.proxy.InvokerFacade
Override the method provided by the InvokerFacade.getConcreteMethod(java.lang.Class, java.lang.reflect.Method).
overrideConcreteMethod(Method, Method) - Method in class org.logicalcobwebs.proxool.proxy.MethodMapper
Don't use the one we calculate using MethodMapper.getConcreteMethod(java.lang.reflect.Method), use this one instead.
owner - Variable in class org.logicalcobwebs.asm.Label
The code writer to which this label belongs, or null if unknown.
owner - Variable in class org.logicalcobwebs.asm.tree.FieldInsnNode
The internal name of the field's owner class (see getInternalName).
owner - Variable in class org.logicalcobwebs.asm.tree.MethodInsnNode
The internal name of the method's owner class (see getInternalName).

P

par(FJTask[]) - Static method in class org.logicalcobwebs.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke the tasks in the tasks array in parallel using coInvoke
par(FJTask, FJTask) - Static method in class org.logicalcobwebs.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke task1 and task2, in parallel
PARALLEL_SORTER - Static variable in class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
ParallelSorter - Class in org.logicalcobwebs.cglib.util
For the efficient sorting of multiple arrays in parallel.
ParallelSorter() - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter
 
ParallelSorter.ByteComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.ByteComparer(byte[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.ByteComparer
 
ParallelSorter.ComparatorComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.ComparatorComparer(Object[], Comparator) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.ComparatorComparer
 
ParallelSorter.Comparer - Interface in org.logicalcobwebs.cglib.util
 
ParallelSorter.DoubleComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.DoubleComparer(double[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.DoubleComparer
 
ParallelSorter.FloatComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.FloatComparer(float[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.FloatComparer
 
ParallelSorter.Generator - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.Generator() - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
ParallelSorter.IntComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.IntComparer(int[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.IntComparer
 
ParallelSorter.LongComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.LongComparer(long[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.LongComparer
 
ParallelSorter.ObjectComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.ObjectComparer(Object[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.ObjectComparer
 
ParallelSorter.ShortComparer - Class in org.logicalcobwebs.cglib.util
 
ParallelSorter.ShortComparer(short[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorter.ShortComparer
 
ParallelSorterEmitter - Class in org.logicalcobwebs.cglib.util
 
ParallelSorterEmitter(ClassVisitor, String, Object[]) - Constructor for class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
parameters - Variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
parseConstructor(Type[]) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
parseConstructor(String) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
parseSignature(String) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
parseType(String) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
parseTypes(String, ClassLoader) - Static method in class org.logicalcobwebs.cglib.core.ReflectUtils
 
parseTypes(String) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
parseTypes(String, int, int) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
password - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
PASSWORD_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
PASSWORD_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Standard JDBC property
peek() - Method in interface org.logicalcobwebs.concurrent.Channel
Return, but do not remove object at head of Channel, or null if it is empty.
peek() - Method in class org.logicalcobwebs.concurrent.FutureResult
Access the reference, even if not ready
peek() - Method in class org.logicalcobwebs.concurrent.LinkedQueue
 
PerformanceTest - Class in org.logicalcobwebs.proxool
Tests how fast Proxool is compared to the "perfect" pool, SimpoolAdapter.
PerformanceTest(String) - Constructor for class org.logicalcobwebs.proxool.PerformanceTest
 
PerformanceTest.AnnoyingConnector - Class in org.logicalcobwebs.proxool
 
PerformanceTest.AnnoyingConnector(String) - Constructor for class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
PerformanceTest.DisagreeableSnapshotter - Class in org.logicalcobwebs.proxool
 
PerformanceTest.DisagreeableSnapshotter(String) - Constructor for class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
period - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
PERIOD - Static variable in class org.logicalcobwebs.proxool.PerformanceTest
 
pkg - Variable in class org.logicalcobwebs.cglib.core.VisibilityPredicate
 
poll(long) - Method in interface org.logicalcobwebs.concurrent.Channel
Return and remove an item from channel only if one is available within msecs milliseconds.
poll(long) - Method in class org.logicalcobwebs.concurrent.LinkedQueue
 
poll(long) - Method in interface org.logicalcobwebs.concurrent.Takable
Return and remove an item from channel only if one is available within msecs milliseconds.
pollEntryQueue() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Return a task from entry queue, or null if empty.
pool - Variable in class org.logicalcobwebs.asm.ClassWriter
The constant pool of this class.
pool - Static variable in class org.logicalcobwebs.asm.CodeWriter
The shared pool of Edge objects.
poolDefinition - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
poolLog - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
This log has a category based on the alias
poolName - Variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
poolNext - Variable in class org.logicalcobwebs.asm.Edge
The next available edge in the pool.
poolProperties - Variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
POP - Static variable in interface org.logicalcobwebs.asm.Constants
 
pop() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
pop() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Return a popped task, or null if DEQ is empty.
POP2 - Static variable in interface org.logicalcobwebs.asm.Constants
 
pop2() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
populatePropertiesFromReference(Reference) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
position - Variable in class org.logicalcobwebs.asm.Label
The position of this label in the code, if known.
postDeregister() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
postRegister(Boolean) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
preDeregister() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
Predicate - Interface in org.logicalcobwebs.cglib.core
 
prefix - Variable in class org.logicalcobwebs.logging.impl.SimpleLog
 
PREFIX - Static variable in class org.logicalcobwebs.proxool.configuration.PropertyConfigurator
 
preRegister(MBeanServer, ObjectName) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
previous() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
previous() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
previousIndex() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
previousIndex() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
primaryReadWriteLock - Variable in class org.logicalcobwebs.proxool.ConnectionPool
If you want to shutdown the pool you should get a write lock on this.
PRIMES - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
primitives - Static variable in class org.logicalcobwebs.cglib.core.ReflectUtils
 
printAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a non standard code attribute.
printAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
PrintClassVisitor - Class in org.logicalcobwebs.asm.util
An abstract class visitor that prints the classes it visits.
PrintClassVisitor(PrintWriter) - Constructor for class org.logicalcobwebs.asm.util.PrintClassVisitor
Constructs a new PrintClassVisitor object.
PrintCodeVisitor - Class in org.logicalcobwebs.asm.util
An abstract code visitor that prints the code it visits.
PrintCodeVisitor() - Constructor for class org.logicalcobwebs.asm.util.PrintCodeVisitor
Constructs a new PrintCodeVisitor object.
printDefinitionEntry(ServletOutputStream, String, String, String) - Method in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
printFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a field instruction.
printFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printIincInsn(int, int) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printIincInsn(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints an IINC instruction.
printIincInsn(int, int) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printInsn(int) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printInsn(int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a zero operand instruction.
printInsn(int) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printIntInsn(int, int) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printIntInsn(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints an instruction with a single int operand.
printIntInsn(int, int) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a jump instruction.
printJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printLabel(Label) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printLabel(Label) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a label.
printLabel(Label) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printLdcInsn(Object) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printLdcInsn(Object) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a LDC instruction.
printLdcInsn(Object) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a line number declaration.
printLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printList(List) - Method in class org.logicalcobwebs.asm.util.PrintClassVisitor
Prints the given string tree to pw.
printLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a local variable declaration.
printLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a LOOKUPSWITCH instruction.
printLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printMaxs(int, int) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printMaxs(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints the maximum stack size and the maximum number of local variables of the method.
printMaxs(int, int) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a method instruction.
printMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a MULTIANEWARRAY instruction.
printMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printStackTrace() - Method in exception org.logicalcobwebs.proxool.ProxoolException
Prints this ProxoolException and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception org.logicalcobwebs.proxool.ProxoolException
Prints this ProxoolException and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.logicalcobwebs.proxool.ProxoolException
Prints this ProxoolException and its backtrace to the specified print writer.
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a TABLESWITCH instruction.
printTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a try catch block.
printTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a type instruction.
printTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
printVarInsn(int, int) - Method in class org.logicalcobwebs.asm.util.DumpCodeVisitor
 
printVarInsn(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
Prints a local variable instruction.
printVarInsn(int, int) - Method in class org.logicalcobwebs.asm.util.TraceCodeVisitor
 
PRIVATE_FINAL_STATIC - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
process_array(CodeEmitter, Type, ProcessArrayCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
Process an array on the stack.
process_arrays(CodeEmitter, Type, ProcessArrayCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
Process two arrays on the stack in parallel.
process_switch(int[], ProcessSwitchCallback) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
process_switch(int[], ProcessSwitchCallback, boolean) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
ProcessArrayCallback - Interface in org.logicalcobwebs.cglib.core
 
processCase(Object, Label) - Method in interface org.logicalcobwebs.cglib.core.ObjectSwitchCallback
 
processCase(int, Label) - Method in interface org.logicalcobwebs.cglib.core.ProcessSwitchCallback
 
processCase(Object, Label) - Method in class org.logicalcobwebs.cglib.reflect.FastClassEmitter.GetIndexCallback
 
processDefault() - Method in interface org.logicalcobwebs.cglib.core.ObjectSwitchCallback
 
processDefault() - Method in interface org.logicalcobwebs.cglib.core.ProcessSwitchCallback
 
processDefault() - Method in class org.logicalcobwebs.cglib.reflect.FastClassEmitter.GetIndexCallback
 
processElement(Type) - Method in interface org.logicalcobwebs.cglib.core.ProcessArrayCallback
 
ProcessSwitchCallback - Interface in org.logicalcobwebs.cglib.core
 
properties - Variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
PROPERTY - Static variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
PROPERTY_FILE_PROPERTY - Static variable in class org.logicalcobwebs.proxool.configuration.ServletConfigurator
 
PROPERTY_PREFIX - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
PropertyConfigurator - Class in org.logicalcobwebs.proxool.configuration
Uses a standard Java properties file to configure Proxool.
PropertyConfigurator() - Constructor for class org.logicalcobwebs.proxool.configuration.PropertyConfigurator
 
PropertyConfiguratorTest - Class in org.logicalcobwebs.proxool.configuration
Tests that the PropertyConfigurator works.
PropertyConfiguratorTest(String) - Constructor for class org.logicalcobwebs.proxool.configuration.PropertyConfiguratorTest
 
PropertyTest - Class in org.logicalcobwebs.proxool
Tests whether ConnectionPoolDefinition recognises properties properly
PropertyTest(String) - Constructor for class org.logicalcobwebs.proxool.PropertyTest
 
protectedOk - Variable in class org.logicalcobwebs.cglib.core.VisibilityPredicate
 
PROTOTYPE_COUNT - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
PROTOTYPE_COUNT_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
prototypeCount - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
prototypeCount - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
prototyper - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
Prototyper - Class in org.logicalcobwebs.proxool
Responsible for prototyping connections for all pools
Prototyper(ConnectionPool) - Constructor for class org.logicalcobwebs.proxool.Prototyper
 
PROTOTYPER_THREAD_GROUP - Static variable in class org.logicalcobwebs.proxool.PrototyperThread
 
PrototyperController - Class in org.logicalcobwebs.proxool
Controls the prototypers
PrototyperController() - Constructor for class org.logicalcobwebs.proxool.PrototyperController
 
PrototyperTest - Class in org.logicalcobwebs.proxool
Test the prototyper in ConnectionPool
PrototyperTest(String) - Constructor for class org.logicalcobwebs.proxool.PrototyperTest
 
prototyperThread - Static variable in class org.logicalcobwebs.proxool.PrototyperController
 
PrototyperThread - Class in org.logicalcobwebs.proxool
Responsible for running sweep.
PrototyperThread(String) - Constructor for class org.logicalcobwebs.proxool.PrototyperThread
 
providerUrl - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
PROXOOL - Static variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
PROXOOL - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
PROXOOL_DRIVER - Static variable in class org.logicalcobwebs.proxool.TestConstants
Proxool Driver class
PROXOOL_XML_NAMESPACE_URI - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
The namespace uri associated with namepace aware Proxool xml configurations.
Value: The latest version is available at http://proxool.sourceforge.net/xml-namespace
ProxoolAdapter - Class in org.logicalcobwebs.proxool
Provides Proxool connections to the ScriptFacade
ProxoolAdapter(String) - Constructor for class org.logicalcobwebs.proxool.ProxoolAdapter
Use this constructor if you want to define the alias
ProxoolAdapter() - Constructor for class org.logicalcobwebs.proxool.ProxoolAdapter
Default constructor.
ProxoolConstants - Interface in org.logicalcobwebs.proxool
All constants here please.
ProxoolDataSource - Class in org.logicalcobwebs.proxool
The Proxool DataSource implementation.
ProxoolDataSource() - Constructor for class org.logicalcobwebs.proxool.ProxoolDataSource
 
ProxoolDataSource(String) - Constructor for class org.logicalcobwebs.proxool.ProxoolDataSource
 
ProxoolDataSourceTest - Class in org.logicalcobwebs.proxool
Tests the Proxool datasources.
ProxoolDataSourceTest(String) - Constructor for class org.logicalcobwebs.proxool.ProxoolDataSourceTest
 
ProxoolDriver - Class in org.logicalcobwebs.proxool
This is the Proxool implementation of the java.sql.Driver interface.
ProxoolDriver() - Constructor for class org.logicalcobwebs.proxool.ProxoolDriver
 
ProxoolException - Exception in org.logicalcobwebs.proxool
Proxool exception class that emulates the behaviour of the new cause facility in jdk 1.4.
ProxoolException() - Constructor for exception org.logicalcobwebs.proxool.ProxoolException
Constructs a new instance with null as its detail message.
ProxoolException(String) - Constructor for exception org.logicalcobwebs.proxool.ProxoolException
Constructs a new instance with the specified detail message.
ProxoolException(String, Throwable) - Constructor for exception org.logicalcobwebs.proxool.ProxoolException
Constructs a new instance with the specified detail message and cause.
ProxoolException(Throwable) - Constructor for exception org.logicalcobwebs.proxool.ProxoolException
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProxoolFacade - Class in org.logicalcobwebs.proxool
This provides some nice-to-have features that can't be provided by the Driver implementation of java.sql.Driver.
ProxoolFacade() - Constructor for class org.logicalcobwebs.proxool.ProxoolFacade
 
ProxoolJMXHelper - Class in org.logicalcobwebs.proxool.admin.jmx
Utilities for Proxool JMX instrumentation.
ProxoolJMXHelper() - Constructor for class org.logicalcobwebs.proxool.admin.jmx.ProxoolJMXHelper
 
ProxoolJNDIHelper - Class in org.logicalcobwebs.proxool.admin.jndi
Utilities for Proxool JNDI operations.
ProxoolJNDIHelper() - Constructor for class org.logicalcobwebs.proxool.admin.jndi.ProxoolJNDIHelper
 
ProxoolListenerIF - Interface in org.logicalcobwebs.proxool
Listener for global Proxool events.
Proxy - Class in org.logicalcobwebs.cglib.proxy
This class is meant to be used as replacement for java.lang.reflect.Proxy under JDK 1.2.
Proxy(InvocationHandler) - Constructor for class org.logicalcobwebs.cglib.proxy.Proxy
 
Proxy.ProxyImpl - Class in org.logicalcobwebs.cglib.proxy
 
Proxy.ProxyImpl(InvocationHandler) - Constructor for class org.logicalcobwebs.cglib.proxy.Proxy.ProxyImpl
 
proxyConnection - Variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
ProxyConnection - Class in org.logicalcobwebs.proxool
Manages a connection.
ProxyConnection(Connection, long, String, ConnectionPool, ConnectionPoolDefinitionIF, int) - Constructor for class org.logicalcobwebs.proxool.ProxyConnection
 
proxyConnection - Variable in class org.logicalcobwebs.proxool.WrappedConnection
The wrapped object.
ProxyConnectionIF - Interface in org.logicalcobwebs.proxool
Contains most of the functionality that we require to manipilate the connection.
proxyConnections - Variable in class org.logicalcobwebs.proxool.ConnectionPool
This is the pool itself
ProxyConnectionTest - Class in org.logicalcobwebs.proxool
Test whether ProxyConnection works
ProxyConnectionTest(String) - Constructor for class org.logicalcobwebs.proxool.ProxyConnectionTest
 
ProxyDatabaseMetaData - Class in org.logicalcobwebs.proxool
Delegates to a normal Coonection for everything but the close() method (when it puts itself back into the pool instead).
ProxyDatabaseMetaData(DatabaseMetaData, Connection) - Constructor for class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
ProxyDatabaseMetaDataTest - Class in org.logicalcobwebs.proxool
Test whether ProxyDatabaseMetaData works
ProxyDatabaseMetaDataTest(String) - Constructor for class org.logicalcobwebs.proxool.ProxyDatabaseMetaDataTest
 
proxyFactory - Variable in class org.logicalcobwebs.logging.impl.LogFactoryImpl
 
ProxyFactory - Class in org.logicalcobwebs.proxool
A central place to build proxy objects.
ProxyFactory() - Constructor for class org.logicalcobwebs.proxool.ProxyFactory
 
proxyHashcode - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
ProxyStatement - Class in org.logicalcobwebs.proxool
Delegates to Statement for all calls.
ProxyStatement(Statement, ConnectionPool, ProxyConnectionIF, String) - Constructor for class org.logicalcobwebs.proxool.ProxyStatement
 
ProxyStatementTest - Class in org.logicalcobwebs.proxool
Test whether ProxyStatement works
ProxyStatementTest(String) - Constructor for class org.logicalcobwebs.proxool.ProxyStatementTest
 
push(int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
push(long) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
push(float) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
push(double) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
push(String) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
push(boolean) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
push(FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Push a task onto DEQ.
push_array(CodeEmitter, Object[]) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
push_object(CodeEmitter, Object) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
pushed - Variable in class org.logicalcobwebs.asm.Label
true if this basic block has been pushed in the basic block stack.
put(ClassWriter, ByteVector) - Method in class org.logicalcobwebs.asm.Attribute
Writes all the attributes of this attribute list in the given byte vector.
put(Item) - Method in class org.logicalcobwebs.asm.ClassWriter
Puts the given item in the constant pool's hash table.
put(ByteVector) - Method in class org.logicalcobwebs.asm.CodeWriter
Puts the bytecode of this method in the given byte vector.
put(CodeWriter, ByteVector, int, boolean) - Method in class org.logicalcobwebs.asm.Label
Puts a reference to this label in the bytecode of a method.
put(Object) - Method in interface org.logicalcobwebs.concurrent.Channel
Place item in the channel, possibly waiting indefinitely until it can be accepted.
put(FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Enqueue task at base of DEQ.
put(FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner.VolatileTaskRef
Set the reference
put(Object) - Method in class org.logicalcobwebs.concurrent.LinkedQueue
 
put(Object) - Method in interface org.logicalcobwebs.concurrent.Puttable
Place item in the channel, possibly waiting indefinitely until it can be accepted.
put1(int) - Method in class org.logicalcobwebs.asm.ByteVector
Puts a byte into this byte vector.
put11(int, int) - Method in class org.logicalcobwebs.asm.ByteVector
Puts two bytes into this byte vector.
put12(int, int) - Method in class org.logicalcobwebs.asm.ByteVector
Puts a byte and a short into this byte vector.
put122(int, int, int) - Method in class org.logicalcobwebs.asm.ClassWriter
Puts one byte and two shorts into the constant pool.
put2(int) - Method in class org.logicalcobwebs.asm.ByteVector
Puts a short into this byte vector.
put4(int) - Method in class org.logicalcobwebs.asm.ByteVector
Puts an int into this byte vector.
put8(long) - Method in class org.logicalcobwebs.asm.ByteVector
Puts a long into this byte vector.
putByteArray(byte[], int, int) - Method in class org.logicalcobwebs.asm.ByteVector
Puts an array of bytes into this byte vector.
putConnection(ProxyConnectionIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
When you have finished with a Connection you should put it back here.
PUTFIELD - Static variable in interface org.logicalcobwebs.asm.Constants
 
putfield(String) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
putfield(Type, String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
putLock_ - Variable in class org.logicalcobwebs.concurrent.LinkedQueue
Helper monitor for managing access to last node.
putParameter(int, Object) - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Add a parameter so that we can show its value when tracing
PUTSTATIC - Static variable in interface org.logicalcobwebs.asm.Constants
 
putstatic(Type, String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
Puttable - Interface in org.logicalcobwebs.concurrent
This interface exists to enable stricter type checking for channels.
putUTF(String) - Method in class org.logicalcobwebs.asm.ByteVector
Puts a String in UTF format into this byte vector.
pw - Variable in class org.logicalcobwebs.asm.util.PrintClassVisitor
The print writer to be used to print the class.

Q

quickRefuse() - Method in class org.logicalcobwebs.proxool.Prototyper
Give a quick answer to whether we should attempt to build a connection.
quickSort(int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
Sort the arrays using the quicksort algorithm.
quickSort(int, int, int) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
Sort the arrays using the quicksort algorithm.
quickSort(int, Comparator) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
Sort the arrays using the quicksort algorithm.
quickSort(int, int, int, Comparator) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter
Sort the arrays using the quicksort algorithm.
quickSort(int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
QUICKSORT_THRESHOLD - Static variable in class org.logicalcobwebs.cglib.util.SorterTemplate
 
quickSortHelper(int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 

R

readAttribute(String, int, int, char[]) - Method in class org.logicalcobwebs.asm.ClassReader
Reads an attribute in b.
readClass(InputStream) - Static method in class org.logicalcobwebs.asm.ClassReader
Reads the bytecode of a class.
readClass(int, char[]) - Method in class org.logicalcobwebs.asm.ClassReader
Reads a class constant pool item in b.
readConst(int, char[]) - Method in class org.logicalcobwebs.asm.ClassReader
Reads a numeric or string constant pool item in b.
readerLock_ - Variable in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
ReaderPreferenceReadWriteLock - Class in org.logicalcobwebs.concurrent
A ReadWriteLock that prefers waiting readers over waiting writers when there is contention.
ReaderPreferenceReadWriteLock() - Constructor for class org.logicalcobwebs.concurrent.ReaderPreferenceReadWriteLock
 
readInt(int) - Method in class org.logicalcobwebs.asm.ClassReader
Reads a signed int value in b.
readInt(byte[], int) - Static method in class org.logicalcobwebs.asm.CodeWriter
Reads a signed int value in the given byte array.
readLock() - Method in interface org.logicalcobwebs.concurrent.ReadWriteLock
get the readLock
readLock() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
readLong(int) - Method in class org.logicalcobwebs.asm.ClassReader
Reads a signed long value in b.
readShort(int) - Method in class org.logicalcobwebs.asm.ClassReader
Reads a signed short value in b.
readShort(byte[], int) - Static method in class org.logicalcobwebs.asm.CodeWriter
Reads a signed short value in the given byte array.
readUnsignedShort(int) - Method in class org.logicalcobwebs.asm.ClassReader
Reads an unsigned short value in b.
readUnsignedShort(byte[], int) - Static method in class org.logicalcobwebs.asm.CodeWriter
Reads an unsigned short value in the given byte array.
readUTF8(int, char[]) - Method in class org.logicalcobwebs.asm.ClassReader
Reads an UTF8 constant pool item in b.
ReadWriteLock - Interface in org.logicalcobwebs.concurrent
ReadWriteLocks maintain a pair of associated locks.
readWriteLock - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
ready_ - Variable in class org.logicalcobwebs.concurrent.FutureResult
Status -- true after first set
reallyClose() - Method in class org.logicalcobwebs.proxool.ProxyConnection
Close the connection for real
reallyClose() - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Really close the connection, as opposed to just putting it back in the pool.
reasonForMark - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
RECENTLY_STARTED_THRESHOLD - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
RECENTLY_STARTED_THRESHOLD_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
recentlyStartedThreshold - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
recentlyStartedThreshold - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
RECOURCE_NAME_MBEAN_NOTIFICATION_DEF_UPDATED - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
RECOURCE_NAME_MBEAN_NOTIFICATION_DESCRIPTION - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
RECOURCE_NAME_MBEAN_POOL_DESCRIPTION - Static variable in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
redefine(String, Properties) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Redefine the definition.
redefineConnectionPool(String, Properties) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Redefine the behaviour of the pool.
ref - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner.VolatileTaskRef
The reference
referenceCount - Variable in class org.logicalcobwebs.asm.Label
Number of forward references to this label, times two.
ReflectUtils - Class in org.logicalcobwebs.cglib.core
 
ReflectUtils() - Constructor for class org.logicalcobwebs.cglib.core.ReflectUtils
 
refusedCount - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
refusedCount - Variable in class org.logicalcobwebs.proxool.admin.Statistics
 
register(ConnectionPool) - Static method in class org.logicalcobwebs.proxool.HouseKeeperController
Schedule a regular triggerSweep
registerClosedStatement(Statement) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
registerClosedStatement(Statement) - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Notify that a statement has been closed and won't need closing when the connection is returned to the poo.
registerConnectionPool(String, Properties) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Build a ConnectionPool based on this definition and then start it.
registerConnectionPool(String, Properties, boolean) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Build a ConnectionPool based on this definition and then start it.
registerConnectionPool(ConnectionPoolDefinition) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
 
registerConnectionPool(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
With no configurator or properties (using default values)
registerDatasource(String, Properties) - Static method in class org.logicalcobwebs.proxool.admin.jndi.ProxoolJNDIHelper
Create a ProxoolDataSource with the given alias and bind it to JNDI using the given jndi properties.
registerDataSource(String, Properties) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
 
registered - Static variable in class org.logicalcobwebs.proxool.ShutdownHook
 
registerForJmx(String, Properties) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
 
registerPool(String, Properties) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ProxoolJMXHelper
Create and register a ConnectionPoolMBean to the given agents.
registerPool() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
Register a pool using the properties of this data source.
registerPool(String) - Method in class org.logicalcobwebs.proxool.ProxyStatementTest
 
registerRemovedConnection(int) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
RegistrationTest - Class in org.logicalcobwebs.proxool
Test whether we can register and remove a pool in various ways
RegistrationTest(String) - Constructor for class org.logicalcobwebs.proxool.RegistrationTest
 
release() - Method in interface org.logicalcobwebs.concurrent.Sync
Potentially enable others to pass.
release() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.ReaderLock
 
release() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.WriterLock
 
release() - Method in class org.logicalcobwebs.logging.impl.Log4jFactory
Release any internal references to previously created Log instances returned by this factory.
release() - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Release any internal references to previously created Log instances returned by this factory.
release() - Method in class org.logicalcobwebs.logging.LogFactory
Release any internal references to previously created Log instances returned by this factory.
releaseAll() - Static method in class org.logicalcobwebs.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
releaseConnectionStatusReadLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
releaseConnectionStatusWriteLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
releasePrimaryReadLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
releasePrimaryWriteLock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
REM - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
remap(int, int) - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
RemappingCodeVisitor - Class in org.logicalcobwebs.cglib.core
 
RemappingCodeVisitor(CodeVisitor, int, Type[]) - Constructor for class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
RemappingCodeVisitor(RemappingCodeVisitor) - Constructor for class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
RemappingCodeVisitor.IntRef - Class in org.logicalcobwebs.cglib.core
 
RemappingCodeVisitor.IntRef() - Constructor for class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.IntRef
 
RemappingCodeVisitor.State - Class in org.logicalcobwebs.cglib.core
 
RemappingCodeVisitor.State(int, Type[]) - Constructor for class org.logicalcobwebs.cglib.core.RemappingCodeVisitor.State
 
remove(Object) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
remove(Thread) - Static method in class org.logicalcobwebs.proxool.ShutdownHook
 
remove() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
remove(int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Remove the element at the specified position in the list, and shift any subsequent elements down one position.
remove(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Remove the first occurrence of the specified element from the list, and shift any subsequent elements down one position.
remove(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
remove(int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
remove() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
removeAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Remove from this collection all of its elements that are contained in the specified collection.
removeAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
removeAllConnectionPools(int) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use the better named shutdown() instead.
removeAttribute(String) - Method in class org.logicalcobwebs.logging.impl.Log4jFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.logicalcobwebs.logging.LogFactory
Remove any configuration attribute associated with the specified name.
removeConfigurationListener(String, ConfigurationListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Remove a listener that gets called everytime the configuration changes.
removeConnectionListener(ConnectionListenerIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
removeConnectionListener(String, ConnectionListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Remove a listener that monitors each time a connection is made or destroyed.
removeConnectionPool(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolManager
 
removeConnectionPool(String, ConnectionPool, int) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Remove a connection pool.
removeConnectionPool(String, int) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Remove a connection pool.
removeConnectionPool(String) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Like ProxoolFacade.removeConnectionPool(java.lang.String, int) but uses no delay.
removeFinal(List) - Static method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
removeListener(Object) - Method in class org.logicalcobwebs.proxool.util.AbstractListenerContainer
 
removeListener(Object) - Method in interface org.logicalcobwebs.proxool.util.ListenerContainerIF
Remove a listener from this container.
removeNotificationListener(NotificationListener) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
removeProxoolListener(ProxoolListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Remove a registered ProxoolListenerIF.
removeProxyConnection(ProxyConnectionIF, String, boolean, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Remove a ProxyConnection by calling its onDeath event, closing it (for real) and then removing it from the list.
removeStateListener(StateListenerIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
removeStateListener(String, StateListenerIF) - Method in class org.logicalcobwebs.proxool.ProxoolFacade
Remove a listener that monitors the change of state of the pool (quiet, busy, overloaded, or down)
reportProperties(XMLConfigurator, Configuration[]) - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
 
REQUEST_EXPIRY - Static variable in class org.logicalcobwebs.proxool.ConnectionPool
 
requester - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
requester - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
reset() - Method in class org.logicalcobwebs.concurrent.FJTask
Clear the termination status of this task.
reset() - Method in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
reset() - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
reset() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Reset all properties to their default values
reset(Connection, String) - Method in class org.logicalcobwebs.proxool.ConnectionResetter
Reset this connection to its default values.
reset() - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
Reset all properties to their default values
reset() - Method in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
resetConnection(Connection, String) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Resets a Connection to its original state.
resize - Variable in class org.logicalcobwebs.asm.CodeWriter
Indicates if some jump instructions are too small and need to be resized.
resizeInstructions(int[], int[], int) - Method in class org.logicalcobwebs.asm.CodeWriter
Resizes the designated instructions, while keeping jump offsets and instruction addresses consistent.
resolve(CodeWriter, int, byte[]) - Method in class org.logicalcobwebs.asm.Label
Resolves all forward references to this label.
resolved - Variable in class org.logicalcobwebs.asm.Label
Indicates if the position of this label is known.
ResourceNamesIF - Interface in org.logicalcobwebs.proxool.resources
Constants for Proxool resource names.
result - Variable in class org.logicalcobwebs.proxool.ResultMonitor
 
ResultMonitor - Class in org.logicalcobwebs.proxool
Waits for a set of results to become true with timeout functionality
ResultMonitor() - Constructor for class org.logicalcobwebs.proxool.ResultMonitor
 
RET - Static variable in interface org.logicalcobwebs.asm.Constants
 
retainAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Remove from this collection all of its elements except those that are contained in the specified collection.
retainAll(Collection) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
RETURN - Static variable in interface org.logicalcobwebs.asm.Constants
 
return_value() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
reverse(Map, Map) - Static method in class org.logicalcobwebs.cglib.core.CollectionUtils
 
ROLE - Static variable in class org.logicalcobwebs.proxool.configuration.AvalonConfigurator
Avalon ROLE id for this component.
roll() - Method in class org.logicalcobwebs.proxool.admin.StatsRoller
 
rotate(int, int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
route - Variable in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
route(Object[]) - Static method in class org.logicalcobwebs.cglib.proxy.Mixin
 
route - Variable in class org.logicalcobwebs.cglib.proxy.Mixin.Route
 
ROUTE_CACHE - Static variable in class org.logicalcobwebs.cglib.proxy.Mixin
 
rtransforms - Static variable in class org.logicalcobwebs.cglib.core.TypeUtils
 
run() - Method in class org.logicalcobwebs.concurrent.FJTask.Par
 
run() - Method in class org.logicalcobwebs.concurrent.FJTask.Par2
 
run() - Method in class org.logicalcobwebs.concurrent.FJTask.Seq
 
run() - Method in class org.logicalcobwebs.concurrent.FJTask.Seq2
 
run() - Method in class org.logicalcobwebs.concurrent.FJTask.Wrap
 
run() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Main runloop
run() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup.InvokableFJTask
 
run() - Method in class org.logicalcobwebs.dbscript.Commander
 
run() - Method in class org.logicalcobwebs.logging.impl.MyPrivilegedAction
 
run() - Method in class org.logicalcobwebs.proxool.ConnectionPoolTest.Closer
 
run() - Method in class org.logicalcobwebs.proxool.HouseKeeperThread
 
run() - Method in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
run() - Method in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
run() - Method in class org.logicalcobwebs.proxool.PrototyperThread
 
run() - Method in class org.logicalcobwebs.proxool.ShutdownHook
Remove all connection pools without delay
runnable - Variable in class org.logicalcobwebs.concurrent.FJTask.Wrap
 
running - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
running - Variable in class org.logicalcobwebs.proxool.PerformanceTest.AnnoyingConnector
 
running - Variable in class org.logicalcobwebs.proxool.PerformanceTest.DisagreeableSnapshotter
 
runPriority - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Priority to use while running tasks
runs - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Total number of tasks run
runScript(String, ConnectionAdapterIF) - Static method in class org.logicalcobwebs.dbscript.ScriptFacade
Run the script using the appropriate handler
runScript(String, ConnectionAdapterIF, CommandFilterIF) - Static method in class org.logicalcobwebs.dbscript.ScriptFacade
Run the script using the appropriate handler
runScript(Script, ConnectionAdapterIF, CommandFilterIF) - Static method in class org.logicalcobwebs.dbscript.ScriptRunner
Run the script.

S

SALOAD - Static variable in interface org.logicalcobwebs.asm.Constants
 
SASTORE - Static variable in interface org.logicalcobwebs.asm.Constants
 
SBYTE_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions with an signed byte label.
scan(FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Do all but the pop() part of yield or join, by traversing all DEQs in our group looking for a task to steal.
scanPriority - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Priority to use while scanning for work
scans - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Total number of queues scanned for work
SCANS_PER_SLEEP - Static variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
The number of times to scan other threads for tasks before transitioning to a mode where scans are interleaved with sleeps (actually timed waits).
scanWhileIdling() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Same as scan, but called when current thread is idling.
Script - Class in org.logicalcobwebs.dbscript
Defines a set of commands to run.
Script() - Constructor for class org.logicalcobwebs.dbscript.Script
 
script - Variable in class org.logicalcobwebs.dbscript.ScriptBuilder
 
ScriptBuilder - Class in org.logicalcobwebs.dbscript
Parser to get Script from XML source
ScriptBuilder() - Constructor for class org.logicalcobwebs.dbscript.ScriptBuilder
 
ScriptFacade - Class in org.logicalcobwebs.dbscript
Allows you to run scripts from file.
ScriptFacade() - Constructor for class org.logicalcobwebs.dbscript.ScriptFacade
 
ScriptRunner - Class in org.logicalcobwebs.dbscript
Run a script.
ScriptRunner() - Constructor for class org.logicalcobwebs.dbscript.ScriptRunner
 
securityAuthentication - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
securityCredentials - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
securityPrincipal - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
seenStatic - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
seq(FJTask[]) - Static method in class org.logicalcobwebs.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke the tasks in the tasks array in array order
seq(FJTask, FJTask) - Static method in class org.logicalcobwebs.concurrent.FJTask
Construct and return a FJTask object that, when executed, will invoke task1 and task2, in order
servedCount - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
servedCount - Variable in class org.logicalcobwebs.proxool.admin.Statistics
 
servedCount - Variable in class org.logicalcobwebs.proxool.PerformanceTest
 
SERVICE_ID - Static variable in class org.logicalcobwebs.logging.LogFactory
JDK1.3+ 'Service Provider' specification (http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html)
ServletConfigurator - Class in org.logicalcobwebs.proxool.configuration
Allows you to configure Proxool using a servlet.
ServletConfigurator() - Constructor for class org.logicalcobwebs.proxool.configuration.ServletConfigurator
 
set(int) - Method in class org.logicalcobwebs.asm.Item
Sets this item to an INT item.
set(long) - Method in class org.logicalcobwebs.asm.Item
Sets this item to a LONG item.
set(float) - Method in class org.logicalcobwebs.asm.Item
Sets this item to a FLOAT item.
set(double) - Method in class org.logicalcobwebs.asm.Item
Sets this item to a DOUBLE item.
set(int, String, String, String) - Method in class org.logicalcobwebs.asm.Item
Sets this item to an item that do not hold a primitive value.
set(int) - Method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
set(int) - Static method in class org.logicalcobwebs.concurrent.DefaultChannelCapacity
Set the default capacity used in default (no-argument) constructor for BoundedChannels that otherwise require a capacity argument.
set(Object) - Method in class org.logicalcobwebs.concurrent.FutureResult
Set the reference, and signal that it is ready.
set(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Set to newValue.
set(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.ListIter
 
set(int, Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Replace the element at the specified position in this list with the specified element.
set(int, Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
set(Object) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList.SubListIter
 
SET_CALLBACK - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
SET_CALLBACKS - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
SET_LENGTH - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
SET_NULL_METHOD - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
SET_PREFIX - Static variable in class org.logicalcobwebs.proxool.ProxyStatement
 
SET_THREAD_CALLBACKS - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
SET_THREAD_CALLBACKS_NAME - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
setActive(FJTaskRunner) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Set active status of thread t to true, and notify others that might be waiting for work.
setActiveConnectionCount(int) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setAge(long) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setAlias(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setAlias(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setAnyProperty(String, String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setArrays(Object[]) - Method in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
setAsBeans(boolean) - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
setAttribute(String, Object) - Method in class org.logicalcobwebs.logging.impl.Log4jFactory
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.logicalcobwebs.logging.impl.LogFactoryImpl
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.logicalcobwebs.logging.LogFactory
Set the configuration attribute with the specified name.
setAttribute(Attribute) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
setAttributes(AttributeList) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
setAvailableConnectionCount(int) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setBirthDate(Date) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setBirthTime(long) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
setCallback(Callback) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set the single Callback to use.
setCallback(int, Callback) - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Set the callback for this object for the given type.
setCallbackFilter(CallbackFilter) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set the CallbackFilter used to map the generated class' methods to a particular callback index.
setCallbacks(Callback[]) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set the array of callbacks to use.
setCallbacks(Callback[]) - Method in interface org.logicalcobwebs.cglib.proxy.Factory
Replace all of the callbacks for this object at once.
setCallbackType(Class) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set the single type of Callback to use.
setCallbackTypes(Class[]) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set the array of callback types to use.
setChangedInfo(Properties) - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
setClasses(Class[]) - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
setClassLoader(ClassLoader) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
Set the ClassLoader in which the class will be generated.
setCompleteInfo(Properties) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Overwrite the complete info
setCompleteInfo(Properties) - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
setCompleteUrl(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setConfigurationListener(String, ConfigurationListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use ProxoolFacade.addConfigurationListener(String, ConfigurationListenerIF) instead.
setConnectionCount(long) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setConnectionInfos(Collection) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setConnectionListener(ConnectionListenerIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Deprecated. use ConnectionPool.addConnectionListener(ConnectionListenerIF) instead.
setConnectionListener(String, ConnectionListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use ProxoolFacade.addConnectionListener(String, ConnectionListenerIF) instead.
setCustomizer(Customizer) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
setDateStarted(Date) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setDefinition(ConnectionPoolDefinition) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Changes both the way that any new connections will be made, and the behaviour of the pool.
setDelay(int) - Method in class org.logicalcobwebs.proxool.ResultMonitor
 
setDelegateDriver(String) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setDelegateHashcode(String) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setDelegateProperties(Properties, String) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
setDelegateProperties(Properties) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Overwrite the delegate properties
setDelegateProperty(String, String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Set a property
setDelegates(Object[]) - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
setDelegateUrl(String) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setDone() - Method in class org.logicalcobwebs.concurrent.FJTask
Indicate termination.
setDriver(String) - Method in class org.logicalcobwebs.dbscript.Script
 
setDriver(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setDriver(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setDriverProperty(Attributes) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
setDriverUrl(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setException(Throwable) - Method in class org.logicalcobwebs.concurrent.FutureResult
Set the exception field, also setting ready status.
setException(String) - Method in class org.logicalcobwebs.dbscript.Command
 
setExpectedUpState(int) - Method in class org.logicalcobwebs.proxool.StateResultMonitor
 
setFast(boolean) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Sets whether this list will operate in fast mode.
setFatalSqlExceptionsAsString(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setFatalSqlExceptionsAsString(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setFatalSqlExceptionWrapper(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setFatalSqlExceptionWrapperClass(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setFixedInput(boolean) - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
Configure how unknown String keys will be handled.
setHashConstant(int) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
setHashMultiplier(int) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
setHouseKeeperProperty(String, String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Subset of ConnectionPoolDefinition.setAnyProperty(java.lang.String, java.lang.String, boolean) to avoid overly long method.
setHouseKeepingSleepTime(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setHouseKeepingSleepTime(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setHouseKeepingTestSql(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setHouseKeepingTestSql(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setId(long) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setId(long) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
setInactive(FJTaskRunner) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Set active status of thread t to false.
setInitialContextFactory(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setInjectableCallableStatementInterfaceName(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setInjectableConnectionInterfaceName(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setInjectablePreparedStatementInterfaceName(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setInjectableProperty(String, String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Subset of ConnectionPoolDefinition.setAnyProperty(java.lang.String, java.lang.String, boolean) to avoid overly long method
setInjectableStatementInterfaceName(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setIntegerAttribute(String, String, Object, int, Properties, AttributeList) - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBean
 
setInterface(Class) - Method in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
setInterface(Class) - Method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
setInterface(Class) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
setInterface(Class) - Method in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
setInterfaces(Class[]) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set the interfaces to implement.
setInts(int[]) - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
Set the array of integer results.
setJmx(boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setJmx(boolean) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setJmxAgentId(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setJmxAgentId(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setJndiName(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setJndiProperty(String, String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Subset of ConnectionPoolDefinition.setAnyProperty(java.lang.String, java.lang.String, boolean) to avoid overly long method
setLevel(int) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Set logging level.
setLoad(int) - Method in class org.logicalcobwebs.dbscript.Command
 
setLoggingProperty(String, String, boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Subset of ConnectionPoolDefinition.setAnyProperty(java.lang.String, java.lang.String, boolean) to avoid overly long method
setLogImplementation(String) - Static method in class org.logicalcobwebs.logging.LogSource
Deprecated. Set the log implementation/log implementation factory by the name of the class.
setLogImplementation(Class) - Static method in class org.logicalcobwebs.logging.LogSource
Deprecated. Set the log implementation/log implementation factory by class.
setLoginTimeout(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setLogWriter(PrintWriter) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setLoops(int) - Method in class org.logicalcobwebs.dbscript.Command
 
setMark(int) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setMaximumActiveTime(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setMaximumActiveTime(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setMaximumConnectionCount(int) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setMaximumConnectionCount(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setMaximumConnectionCount(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setMaximumConnectionLifetime(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setMaximumConnectionLifetime(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setMaximumNewConnections(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Deprecated. use more descriptive ConnectionPoolDefinition.setSimultaneousBuildThrottle(int) instead
setMethodName(String) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
setMinimumConnectionCount(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setMinimumConnectionCount(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setName(String) - Method in class org.logicalcobwebs.dbscript.Command
 
setName(String) - Method in class org.logicalcobwebs.dbscript.Script
 
setNamePrefix(String) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
setNamingPolicy(NamingPolicy) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
Override the default naming policy.
setNeedToReset(boolean) - Method in class org.logicalcobwebs.proxool.ProxyConnection
The subclass should call this to indicate that a change has been made to the connection that might mean it needs to be reset (like setting autoCommit to false or something).
setOfflineConnectionCount(int) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setOpcode(int) - Method in class org.logicalcobwebs.asm.tree.FieldInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.logicalcobwebs.asm.tree.InsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.logicalcobwebs.asm.tree.IntInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.logicalcobwebs.asm.tree.JumpInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.logicalcobwebs.asm.tree.MethodInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.logicalcobwebs.asm.tree.TypeInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class org.logicalcobwebs.asm.tree.VarInsnNode
Sets the opcode of this instruction.
setOverloadWithoutRefusalLifetime(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setOverloadWithoutRefusalLifetime(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setPassword(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setPassword(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setPrototypeCount(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setPrototypeCount(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setProviderUrl(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setProxoolProperty(String, String) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
setProxyHashcode(String) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setRecentlyStartedThreshold(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setRecentlyStartedThreshold(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setRefusedCount(long) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setRequester(String) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setRequester(String) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
setRequester(String) - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
 
setRoute(int[]) - Method in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
setRunPriorities(int) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Set the priority to use while a FJTaskRunner is actively running tasks.
setRunPriority(int) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Set the priority to use while running tasks.
setSAXFeature(XMLReader, String, boolean) - Static method in class org.logicalcobwebs.proxool.configuration.JAXPConfigurator
 
setScanPriorities(int) - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Set the priority to use while a FJTaskRunner is polling for new tasks to perform.
setScanPriority(int) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Set the priority to use while scanning.
setSecurityAuthentication(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setSecurityCredentials(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setSecurityPrincipal(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setServedCount(long) - Method in class org.logicalcobwebs.proxool.admin.Snapshot
 
setShutdownHook(Thread) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
By remembering the most recent ShutdownHook ProxoolFacade will know to disable it when it is ProxoolFacade.shutdown().
setSimultaneousBuildThrottle(int) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setSimultaneousBuildThrottle(int) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setSql(String) - Method in class org.logicalcobwebs.dbscript.Command
 
setSqlStatementIfNull(String) - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Sets sqlStatement if it isn't already set
setStateListener(StateListenerIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Deprecated. use ConnectionPool.addStateListener(StateListenerIF) instead.
setStateListener(String, StateListenerIF) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Deprecated. use ProxoolFacade.addStateListener(String, StateListenerIF) instead.
setStatistics(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setStatistics(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setStatisticsLogLevel(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setStatisticsLogLevel(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setStatus(int) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setStatus(int) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
setStatus(int, int) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
setStatus(int, int) - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Changes the status and lets the ConnectionPool know so that it can keep count of how many connections are at each status.
setStatus(int) - Method in interface org.logicalcobwebs.proxool.ProxyConnectionIF
Forces the new status regardless of the old state
setStopDate(Date) - Method in class org.logicalcobwebs.proxool.admin.Statistics
 
setStrategy(GeneratorStrategy) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
Set the strategy to use to create the bytecode from this generator.
setStrings(String[]) - Method in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
Set the array of recognized Strings.
setSuperclass(Class) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set the class which the generated class will extend.
setTarget(ClassVisitor, ClassVisitor) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
setTarget(Object) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
setTargetClass(Class) - Method in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
setTargetClass(Class) - Method in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
setter(Callable) - Method in class org.logicalcobwebs.concurrent.FutureResult
Return a Runnable object that, when run, will set the result value.
setTerminated() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup.InvokableFJTask
 
setTestAfterUse(boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setTestAfterUse(boolean) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setTestBeforeUse(boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setTestBeforeUse(boolean) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setThreadCallbacks(Class, Callback[]) - Static method in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
setTimeLastStartActive(long) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setTimeLastStartActive(long) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
setTimeLastStopActive(long) - Method in class org.logicalcobwebs.proxool.ConnectionInfo
 
setTimeLastStopActive(long) - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
setTimeout(long) - Method in class org.logicalcobwebs.proxool.ResultMonitor
Set the timeout
setTrace(boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setTrace(boolean) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setTriggerResetException(boolean) - Static method in class org.logicalcobwebs.proxool.ConnectionResetter
Called by a unit test.
setType(Class) - Method in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
setup(String, String, Properties) - Method in interface org.logicalcobwebs.dbscript.ConnectionAdapterIF
Setup the adapter.
setUp() - Method in class org.logicalcobwebs.logging.Jdk14LoggerTest
Override AbstractProxoolTest.setUp() because we don't want to configure logging.
setUp() - Method in class org.logicalcobwebs.proxool.AbstractProxoolTest
 
setUp() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
Calls AbstractProxoolTest.setUp()
setUp() - Method in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
Calls AbstractProxoolTest.setUp()
setup(String, String, Properties) - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
setup(String, String, Properties) - Method in class org.logicalcobwebs.proxool.SimpoolAdapter
 
setUpState(int) - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
setUrl(String) - Method in class org.logicalcobwebs.dbscript.Script
 
setUrl(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setUseCache(boolean) - Method in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
Whether use and update the static cache of generated classes for a class with the same properties.
setUseFactory(boolean) - Method in class org.logicalcobwebs.cglib.proxy.Enhancer
Set whether the enhanced object instances should implement the Factory interface.
setUser(String) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setUser(String) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
setVerbose(boolean) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
setVerbose(boolean) - Method in class org.logicalcobwebs.proxool.ProxoolDataSource
 
SHORT - Static variable in class org.logicalcobwebs.asm.Type
The sort of the short type.
SHORT_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions with an signed short label.
SHORT_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The short type.
showDateTime - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
Include the current time in the log message
showLogName - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
Include the instance name in the log message?
showShortName - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
Include the short name (last component) of the logger in the log message.
shrinkStringBuffer(CodeEmitter, int) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
shutdown(int, String) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Call this to shutdown gracefully.
shutdown() - Static method in class org.logicalcobwebs.proxool.HouseKeeperController
Stop all house keeper threads.
shutdown() - Static method in class org.logicalcobwebs.proxool.PrototyperController
Stop all house keeper threads
shutdown() - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Removes all connection pools.
shutdown(int) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Removes all connection pools.
shutdown(String, int) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Removes all connection pools.
shutdownHook - Static variable in class org.logicalcobwebs.proxool.ProxoolFacade
This is the thread that has been registered with Runtime as a shutdownHook.
ShutdownHook - Class in org.logicalcobwebs.proxool
This is instantiated statically by ProxoolFacade.
ShutdownHook() - Constructor for class org.logicalcobwebs.proxool.ShutdownHook
Registers this ShutdownHook with Runtime
shutdownThread - Variable in class org.logicalcobwebs.proxool.ConnectionPool
This gets set during ConnectionPool.shutdown(int, java.lang.String).
sig - Variable in class org.logicalcobwebs.cglib.core.CodeEmitter.State
 
sig - Variable in class org.logicalcobwebs.cglib.proxy.MethodProxy
 
SIG_STATIC - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
signalNewTask() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Start or wake up any threads waiting for work
signalWaiters() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.ReaderLock
 
signalWaiters() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.Signaller
 
signalWaiters() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.WriterLock
 
Signature - Class in org.logicalcobwebs.cglib.core
A representation of a method signature, containing the method name, return type, and parameter types.
Signature(String, String) - Constructor for class org.logicalcobwebs.cglib.core.Signature
 
Signature(String, Type, Type[]) - Constructor for class org.logicalcobwebs.cglib.core.Signature
 
SIGNATURE_GET_INDEX - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
signatureSwitchHelper(CodeEmitter, List) - Method in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
SIMLE_LOG_PROPS - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
All system properties which start with SimpleLog.SYSTEM_PREFIX
SimpleLog - Class in org.logicalcobwebs.logging.impl
Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.
SimpleLog(String) - Constructor for class org.logicalcobwebs.logging.impl.SimpleLog
Construct a simple log with given name.
SimpoolAdapter - Class in org.logicalcobwebs.proxool
This is the simplest pool you can get.
SimpoolAdapter() - Constructor for class org.logicalcobwebs.proxool.SimpoolAdapter
 
SIMULTANEOUS_BUILD_THROTTLE - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
SIMULTANEOUS_BUILD_THROTTLE_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
simultaneousBuildThrottle - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
simultaneousBuildThrottle - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
SINGLE_NEW_INSTANCE - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
SIPUSH - Static variable in interface org.logicalcobwebs.asm.Constants
 
SIZE - Static variable in class org.logicalcobwebs.asm.CodeWriter
The stack size variation corresponding to each JVM instruction.
size() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Return the number of FJTaskRunner threads in this group
size() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return the number of elements in this list.
size() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
skipArgs(int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
slowCoInvoke(FJTask, FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Backup to handle noninlinable cases of coInvoke
slowCoInvoke(FJTask[]) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Backup to handle atypical or noninlinable cases of coInvoke
slowPush(FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Handle slow case for push
smallNumberFormat - Static variable in class org.logicalcobwebs.proxool.FormatHelper
 
SNAPSHOT - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Used as part of the CSS class
Snapshot - Class in org.logicalcobwebs.proxool.admin
Implementation of SnapshotIF
Snapshot(Date) - Constructor for class org.logicalcobwebs.proxool.admin.Snapshot
 
snapshot - Variable in class org.logicalcobwebs.proxool.admin.SnapshotResultMonitor
 
snapshotDate - Variable in class org.logicalcobwebs.proxool.admin.Snapshot
 
SnapshotIF - Interface in org.logicalcobwebs.proxool.admin
Provides a snapshot of a pool
SnapshotResultMonitor - Class in org.logicalcobwebs.proxool.admin
A ResultMonitor specifically for Snapshots
SnapshotResultMonitor(String) - Constructor for class org.logicalcobwebs.proxool.admin.SnapshotResultMonitor
 
SnapshotTest - Class in org.logicalcobwebs.proxool.admin
Test SnapshotIF
SnapshotTest(String) - Constructor for class org.logicalcobwebs.proxool.admin.SnapshotTest
 
snd - Variable in class org.logicalcobwebs.concurrent.FJTask.Par2
 
snd - Variable in class org.logicalcobwebs.concurrent.FJTask.Seq2
 
somethingHappened - Variable in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
somethingHappened - Variable in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
sort - Variable in class org.logicalcobwebs.asm.Type
The sort of this Java type.
SorterTemplate - Class in org.logicalcobwebs.cglib.util
 
SorterTemplate() - Constructor for class org.logicalcobwebs.cglib.util.SorterTemplate
 
source - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory.Generator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.proxy.Mixin.Generator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.reflect.MulticastDelegate.Generator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.util.ParallelSorter.Generator
 
SOURCE - Static variable in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
SOURCE_FILE - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
sourceFile - Variable in class org.logicalcobwebs.asm.ClassWriter
The index of the constant pool item that contains the name of the source file from which this class was compiled.
sourceFile - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The name of the source file from which this class was compiled.
sql - Variable in class org.logicalcobwebs.dbscript.Command
 
sqlCalls - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
sqlCalls - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
sqlLog - Variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
sqlStatement - Variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
srcAndRefPositions - Variable in class org.logicalcobwebs.asm.Label
Informations about forward references.
stackSize - Variable in class org.logicalcobwebs.asm.CodeWriter
The (relative) stack size after the last visited instruction.
stackSize - Variable in class org.logicalcobwebs.asm.Edge
The (relative) stack size in the basic block from which this edge originates.
STANDARD_PROPERTY - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Used as part of the CSS class
start - Variable in class org.logicalcobwebs.asm.tree.LineNumberNode
The first instruction corresponding to this line number.
start - Variable in class org.logicalcobwebs.asm.tree.LocalVariableNode
The first instruction corresponding to the scope of this local variable (inclusive).
start - Variable in class org.logicalcobwebs.asm.tree.TryCatchBlockNode
Beginning of the exception handler's scope (inclusive).
start - Variable in class org.logicalcobwebs.asm.util.CheckClassAdapter
true if the visit method has been called.
start - Variable in class org.logicalcobwebs.cglib.core.Block
 
start() - Method in class org.logicalcobwebs.concurrent.FJTask
Execute this task.
start() - Method in class org.logicalcobwebs.proxool.ConnectionPool
Starts up house keeping and prototyper threads.
startDate - Variable in class org.logicalcobwebs.proxool.admin.Statistics
 
startElement(String, String, String, Attributes) - Method in class org.logicalcobwebs.dbscript.ScriptBuilder
 
startElement(String, String, String, Attributes) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
startExecute() - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
startPrototyper() - Static method in class org.logicalcobwebs.proxool.PrototyperController
 
startRead() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
startReadFromNewReader() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
startReadFromWaitingReader() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
startWrite() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
startWriteFromNewWriter() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
startWriteFromWaitingWriter() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
state - Variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
state - Variable in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
STATE_BUSY - Static variable in interface org.logicalcobwebs.proxool.StateListenerIF
 
STATE_DOWN - Static variable in interface org.logicalcobwebs.proxool.StateListenerIF
 
STATE_OVERLOADED - Static variable in interface org.logicalcobwebs.proxool.StateListenerIF
 
STATE_QUIET - Static variable in interface org.logicalcobwebs.proxool.StateListenerIF
 
StateListenerIF - Interface in org.logicalcobwebs.proxool
Monitors the state of the pool so you can see whether it is quiet, busy, overloaded, or down.
StateListenerTest - Class in org.logicalcobwebs.proxool
Test that registering a ConfigurationListenerIF with the ProxoolFacade works.
StateListenerTest(String) - Constructor for class org.logicalcobwebs.proxool.StateListenerTest
 
StateListenerTest.TestStateListener - Class in org.logicalcobwebs.proxool
 
StateListenerTest.TestStateListener() - Constructor for class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
statement - Variable in class org.logicalcobwebs.proxool.AbstractProxyStatement
 
StateResultMonitor - Class in org.logicalcobwebs.proxool
A ResultMonitor specifically for State
StateResultMonitor() - Constructor for class org.logicalcobwebs.proxool.StateResultMonitor
 
STATIC_HOOK - Static variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
STATIC_HOOK_FLAG - Static variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
STATIC_NAME - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
STATISTIC - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
Used as part of the CSS class
statistics(String, StatisticsIF) - Method in class org.logicalcobwebs.proxool.admin.CompositeStatisticsListener
 
Statistics - Class in org.logicalcobwebs.proxool.admin
Implementation of StatisticsIF
Statistics(Date) - Constructor for class org.logicalcobwebs.proxool.admin.Statistics
 
statistics(String, StatisticsIF) - Method in interface org.logicalcobwebs.proxool.admin.StatisticsListenerIF
A new set of statistics have just been produced
statistics - Variable in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
statistics(String, StatisticsIF) - Method in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
statistics(String, StatisticsIF) - Method in class org.logicalcobwebs.proxool.admin.StatisticsLogger
 
statistics - Variable in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
 
statistics - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
statistics - Variable in class org.logicalcobwebs.proxool.PerformanceTest
 
statistics(String, StatisticsIF) - Method in class org.logicalcobwebs.proxool.PerformanceTest
 
STATISTICS - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
statistics - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
STATISTICS_LOG_LEVEL - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
STATISTICS_LOG_LEVEL_DEBUG - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
STATISTICS_LOG_LEVEL_INFO - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
STATISTICS_LOG_LEVEL_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
STATISTICS_LOG_LEVEL_TRACE - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
STATISTICS_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
StatisticsIF - Interface in org.logicalcobwebs.proxool.admin
Provides statistical performance information for a period ot time.
StatisticsListenerIF - Interface in org.logicalcobwebs.proxool.admin
Listen for new statistics as they are produced.
StatisticsListenerTest - Class in org.logicalcobwebs.proxool.admin
Test StatisticsListenerIF
StatisticsListenerTest(String) - Constructor for class org.logicalcobwebs.proxool.admin.StatisticsListenerTest
 
StatisticsListenerTest.TestListener - Class in org.logicalcobwebs.proxool.admin
 
StatisticsListenerTest.TestListener() - Constructor for class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
StatisticsLogger - Class in org.logicalcobwebs.proxool.admin
Listens to statistics and logs them
StatisticsLogger(Log, String) - Constructor for class org.logicalcobwebs.proxool.admin.StatisticsLogger
 
statisticsLogLevel - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
statisticsLogLevel - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
StatisticsResultMonitor - Class in org.logicalcobwebs.proxool.admin
A ResultMonitor specifically for Snapshots
StatisticsResultMonitor(String, String) - Constructor for class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
 
StatisticsTest - Class in org.logicalcobwebs.proxool.admin
Test StatisticsIF
StatisticsTest(String) - Constructor for class org.logicalcobwebs.proxool.admin.StatisticsTest
 
stats() - Method in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
Prints various snapshot statistics to System.out.
StatsRoller - Class in org.logicalcobwebs.proxool.admin
Responsbile for a single set of statistics.
StatsRoller(String, CompositeStatisticsListener, String) - Constructor for class org.logicalcobwebs.proxool.admin.StatsRoller
 
statsRollers - Variable in class org.logicalcobwebs.proxool.admin.Admin
 
status - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
status - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
STATUS_ACTIVE - Static variable in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The connection is in use
STATUS_AVAILABLE - Static variable in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The connection is available for use
STATUS_CLASSES - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
The CSS class for a connection in different states: null available active offline
STATUS_DESCRIPTIONS - Static variable in class org.logicalcobwebs.proxool.ConnectionPool
 
STATUS_FORCE - Static variable in class org.logicalcobwebs.proxool.ProxyConnection
 
STATUS_NULL - Static variable in interface org.logicalcobwebs.proxool.ConnectionInfoIF
This is the start and end state of every connection
STATUS_OFFLINE - Static variable in interface org.logicalcobwebs.proxool.ConnectionInfoIF
The connection is in use by the house keeping thread
statusReadWriteLock - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
steals - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Total number of tasks obtained via scan
stop - Variable in class org.logicalcobwebs.proxool.HouseKeeperThread
 
stop - Variable in class org.logicalcobwebs.proxool.PrototyperThread
 
stopDate - Variable in class org.logicalcobwebs.proxool.admin.Statistics
 
store_local(Type, int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
store_local(Local) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
STR - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_String constant pool items.
strategy - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
STRING_CHAR_AT - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
STRING_LENGTH - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
string_switch(CodeEmitter, String[], int, ObjectSwitchCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
string_switch_hash(CodeEmitter, String[], ObjectSwitchCallback, boolean) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
string_switch_trie(CodeEmitter, String[], ObjectSwitchCallback) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
STRING_SWITCHER - Static variable in class org.logicalcobwebs.cglib.util.StringSwitcher
 
strings - Variable in class org.logicalcobwebs.asm.ClassReader
The String objects corresponding to the CONSTANT_Utf8 items.
strings - Variable in class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
StringSwitcher - Class in org.logicalcobwebs.cglib.util
This class implements a simple String->int mapping for a fixed set of keys.
StringSwitcher() - Constructor for class org.logicalcobwebs.cglib.util.StringSwitcher
 
StringSwitcher.Generator - Class in org.logicalcobwebs.cglib.util
 
StringSwitcher.Generator() - Constructor for class org.logicalcobwebs.cglib.util.StringSwitcher.Generator
 
StringSwitcher.StringSwitcherKey - Interface in org.logicalcobwebs.cglib.util
 
stringSwitchHelper(CodeEmitter, List, ObjectSwitchCallback, Label, Label, int) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
strVal1 - Variable in class org.logicalcobwebs.asm.Item
First part of the value of this item, for items that do not hold a primitive value.
strVal2 - Variable in class org.logicalcobwebs.asm.Item
Second part of the value of this item, for items that do not hold a primitive value.
strVal3 - Variable in class org.logicalcobwebs.asm.Item
Third part of the value of this item, for items that do not hold a primitive value.
SUB - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
subList(int, int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return a view of the portion of this list between fromIndex (inclusive) and toIndex (exclusive).
subList(int, int) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
subtract(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Subtract amount from value (i.e., set value -= amount)
SUCCESS - Static variable in class org.logicalcobwebs.proxool.ResultMonitor
The result has happened
successor - Variable in class org.logicalcobwebs.asm.Edge
The successor block of the basic block from which this edge originates.
successors - Variable in class org.logicalcobwebs.asm.Label
The successors of this node in the control flow graph.
suite() - Static method in class org.logicalcobwebs.logging.AllTests
Run all tests
suite() - Static method in class org.logicalcobwebs.proxool.admin.AllTests
Create a composite test of all admin package tests
suite() - Static method in class org.logicalcobwebs.proxool.admin.jmx.AllTests
Create a composite test of all the tests in the jmx package.
suite() - Static method in class org.logicalcobwebs.proxool.AllTests
Run all tests
suite() - Static method in class org.logicalcobwebs.proxool.configuration.AllTests
Create a composite test of all Proxool configuration tests.
suite() - Static method in class org.logicalcobwebs.proxool.GlobalTest
Run all tests
suite() - Static method in class org.logicalcobwebs.proxool.util.AllTests
Create a composite test of all util package tests
super_getfield(String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
super_getstatic(String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
super_invoke() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
super_invoke(Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
super_invoke_constructor() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
super_invoke_constructor(Signature) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
super_putfield(String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
super_putstatic(String, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
superclass - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
superName - Variable in class org.logicalcobwebs.asm.ClassWriter
The constant pool item that contains the internal name of the super class of this class.
superName - Variable in class org.logicalcobwebs.asm.tree.ClassNode
The internal of name of the super class (see getInternalName).
superName - Variable in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
superName - Variable in class org.logicalcobwebs.cglib.proxy.MethodProxy
 
superType - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter
 
SWAP - Static variable in interface org.logicalcobwebs.asm.Constants
 
swap() - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
swap(Type, Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
SWAP - Static variable in class org.logicalcobwebs.cglib.util.ParallelSorterEmitter
 
swap(int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
swap(SynchronizedInt) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Atomically swap values with another SynchronizedInt.
sweep() - Method in class org.logicalcobwebs.proxool.HouseKeeper
 
sweep() - Method in class org.logicalcobwebs.proxool.Prototyper
Trigger prototyping immediately
sweepNeeded - Variable in class org.logicalcobwebs.proxool.Prototyper
 
sweepNow(String) - Static method in class org.logicalcobwebs.proxool.HouseKeeperController
 
sweepStarted() - Static method in class org.logicalcobwebs.proxool.PrototyperController
 
SWITCH_STYLE_HASH - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
SWITCH_STYLE_HASHONLY - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
SWITCH_STYLE_TRIE - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
Sync - Interface in org.logicalcobwebs.concurrent
Main interface for locks, gates, and conditions.
SynchronizedInt - Class in org.logicalcobwebs.concurrent
A class useful for offloading synch for int instance variables.
SynchronizedInt(int) - Constructor for class org.logicalcobwebs.concurrent.SynchronizedInt
Make a new SynchronizedInt with the given initial value, and using its own internal lock.
SynchronizedInt(int, Object) - Constructor for class org.logicalcobwebs.concurrent.SynchronizedInt
Make a new SynchronizedInt with the given initial value, and using the supplied lock.
SynchronizedVariable - Class in org.logicalcobwebs.concurrent
Base class for simple, small classes maintaining single values that are always accessed and updated under synchronization.
SynchronizedVariable(Object) - Constructor for class org.logicalcobwebs.concurrent.SynchronizedVariable
Create a SynchronizedVariable using the supplied lock
SynchronizedVariable() - Constructor for class org.logicalcobwebs.concurrent.SynchronizedVariable
Create a SynchronizedVariable using itself as the lock
SYSTEM_PREFIX - Static variable in class org.logicalcobwebs.logging.impl.SimpleLog
All system properties used by Simple start with this

T

T - Static variable in class org.logicalcobwebs.cglib.core.TinyBitSet
 
T_BOOLEAN - Static variable in interface org.logicalcobwebs.asm.Constants
 
T_BYTE - Static variable in interface org.logicalcobwebs.asm.Constants
 
T_CHAR - Static variable in interface org.logicalcobwebs.asm.Constants
 
T_DOUBLE - Static variable in interface org.logicalcobwebs.asm.Constants
 
T_FLOAT - Static variable in interface org.logicalcobwebs.asm.Constants
 
T_INT - Static variable in interface org.logicalcobwebs.asm.Constants
 
T_LONG - Static variable in interface org.logicalcobwebs.asm.Constants
 
T_SHORT - Static variable in interface org.logicalcobwebs.asm.Constants
 
TAB - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
The request parameter name that defines: AdminServlet.TAB_DEFINITION (default) AdminServlet.TAB_SNAPSHOT AdminServlet.TAB_STATISTICS
TAB_DEFINITION - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
TAB_SNAPSHOT - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
TAB_STATISTICS - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
 
TABL_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the TABLESWITCH instruction.
table - Variable in class org.logicalcobwebs.asm.ClassWriter
The constant pool's hash table data.
TABLESWITCH - Static variable in interface org.logicalcobwebs.asm.Constants
 
TableSwitchInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a TABLESWITCH instruction.
TableSwitchInsnNode(int, int, Label, Label[]) - Constructor for class org.logicalcobwebs.asm.tree.TableSwitchInsnNode
Constructs a new TableSwitchInsnNode.
tail - Variable in class org.logicalcobwebs.asm.CodeWriter
The tail of the list of Edge objects used by this CodeWriter.
Takable - Interface in org.logicalcobwebs.concurrent
This interface exists to enable stricter type checking for channels.
take() - Method in interface org.logicalcobwebs.concurrent.Channel
Return and remove an item from channel, possibly waiting indefinitely until such an item exists.
take() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Take a task from the base of the DEQ.
take() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner.VolatileTaskRef
Return the reference and clear it
take() - Method in class org.logicalcobwebs.concurrent.LinkedQueue
 
take() - Method in interface org.logicalcobwebs.concurrent.Takable
Return and remove an item from channel, possibly waiting indefinitely until such an item exists.
target - Variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
target - Variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate
 
targetClass - Variable in class org.logicalcobwebs.cglib.reflect.ConstructorDelegate.Generator
 
targetClass - Variable in class org.logicalcobwebs.cglib.reflect.MethodDelegate.Generator
 
targets - Variable in class org.logicalcobwebs.cglib.reflect.MulticastDelegate
 
taskJoin(FJTask) - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Process tasks until w is done.
tasks - Variable in class org.logicalcobwebs.concurrent.FJTask.Par
 
tasks - Variable in class org.logicalcobwebs.concurrent.FJTask.Seq
 
taskYield() - Method in class org.logicalcobwebs.concurrent.FJTaskRunner
Execute a task in this thread.
tearDown() - Method in interface org.logicalcobwebs.dbscript.ConnectionAdapterIF
Reclaim resources used by the adapter (for instance, close any open connections)
tearDown() - Method in class org.logicalcobwebs.logging.Jdk14LoggerTest
Override AbstractProxoolTest.tearDown() because it does things that rely on AbstractProxoolTest.setUp() having run
tearDown() - Method in class org.logicalcobwebs.proxool.AbstractProxoolTest
 
tearDown() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
Calls AbstractProxoolTest.tearDown()
tearDown() - Method in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
Calls AbstractProxoolTest.tearDown()
tearDown() - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
tearDown() - Method in class org.logicalcobwebs.proxool.SimpoolAdapter
 
terminated - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup.InvokableFJTask
 
TEST_AFTER_USE - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
TEST_AFTER_USE_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
TEST_BEFORE_USE - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
TEST_BEFORE_USE_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
TEST_TABLE - Static variable in class org.logicalcobwebs.proxool.configuration.ConfiguratorTest
 
TEST_TABLE - Static variable in class org.logicalcobwebs.proxool.HypersonicTest
 
testAdd() - Method in class org.logicalcobwebs.proxool.util.ListenerContainerTest
Test that added listeners get notified.
testAddAndRemove() - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest
Add a listener
testAddConnectionListener() - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest
Test that multiple connection listeners can be added through ProxoolFacade, and that they get the expected events.
testAddStateListener() - Method in class org.logicalcobwebs.proxool.StateListenerTest
Test whether we can add a state listener and that it receives notification of change of state
testAfterUse - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
testAfterUse - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
testAlias() - Method in class org.logicalcobwebs.proxool.DriverTest
Can we refer to the same pool by either the complete URL or the alias?
testAlias() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check whether ProxoolFacade.getAlias(java.sql.Connection) returns sensible values
testAutoCommit() - Method in class org.logicalcobwebs.proxool.ConnectionResetterTest
Test whether autoCommit is correctly reset when a connection is returned to the pool.
testBeanConfiguredDataSource() - Method in class org.logicalcobwebs.proxool.ProxoolDataSourceTest
Test the bean configured DataSource.
testBeforeAndAfterUse() - Method in class org.logicalcobwebs.proxool.HouseKeeperTest
 
testBeforeUse - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
testBeforeUse - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
testCallableStatement() - Method in class org.logicalcobwebs.proxool.ProxyStatementTest
Test what interfaces are supported when getting a CallableStatement
testChangeUrl() - Method in class org.logicalcobwebs.proxool.UpdateDefinitionTest
Can we change the delegate URL of a pool
testCloseStatement() - Method in class org.logicalcobwebs.proxool.ProxyConnectionTest
Tests whether a statement gets closed automatically by the Connection.
testConcreteClassEnhancer() - Method in class org.logicalcobwebs.cglib.EnhancerTest
 
testConfigurationListeners() - Method in class org.logicalcobwebs.proxool.ConfigurationListenerTest
Do configuration listeners work
testConfigurator() - Method in class org.logicalcobwebs.proxool.configuration.ConfiguratorTest
 
testConnection(ProxyConnectionIF) - Method in class org.logicalcobwebs.proxool.ConnectionPool
Test the connection (if required) If the connection fails the test, it is removed from the pool.
testConnectionInfo() - Method in class org.logicalcobwebs.proxool.ConnectionInfoTest
If we ask for more simultaneous connections then we have allowed we should gracefully refuse them.
TestConstants - Class in org.logicalcobwebs.proxool
Some useful constants for testing.
TestConstants() - Constructor for class org.logicalcobwebs.proxool.TestConstants
 
testCreateStatementAfterClose() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check that calling createStatement after a connection has been closed throws an exception
testDefinitionNotChanging() - Method in class org.logicalcobwebs.proxool.UpdateDefinitionTest
If we request a connection using exactly the same URL and properties check that it doesn't trigger an update which forces the pool to be restarted (all existing connections destroyed).
testDelegateConnection() - Method in class org.logicalcobwebs.proxool.DelegateConnectionTest
Get a connection and cast it into the appropriate interface
testDelegateConnection() - Method in class org.logicalcobwebs.proxool.ProxyStatementTest
That we can get the delegate driver's Connection from the one given by Proxool
testDelegateProperty() - Method in class org.logicalcobwebs.proxool.PropertyTest
Test whether we are successfully passing properties onto the delegate driver.
testDelegateStatement() - Method in class org.logicalcobwebs.proxool.ProxyStatementTest
That we can get the delegate driver's Statement from the one given by Proxool
testDirectHibernateConnection() - Method in class org.logicalcobwebs.proxool.HibernateTest
Can we get a connection from a Proxool pool that we have already registered? We ask Hibernate to lookup the pool by its alias.
testDisposeOnClose() - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfiguratorTest
Test that a configurator that does not have close-on-dispose="false" closes the pools it has configured when it is disposed.
testDoubleClose() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check that nothing bad happens if you close a connection twice
testDoubleConnection() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check that closing a connection twice can't close the same connection for the next user
testEquals() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check tha equals() works right
testException(Throwable) - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Check to see whether an exception is a fatal one.
testException(ConnectionPoolDefinitionIF, Throwable) - Static method in class org.logicalcobwebs.proxool.FatalSqlExceptionHelper
Test to see if an exception is a fatal one
testException(ConnectionPoolDefinitionIF, Throwable, int) - Static method in class org.logicalcobwebs.proxool.FatalSqlExceptionHelper
Test to see if an exception is a fatal one
testExecuteCommand() - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest
See whether the command parameter passed to ConnectionListenerIF.onFail(java.lang.String, java.lang.Exception) is correct.
testFactoryConfiguredDataSource() - Method in class org.logicalcobwebs.proxool.ProxoolDataSourceTest
Test the bean configured DataSource.
testFailedReset() - Method in class org.logicalcobwebs.proxool.ConnectionResetterTest
Test connectionCount when we deliberately introduce an exception during connection reset.
testFatalSqlException() - Method in class org.logicalcobwebs.proxool.FatalSqlExceptionTest
 
testFatalSqlExceptionWrapperInvalid() - Method in class org.logicalcobwebs.proxool.FatalSqlExceptionTest
 
testFatalSqlExceptionWrapperNotFound() - Method in class org.logicalcobwebs.proxool.FatalSqlExceptionTest
 
testGetAttribute() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
Test that an attribute can be fetched from the MBean.
testGetAttributes() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
Test that a list attributes can be fetched from the MBean.
testGetConnection() - Method in class org.logicalcobwebs.proxool.ProxyDatabaseMetaDataTest
Test whether we can get the Proxool connection back from the DatabaseMetaData object (rather than the delegate connection)
testHashCode() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check that isClosed() returns true after we have closed a connection
TestHelper - Class in org.logicalcobwebs.proxool
Helper for all tests
TestHelper() - Constructor for class org.logicalcobwebs.proxool.TestHelper
 
testHibernateConfiguredConnection() - Method in class org.logicalcobwebs.proxool.HibernateTest
Can we get a connection from a pool configured by Hibernate
testHouseKeeperTestSql() - Method in class org.logicalcobwebs.proxool.HouseKeeperTest
Test that house keeper destroys connections that fail configured the test sql
testHypersonic() - Method in class org.logicalcobwebs.proxool.HypersonicTest
 
testId() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check whether ProxoolFacade.getId(java.sql.Connection) returns sensible values
testInjectableCallableStatementInterface() - Method in class org.logicalcobwebs.proxool.InjectableInterfaceTest
Get a statement and cast it into the appropriate interface
testInjectableConnectionInterface() - Method in class org.logicalcobwebs.proxool.InjectableInterfaceTest
Get a connection and cast it into the appropriate interface
testInjectablePreparedStatementInterface() - Method in class org.logicalcobwebs.proxool.InjectableInterfaceTest
Get a statement and cast it into the appropriate interface
testInjectableStatementInterface() - Method in class org.logicalcobwebs.proxool.InjectableInterfaceTest
Get a statement and cast it into the appropriate interface
testInvalidAfterUse() - Method in class org.logicalcobwebs.proxool.HouseKeeperTest
Test that house keeper destroys connections that fail configured the test sql
testInvalidBeforeUse() - Method in class org.logicalcobwebs.proxool.HouseKeeperTest
Test that house keeper destroys connections that fail configured the test sql
testInvokeShutown() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
 
testIsClosedAfterClose() - Method in class org.logicalcobwebs.proxool.WrapperTest
Check that isClosed() returns true after we have closed a connection
testJdk14Logger() - Method in class org.logicalcobwebs.logging.Jdk14LoggerTest
 
testKillAllMercifully() - Method in class org.logicalcobwebs.proxool.KillTest
 
testKillAllMercilessly() - Method in class org.logicalcobwebs.proxool.KillTest
 
testKillOneByConnection() - Method in class org.logicalcobwebs.proxool.KillTest
 
testKillOneById() - Method in class org.logicalcobwebs.proxool.KillTest
 
testListener() - Method in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest
Can we listen to statistics
TestListener - Class in org.logicalcobwebs.proxool.util
 
TestListener() - Constructor for class org.logicalcobwebs.proxool.util.TestListener
 
TestListenerIF - Interface in org.logicalcobwebs.proxool.util
 
testLock - Static variable in class org.logicalcobwebs.proxool.AbstractProxoolTest
 
testManyPools() - Method in class org.logicalcobwebs.proxool.ManyPoolsTest
 
testMaximumActiveTime() - Method in class org.logicalcobwebs.proxool.HouseKeeperTest
Test that connections that remain active for longer than the configured time are closed (and destroyed) automatically.
testMaximumActiveTimeWithResetFailure() - Method in class org.logicalcobwebs.proxool.HouseKeeperTest
Test that connections that remain active for longer than the configured time are closed (and destroyed) automatically.
testMaximumConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPoolTest
If we ask for more simultaneous connections then we have allowed we should gracefully refuse them.
testMaximumEqualsMinimumConnectionCount() - Method in class org.logicalcobwebs.proxool.ConnectionPoolTest
test what happens if maximum = minimum = 1
testMinimumConnectionCount() - Method in class org.logicalcobwebs.proxool.PrototyperTest
Test that the minimum number of connections is maintained
testMultiple() - Method in class org.logicalcobwebs.proxool.RegistrationTest
Can we have multiple pools?
testMultipleAgents() - Method in class org.logicalcobwebs.proxool.admin.jmx.MultipleAgentsConnectionPoolMBeanTest
Test that pools can be regisered for multiple agents.
testNoNamspaces() - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfiguratorTest
Test that the configuration succeds and that all expected properties has been received by Proxool.
testNoNamspaces() - Method in class org.logicalcobwebs.proxool.configuration.JAXPConfiguratorTest
Test that the confguration succeds and that all expected properties has been received by Proxool.
testNotDisposeOnClose() - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfiguratorTest
Test that a configurator that does have close-on-dispose="false" does not close the pools it has configured when it is disposed.
testNotification() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
 
testOverhead() - Method in class org.logicalcobwebs.proxool.admin.StatisticsTest
 
testPerformance() - Method in class org.logicalcobwebs.proxool.PerformanceTest
Test how many connections we can serve if we go as fast as we can!
testPreconfiguredDataSource() - Method in class org.logicalcobwebs.proxool.ProxoolDataSourceTest
Test the Proxool managed DataSource
testPreparedStatement() - Method in class org.logicalcobwebs.proxool.ProxyStatementTest
Test what interfaces are supported when getting a PreparedStatement
testPropertyConfigurator() - Method in class org.logicalcobwebs.proxool.configuration.PropertyConfiguratorTest
Test that the configuration succeds and that all expected properties has been received by Proxool.
testPrototypeCount() - Method in class org.logicalcobwebs.proxool.PrototyperTest
Test that spare connections are made as we run out of them
testReadOnly() - Method in class org.logicalcobwebs.proxool.ConnectionResetterTest
Test whether autoCommit is correctly reset when a connection is returned to the pool.
testRegister() - Method in class org.logicalcobwebs.proxool.RegistrationTest
Test whether we can implicitly register a pool by
testRemove() - Method in class org.logicalcobwebs.proxool.RegistrationTest
Can we register, remove and then re-register the same pool?
testRemove() - Method in class org.logicalcobwebs.proxool.util.ListenerContainerTest
Test that removed listeners are not notified, and that the remove method returns false when trying to removed an unregistered listener.
testRemoveConnectionListener() - Method in class org.logicalcobwebs.proxool.ConnectionListenerTest
Test that multiple connection listeners can be added through ProxoolFacade, and then removed, and that they do not receive events after they have been removed.
testSetAttribute() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
Test that an attribute can be fetched from the MBean.
testSetAttributes() - Method in class org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest
 
testShutdownImpatience() - Method in class org.logicalcobwebs.proxool.ConnectionPoolTest
Checks whether shutdown is impatient enough to shutdown even if some connections are still active
testShutdownPatience() - Method in class org.logicalcobwebs.proxool.ConnectionPoolTest
Checks whether shutdown is patient enough to wait for active connections
testSimpleHibernateConnection() - Method in class org.logicalcobwebs.proxool.HibernateTest
Can we get a connection straight from Hibernate? We register the pool first and theb ask for Hibernate for it.
testSnapshot() - Method in class org.logicalcobwebs.proxool.admin.SnapshotTest
Test whether the statistics we get back are roughly right.
testSnapshotImpact() - Method in class org.logicalcobwebs.proxool.PerformanceTest
 
testStatistics() - Method in class org.logicalcobwebs.proxool.admin.StatisticsTest
Test whether the statistics we get back are roughly right.
testUpdate() - Method in class org.logicalcobwebs.proxool.UpdateDefinitionTest
Can we update a pool definition by passing a new Properties object?
testUpdateUsingAPI() - Method in class org.logicalcobwebs.proxool.UpdateDefinitionTest
Can we update a pool definition by calling updateConnectionPool?
testValidiation() - Method in class org.logicalcobwebs.proxool.configuration.JAXPConfiguratorTest
Test that the confguration succeds and that all expected properties has been received by Proxool, and that validiation succceds.
testValidiationFailure() - Method in class org.logicalcobwebs.proxool.configuration.JAXPConfiguratorTest
Test that the confguration fails when validiation is turned on and the given xml is not valid.
testWithAlias() - Method in class org.logicalcobwebs.proxool.configuration.JAXPConfiguratorTest
Test that we can retrieve a conncetion using the alias after registration
testWithNamespaces() - Method in class org.logicalcobwebs.proxool.configuration.AvalonConfiguratorTest
Test that the configuration succeds and that all expected properties has been received by Proxool.
testWithNamspaces() - Method in class org.logicalcobwebs.proxool.configuration.JAXPConfiguratorTest
Test that the confguration succeds and that all expected properties has been received by Proxool.
testWrappedFatalRuntimeException() - Method in class org.logicalcobwebs.proxool.FatalSqlExceptionTest
 
testWrappedFatalSqlException() - Method in class org.logicalcobwebs.proxool.FatalSqlExceptionTest
 
text - Variable in class org.logicalcobwebs.asm.util.PrintClassVisitor
The text to be printed.
text - Variable in class org.logicalcobwebs.asm.util.PrintCodeVisitor
The text to be printed.
THREAD_LOCAL - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
THREAD_LOCAL_GET - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
THREAD_LOCAL_SET - Static variable in class org.logicalcobwebs.cglib.proxy.EnhancerEmitter
 
threadCL - Variable in class org.logicalcobwebs.logging.impl.MyPrivilegedAction
 
threadNames - Variable in class org.logicalcobwebs.proxool.AbstractProxoolTest
 
threads - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup
The threads in this group
threshold - Variable in class org.logicalcobwebs.asm.ClassWriter
The threshold of the constant pool's hash table.
throw_exception(Type, String) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
throwConnection(ProxyConnectionIF, String) - Method in class org.logicalcobwebs.proxool.ConnectionPool
This means that there's something wrong the connection and it's probably best if no one uses it again.
throwFatalSQLException(String, Throwable) - Static method in class org.logicalcobwebs.proxool.FatalSqlExceptionHelper
Throws a wrapped SQLException if a wrapper is defined
TIME_FORMAT - Static variable in class org.logicalcobwebs.proxool.admin.servlet.AdminServlet
HH:mm:ss
TIME_FORMAT - Static variable in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest
HH:mm:ss
TIME_FORMAT - Static variable in class org.logicalcobwebs.proxool.admin.StatisticsLogger
 
timedGet(long) - Method in class org.logicalcobwebs.concurrent.FutureResult
Wait at most msecs to access the reference.
timeLastStartActive - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
timeLastStartActive - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
timeLastStopActive - Variable in class org.logicalcobwebs.proxool.ConnectionInfo
 
timeLastStopActive - Variable in class org.logicalcobwebs.proxool.ProxyConnection
 
timeLastSwept - Variable in class org.logicalcobwebs.proxool.HouseKeeper
 
timeOfLastRefusal - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
TIMEOUT - Static variable in class org.logicalcobwebs.proxool.ResultMonitor
There was a timeout waiting for the result to happen
timeout - Variable in class org.logicalcobwebs.proxool.ResultMonitor
Seems awfully long, but it seems to need it.
TimeoutException - Exception in org.logicalcobwebs.concurrent
Thrown by synchronization classes that report timeouts via exceptions.
TimeoutException(long) - Constructor for exception org.logicalcobwebs.concurrent.TimeoutException
Constructs a TimeoutException with given duration value.
TimeoutException(long, String) - Constructor for exception org.logicalcobwebs.concurrent.TimeoutException
Constructs a TimeoutException with the specified duration value and detail message.
TinyBitSet - Class in org.logicalcobwebs.cglib.core
 
TinyBitSet() - Constructor for class org.logicalcobwebs.cglib.core.TinyBitSet
 
TO_STRING - Static variable in class org.logicalcobwebs.cglib.core.EmitUtils
 
TO_STRING - Static variable in class org.logicalcobwebs.cglib.core.KeyFactory
 
TO_STRING - Static variable in class org.logicalcobwebs.cglib.proxy.MethodInterceptorGenerator
 
TO_STRING - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
TO_STRING_METHOD - Static variable in class org.logicalcobwebs.proxool.WrappedConnection
 
toArray(Object[]) - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
toArray() - Method in class org.logicalcobwebs.proxool.util.FastArrayList.SubList
 
toArray() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return an array containing all of the elements in this list in the correct order.
toArray(Object[]) - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return an array containing all of the elements in this list in the correct order.
toByteArray() - Method in class org.logicalcobwebs.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
toByteArray() - Method in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
toInternalNames(Type[]) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
token - Variable in class org.logicalcobwebs.proxool.admin.StatisticsResultMonitor
 
TOO_MANY_METHODS - Static variable in class org.logicalcobwebs.cglib.reflect.FastClassEmitter
 
top - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Current top of DEQ.
topbit(int) - Static method in class org.logicalcobwebs.cglib.core.TinyBitSet
 
toString() - Method in class org.logicalcobwebs.cglib.core.Signature
 
toString() - Method in class org.logicalcobwebs.cglib.reflect.FastClass
 
toString() - Method in class org.logicalcobwebs.cglib.reflect.FastMember
 
toString() - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
 
toString() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
toString() - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
toString() - Method in class org.logicalcobwebs.proxool.ProxyConnection
 
toString() - Method in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
toString() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Return a String representation of this object.
toString() - Method in class org.logicalcobwebs.proxool.WrappedConnection
 
totalActiveTime - Variable in class org.logicalcobwebs.proxool.admin.Statistics
 
trace(Object) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message with trace log level.
trace(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message and exception with trace log level.
trace(Object) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log a message to the Log4j Category with TRACE priority.
trace(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log an error to the Log4j Category with TRACE priority.
trace(Object) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log message to LogKit logger with DEBUG priority.
trace(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log error to LogKit logger with DEBUG priority.
trace(Object) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
trace(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
trace(Object) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log a message with debug log level.
trace(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log an error with debug log level.
trace(Object) - Method in interface org.logicalcobwebs.logging.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.logicalcobwebs.logging.Log
Log an error with trace log level.
trace(long, Exception) - Method in class org.logicalcobwebs.proxool.AbstractProxyStatement
Trace the call that was just made
trace - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
TRACE - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
trace - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
TRACE_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
TraceClassVisitor - Class in org.logicalcobwebs.asm.util
A PrintClassVisitor that prints a disassembled view of the classes it visits.
TraceClassVisitor(ClassVisitor, PrintWriter) - Constructor for class org.logicalcobwebs.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor object.
TraceCodeVisitor - Class in org.logicalcobwebs.asm.util
A PrintCodeVisitor that prints a disassembled view of the code it visits.
TraceCodeVisitor(CodeVisitor) - Constructor for class org.logicalcobwebs.asm.util.TraceCodeVisitor
Constructs a new TraceCodeVisitor object.
traceEnabled - Static variable in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
transform(List, Transformer) - Static method in class org.logicalcobwebs.cglib.core.CollectionUtils
 
transform(byte[]) - Method in class org.logicalcobwebs.cglib.core.DefaultGeneratorStrategy
 
transform(ClassGenerator) - Method in class org.logicalcobwebs.cglib.core.DefaultGeneratorStrategy
 
transform(Object) - Method in interface org.logicalcobwebs.cglib.core.Transformer
 
Transformer - Interface in org.logicalcobwebs.cglib.core
 
transforms - Static variable in class org.logicalcobwebs.cglib.core.ReflectUtils
 
transforms - Static variable in class org.logicalcobwebs.cglib.core.TypeUtils
 
traverseInterfacesRecursively(Set, Class) - Static method in class org.logicalcobwebs.proxool.ProxyFactory
Recursively looks at all interfaces for a class.
TreeClassAdapter - Class in org.logicalcobwebs.asm.tree
A ClassAdapter that constructs a tree representation of the classes it vists.
TreeClassAdapter(ClassVisitor) - Constructor for class org.logicalcobwebs.asm.tree.TreeClassAdapter
Constructs a new TreeClassAdapter object.
TreeCodeAdapter - Class in org.logicalcobwebs.asm.tree
A CodeAdapter that constructs a tree representation of the methods it vists.
TreeCodeAdapter(MethodNode) - Constructor for class org.logicalcobwebs.asm.tree.TreeCodeAdapter
Constructs a new TreeCodeAdapter object.
triggerResetException - Static variable in class org.logicalcobwebs.proxool.ConnectionResetter
 
triggerSweep() - Method in class org.logicalcobwebs.proxool.Prototyper
 
triggerSweep(String) - Static method in class org.logicalcobwebs.proxool.PrototyperController
Trigger prototyping immediately.
trimToSize() - Method in class org.logicalcobwebs.proxool.util.FastArrayList
Trim the capacity of this ArrayList instance to be the list's current size.
TryCatchBlockNode - Class in org.logicalcobwebs.asm.tree
A node that represents a try catch block.
TryCatchBlockNode(Label, Label, Label, String) - Constructor for class org.logicalcobwebs.asm.tree.TryCatchBlockNode
Constructs a new TryCatchBlockNode object.
tryCatchBlocks - Variable in class org.logicalcobwebs.asm.tree.MethodNode
The try catch blocks of this method.
type - Variable in class org.logicalcobwebs.asm.Attribute
The type of this attribute.
TYPE - Static variable in class org.logicalcobwebs.asm.ClassWriter
The instruction types of all JVM opcodes.
type - Variable in class org.logicalcobwebs.asm.Item
Type of this constant pool item.
type - Variable in class org.logicalcobwebs.asm.tree.TryCatchBlockNode
Internal name of the type of exceptions handled by the handler.
Type - Class in org.logicalcobwebs.asm
A Java type.
Type(int) - Constructor for class org.logicalcobwebs.asm.Type
Constructs a primitive type.
Type(int, char[], int, int) - Constructor for class org.logicalcobwebs.asm.Type
Constructs a reference type.
TYPE - Static variable in class org.logicalcobwebs.asm.util.CheckCodeAdapter
Code of the visit method to be used for each opcode.
type - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter.FieldInfo
 
type - Variable in class org.logicalcobwebs.cglib.core.Local
 
type - Variable in class org.logicalcobwebs.cglib.reflect.FastClass.Generator
 
type - Variable in class org.logicalcobwebs.cglib.reflect.FastClass
 
TYPE_BIG_DECIMAL - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_BIG_INTEGER - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_BOOLEAN - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_BYTE - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_CHARACTER - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_CLASS - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_CLASS_ARRAY - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_DOUBLE - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_ERROR - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_FLOAT - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions with a type descriptor argument.
TYPE_INTEGER - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_LONG - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_NUMBER - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_OBJECT - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_OBJECT_ARRAY - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_RUNTIME_EXCEPTION - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_SHORT - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_STRING - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_STRING_ARRAY - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_STRING_BUFFER - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_SYSTEM - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TYPE_THROWABLE - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
typeHelper(Callback, Class, Class) - Static method in class org.logicalcobwebs.cglib.proxy.CallbackUtils
 
TypeInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a type instruction.
TypeInsnNode(int, String) - Constructor for class org.logicalcobwebs.asm.tree.TypeInsnNode
Constructs a new TypeInsnNode object.
TYPES_EMPTY - Static variable in interface org.logicalcobwebs.cglib.core.Constants
 
TypeUtils - Class in org.logicalcobwebs.cglib.core
 
TypeUtils() - Constructor for class org.logicalcobwebs.cglib.core.TypeUtils
 

U

unbox(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
If the argument is a primitive class, replaces the object on the top of the stack with the unwrapped (primitive) equivalent.
unbox_or_zero(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
Unboxes the object on the top of the stack.
UNDECLARED_THROWABLE_EXCEPTION - Static variable in class org.logicalcobwebs.cglib.proxy.InvocationHandlerGenerator
 
UndeclaredThrowableException - Exception in org.logicalcobwebs.cglib.proxy
Used by Proxy as a replacement for java.lang.reflect.UndeclaredThrowableException.
UndeclaredThrowableException(Throwable) - Constructor for exception org.logicalcobwebs.cglib.proxy.UndeclaredThrowableException
Creates a new instance of UndeclaredThrowableException without detail message.
unique - Variable in class org.logicalcobwebs.cglib.core.DuplicatesPredicate
 
units - Variable in class org.logicalcobwebs.proxool.admin.StatsRoller
 
unlock() - Method in class org.logicalcobwebs.proxool.ConnectionPool
 
unregisterPool(String, Properties) - Static method in class org.logicalcobwebs.proxool.admin.jmx.ProxoolJMXHelper
Unregister a ConnectionPoolMBean from the given agents.
update(String, Properties) - Method in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
Update the definition.
update(Properties) - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
update(String) - Method in class org.logicalcobwebs.proxool.ProxoolAdapter
 
updateConnectionPool(String, Properties) - Static method in class org.logicalcobwebs.proxool.ProxoolFacade
Update the behaviour of the pool.
UpdateDefinitionTest - Class in org.logicalcobwebs.proxool
Test that we can update the definition of a pool
UpdateDefinitionTest(String) - Constructor for class org.logicalcobwebs.proxool.UpdateDefinitionTest
 
updateReceived - Variable in class org.logicalcobwebs.proxool.ConfigurationListenerTest.MyConfigurationListener
 
upper(int, int, int) - Method in class org.logicalcobwebs.cglib.util.SorterTemplate
 
upperFirst(String) - Static method in class org.logicalcobwebs.cglib.core.TypeUtils
 
upState - Variable in class org.logicalcobwebs.proxool.ConnectionPool
 
upState - Variable in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
upState - Variable in class org.logicalcobwebs.proxool.StateResultMonitor
 
upStateChanged(int) - Method in class org.logicalcobwebs.proxool.CompositeStateListener
 
upStateChanged(int) - Method in interface org.logicalcobwebs.proxool.StateListenerIF
 
upStateChanged(int) - Method in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
upStateChanged(int) - Method in class org.logicalcobwebs.proxool.StateResultMonitor
 
url - Variable in class org.logicalcobwebs.dbscript.Script
 
url - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
URL_DELIMITER - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
useCache - Variable in class org.logicalcobwebs.cglib.core.AbstractClassGenerator
 
useFactory - Variable in class org.logicalcobwebs.cglib.proxy.Enhancer
 
user - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
USER_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ConnectionPoolDefinitionIF
 
USER_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
Standard JDBC property
USHR - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
UTF8 - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of CONSTANT_Utf8 constant pool items.

V

validate(ConnectionPoolDefinitionIF, Connection) - Method in interface org.logicalcobwebs.proxool.ConnectionValidatorIF
 
validate(ConnectionPoolDefinitionIF, Connection) - Method in class org.logicalcobwebs.proxool.DefaultConnectionValidator
 
value - Variable in class org.logicalcobwebs.asm.tree.FieldNode
The field's initial value.
value - Variable in class org.logicalcobwebs.cglib.core.ClassEmitter.FieldInfo
 
value - Variable in class org.logicalcobwebs.cglib.core.TinyBitSet
 
value - Variable in class org.logicalcobwebs.concurrent.LinkedNode
 
VALUE - Static variable in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
value_ - Variable in class org.logicalcobwebs.concurrent.FutureResult
The result of the operation
value_ - Variable in class org.logicalcobwebs.concurrent.SynchronizedInt
 
var - Variable in class org.logicalcobwebs.asm.tree.IincInsnNode
Index of the local variable to be incremented.
var - Variable in class org.logicalcobwebs.asm.tree.VarInsnNode
The operand of this instruction.
VAR_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of instructions with a local variable index label.
VarInsnNode - Class in org.logicalcobwebs.asm.tree
A node that represents a local variable instruction.
VarInsnNode(int, int) - Constructor for class org.logicalcobwebs.asm.tree.VarInsnNode
Visits a local variable instruction.
verbose - Variable in class org.logicalcobwebs.proxool.ConnectionPoolDefinition
 
VERBOSE - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
verbose - Variable in class org.logicalcobwebs.proxool.ProxoolDataSource
 
VERBOSE_PROPERTY - Static variable in interface org.logicalcobwebs.proxool.ProxoolConstants
 
Version - Class in org.logicalcobwebs.proxool
Tells you the version.
Version() - Constructor for class org.logicalcobwebs.proxool.Version
 
VERSION - Static variable in class org.logicalcobwebs.proxool.Version
This is changed by the Ant script when you build from the source code.
versionLogged - Static variable in class org.logicalcobwebs.proxool.ProxoolFacade
 
victimRNG - Variable in class org.logicalcobwebs.concurrent.FJTaskRunner
Random starting point generator for scan()
VIRTOOL - Static variable in class org.logicalcobwebs.proxool.VirtoolDriver
 
VirtoolDriver - Class in org.logicalcobwebs.proxool
This class acts as a virtual pool.
VirtoolDriver() - Constructor for class org.logicalcobwebs.proxool.VirtoolDriver
 
VisibilityPredicate - Class in org.logicalcobwebs.cglib.core
 
VisibilityPredicate(Class, boolean) - Constructor for class org.logicalcobwebs.cglib.core.VisibilityPredicate
 
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.asm.ClassAdapter
 
visit(int, String, String, String[], String) - Method in interface org.logicalcobwebs.asm.ClassVisitor
Visits the header of the class.
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.asm.ClassWriter
 
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.asm.tree.TreeClassAdapter
 
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.asm.util.CheckClassAdapter
 
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.asm.util.DumpClassVisitor
 
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.asm.util.TraceClassVisitor
 
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
visit(int, String, String, String[], String) - Method in class org.logicalcobwebs.cglib.core.DebuggingClassWriter
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.ClassAdapter
 
visitAttribute(Attribute) - Method in interface org.logicalcobwebs.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.ClassWriter
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitAttribute(Attribute) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a non standard attribute of the code.
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.tree.TreeClassAdapter
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.CheckClassAdapter
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.DumpClassVisitor
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.asm.util.TraceClassVisitor
 
visitAttribute(Attribute) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
visitEnd() - Method in class org.logicalcobwebs.asm.ClassAdapter
 
visitEnd() - Method in interface org.logicalcobwebs.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.logicalcobwebs.asm.ClassWriter
 
visitEnd() - Method in class org.logicalcobwebs.asm.tree.TreeClassAdapter
 
visitEnd() - Method in class org.logicalcobwebs.asm.util.CheckClassAdapter
 
visitEnd() - Method in class org.logicalcobwebs.asm.util.DumpClassVisitor
 
visitEnd() - Method in class org.logicalcobwebs.asm.util.PrintClassVisitor
 
visitEnd() - Method in class org.logicalcobwebs.asm.util.TraceClassVisitor
 
visitEnd() - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
visitField(int, String, String, Object, Attribute) - Method in class org.logicalcobwebs.asm.ClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in interface org.logicalcobwebs.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, Object, Attribute) - Method in class org.logicalcobwebs.asm.ClassWriter
 
visitField(int, String, String, Object, Attribute) - Method in class org.logicalcobwebs.asm.tree.TreeClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class org.logicalcobwebs.asm.util.CheckClassAdapter
 
visitField(int, String, String, Object, Attribute) - Method in class org.logicalcobwebs.asm.util.DumpClassVisitor
 
visitField(int, String, String, Object, Attribute) - Method in class org.logicalcobwebs.asm.util.TraceClassVisitor
 
visitField(int, String, String, Object, Attribute) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
visitFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitFieldInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitIincInsn(int, int) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitIincInsn(int, int) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitIincInsn(int, int) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitIincInsn(int, int) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitIincInsn(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitIincInsn(int, int) - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.logicalcobwebs.asm.ClassAdapter
 
visitInnerClass(String, String, String, int) - Method in interface org.logicalcobwebs.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class org.logicalcobwebs.asm.ClassWriter
 
visitInnerClass(String, String, String, int) - Method in class org.logicalcobwebs.asm.tree.TreeClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.logicalcobwebs.asm.util.CheckClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class org.logicalcobwebs.asm.util.DumpClassVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.logicalcobwebs.asm.util.TraceClassVisitor
 
visitInsn(int) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitInsn(int) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitInsn(int) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitInsn(int) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitInsn(int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitIntInsn(int, int) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitIntInsn(int, int) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitIntInsn(int, int) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitIntInsn(int, int) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitIntInsn(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitJumpInsn(int, Label) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitJumpInsn(int, Label) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitLabel(Label) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitLabel(Label) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a label.
visitLabel(Label) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitLabel(Label) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitLabel(Label) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitLabel(Label) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitLdcInsn(Object) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitLdcInsn(Object) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitLdcInsn(Object) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitLdcInsn(Object) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitLdcInsn(Object) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitLineNumber(int, Label) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitLineNumber(int, Label) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitLocalVariable(String, String, Label, Label, int) - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitMaxs(int, int) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitMaxs(int, int) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitMaxs(int, int) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitMaxs(int, int) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitMaxs(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitMaxs(int, int) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
 
visitMaxs(int, int) - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.asm.ClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in interface org.logicalcobwebs.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.asm.ClassWriter
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.asm.tree.TreeClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.asm.util.CheckClassAdapter
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.asm.util.DumpClassVisitor
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.asm.util.TraceClassVisitor
 
visitMethod(int, String, String, String[], Attribute) - Method in class org.logicalcobwebs.cglib.core.ClassEmitter
 
visitMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitMethodInsn(int, String, String, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitTypeInsn(int, String) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitTypeInsn(int, String) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitVarInsn(int, int) - Method in class org.logicalcobwebs.asm.CodeAdapter
 
visitVarInsn(int, int) - Method in interface org.logicalcobwebs.asm.CodeVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class org.logicalcobwebs.asm.CodeWriter
 
visitVarInsn(int, int) - Method in class org.logicalcobwebs.asm.tree.TreeCodeAdapter
 
visitVarInsn(int, int) - Method in class org.logicalcobwebs.asm.util.CheckCodeAdapter
 
visitVarInsn(int, int) - Method in class org.logicalcobwebs.asm.util.PrintCodeVisitor
 
visitVarInsn(int, int) - Method in class org.logicalcobwebs.cglib.core.RemappingCodeVisitor
 
VOID - Static variable in class org.logicalcobwebs.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class org.logicalcobwebs.asm.Type
The void type.

W

waitForSomethingToHappen() - Method in class org.logicalcobwebs.proxool.admin.StatisticsListenerTest.TestListener
 
waitForSomethingToHappen(int) - Method in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 
WAITING - Static variable in class org.logicalcobwebs.proxool.ResultMonitor
This monitor is still waiting for the result to come true
waitingForTake_ - Variable in class org.logicalcobwebs.concurrent.LinkedQueue
The number of threads waiting for a take.
waitingReaders_ - Variable in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
waitingThead - Variable in class org.logicalcobwebs.proxool.PerformanceTest
 
waitingWriters_ - Variable in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
warn(Object) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message with warn log level.
warn(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Jdk14Logger
Log a message and exception with warn log level.
warn(Object) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log a message to the Log4j Category with WARN priority.
warn(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.Log4JCategoryLog
Log an error to the Log4j Category with WARN priority.
warn(Object) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log message to LogKit logger with WARN priority.
warn(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.LogKitLogger
Log error to LogKit logger with WARN priority.
warn(Object) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
warn(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.NoOpLog
Do nothing
warn(Object) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log a message with warn log level.
warn(Object, Throwable) - Method in class org.logicalcobwebs.logging.impl.SimpleLog
Log an error with warn log level.
warn(Object) - Method in interface org.logicalcobwebs.logging.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.logicalcobwebs.logging.Log
Log an error with warn log level.
warning(SAXParseException) - Method in class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
WIDE_INSN - Static variable in class org.logicalcobwebs.asm.ClassWriter
The type of the WIDE instruction.
wrap_throwable(Block, Type) - Static method in class org.logicalcobwebs.cglib.core.EmitUtils
 
wrapped - Variable in class org.logicalcobwebs.concurrent.FJTaskRunnerGroup.InvokableFJTask
 
wrappedConnection - Variable in class org.logicalcobwebs.proxool.ProxyDatabaseMetaData
 
WrappedConnection - Class in org.logicalcobwebs.proxool
Wraps up a ProxyConnection.
WrappedConnection(ProxyConnection) - Constructor for class org.logicalcobwebs.proxool.WrappedConnection
Construct this wrapper around the proxy connection
WrapperTest - Class in org.logicalcobwebs.proxool
Tests whether we are wrapping up connections correctly.
WrapperTest(String) - Constructor for class org.logicalcobwebs.proxool.WrapperTest
 
writeAttribute(Attribute) - Method in class org.logicalcobwebs.asm.ClassWriter
Converts the content of the given attribute to a byte array.
writeLock() - Method in interface org.logicalcobwebs.concurrent.ReadWriteLock
get the writeLock
writeLock() - Method in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
writerLock_ - Variable in class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
WriterPreferenceReadWriteLock - Class in org.logicalcobwebs.concurrent
A ReadWriteLock that prefers waiting writers over waiting readers when there is contention.
WriterPreferenceReadWriteLock() - Constructor for class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock
 
WriterPreferenceReadWriteLock.ReaderLock - Class in org.logicalcobwebs.concurrent
 
WriterPreferenceReadWriteLock.ReaderLock() - Constructor for class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.ReaderLock
 
WriterPreferenceReadWriteLock.Signaller - Class in org.logicalcobwebs.concurrent
Reader and Writer requests are maintained in two different wait sets, by two different objects.
WriterPreferenceReadWriteLock.Signaller() - Constructor for class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.Signaller
 
WriterPreferenceReadWriteLock.WriterLock - Class in org.logicalcobwebs.concurrent
 
WriterPreferenceReadWriteLock.WriterLock() - Constructor for class org.logicalcobwebs.concurrent.WriterPreferenceReadWriteLock.WriterLock
 
writeShort(byte[], int, int) - Static method in class org.logicalcobwebs.asm.CodeWriter
Writes a short value in the given byte array.

X

XML_FILE_PROPERTY - Static variable in class org.logicalcobwebs.proxool.configuration.ServletConfigurator
 
XMLConfigurator - Class in org.logicalcobwebs.proxool.configuration
A SAX 2 ContentHandler that can configure Proxool from an XML source.
XMLConfigurator() - Constructor for class org.logicalcobwebs.proxool.configuration.XMLConfigurator
 
XOR - Static variable in class org.logicalcobwebs.cglib.core.CodeEmitter
 
xor(int) - Method in class org.logicalcobwebs.concurrent.SynchronizedInt
Set value to value ^ b.

Y

yield() - Static method in class org.logicalcobwebs.concurrent.FJTask
Allow the current underlying FJTaskRunner thread to process other tasks.

Z

zero_or_null(Type) - Method in class org.logicalcobwebs.cglib.core.CodeEmitter
Pushes a zero onto the stack if the argument is a primitive class, or a null otherwise.
zgetNextState(int) - Method in class org.logicalcobwebs.proxool.StateListenerTest.TestStateListener
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z