|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
ListenerContainerIF
that uses a reads/write lock to handle concurrency in a safe and
fast way.put
operations may block when the
capacity is reached.FastArrayList
instance.
w.fork(); invoke(v); w.join();
ProxyConnection.getId()
ConfigurationListenerIF
that keeps a list of ConfigurationListenerIF
s
and notifies them in a thread safe manner.ConnectionListenerIF
that keeps a list of ConnectionListenerIF
s
and notifies them in a thread safe manner.ProxoolListenerIF
that keeps a list of ProxoolListenerIF
s
and notifies them in a thread safe manner.StateListenerIF
that keeps a list of StateListenerIF
s
and notifies them in a thread safe manner.StatisticsListenerIF
that keeps a list of StatisticsListenerIF
s
and notifies them in a thread safe manner.definition
.XMLConfigurator
.
true
if this list contains the specified element.
true
if this list contains all of the elements
in the specified Collection.
verbose
instead.
ConnectionPoolDefinitionIF.DEFAULT_SIMULTANEOUS_BUILD_THROTTLE
instead
ConnectionPoolMBean.NOTIFICATION_TYPE_DEFINITION_UPDATED
event.
AvalonConfigurator.CLOSE_ON_DISPOSE_ATTRIBUTE
is set: Close all connection pools that this configurator has configured.
AdminServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
disabling
it.
ArrayList
instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
java.util.ArrayList
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes.FATAL_SQL_EXCEPTION
has been detected.
new Par
, when executed,
runs the tasks provided in the constructor in parallel using
coInvoke(tasks).new Par(task1, task2)
, when executed,
runs task1 and task2 in parallel using coInvoke(task1, task2).new Seq
, when executed,
invokes each task provided in the constructor, in order.new Seq2(task1, task2)
, when executed,
invokes task1 and then task2, in order.ConnectionInfoIF.getBirthTime()
but in Date format
FatalSQLException.getOriginalSQLException()
null
if the
cause is nonexistent or unknown.
snapshot
instead.
ProxoolFacade.getSnapshot(java.lang.String, boolean)
ProxoolFacade.getSnapshot(java.lang.String, boolean)
ConnectionPoolDefinitionIF.isVerbose()
instead
ProxyConnection
.
MBeanServerFactory.findMBeanServer(String agentId)
) to register the pool to.
ConnectionInfoIF.getSqlCalls()
definition
.
ConnectionPoolDefinitionIF.getSimultaneousBuildThrottle()
instead
ConnectionPoolDefinitionIF.getAlias()
instead.
ConnectionPoolDefinitionIF.getDelegateProperties()
instead
marked
getSnapshot
using false for the detail parameter.
sweep
equals()
method, and return
the corresponding index, or -1 if the object is not found.
invoke
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
.
ShutdownHook
should do anything.
ConnectionPoolMBean
to.
ProxoolConstants.JMX_AGENT_ID
.
ProxoolConstants.JMX
.
alternative
to provide better auditing in log
alternative
to provide better auditing in log
ProxoolFacade.killAllConnections(java.lang.String, boolean)
but defaults to merciful.
equals()
method, and return
the corresponding index, or -1 if the object is not found.
MAXIMUM_ACTIVE_TIME
has been exceeded.
MAXIMUM_CONNECTION_LIFETIME
has been exceeded.
ProxoolConstants.SIMULTANEOUS_BUILD_THROTTLE
instead
ProxoolConstants.SIMULTANEOUS_BUILD_THROTTLE_PROPERTY
instead
InvokerFacade.getConcreteMethod(java.lang.Class, java.lang.reflect.Method)
.
MethodMapper.getConcreteMethod(java.lang.reflect.Method)
, use this one instead.
prototypers
sweep
.null
as its detail message.
Driver
implementation
of java.sql.Driver.ProxoolDataSource
with the given alias
and bind it to JNDI using the given jndi properties.
ConnectionPoolMBean
to the given agents.
shutdown()
instead.
ProxoolFacade.removeConnectionPool(java.lang.String, int)
but uses no delay.
ProxoolListenerIF
.
reset
after it was returned to the pool and we don't want to give it out again in an unknown state.
ProxoolFacade.addConfigurationListener(String, ConfigurationListenerIF)
instead.
ProxoolFacade.addConnectionListener(String, ConnectionListenerIF)
instead.
ShutdownHook
ProxoolFacade
will know to disable it when it is ProxoolFacade.shutdown()
.
ProxoolFacade.addStateListener(String, StateListenerIF)
instead.
statistics
as they are produced.ArrayList
instance to be the
list's current size.
ConnectionPoolMBean
from the given agents.
validated
.
ProxyConnection
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |