Serialized Form


Package org.ow2.util.pool.impl

Class org.ow2.util.pool.impl.PoolConfiguration extends java.lang.Object implements Serializable

serialVersionUID: 3409409761151246408L

Serialized Fields

max

int max
Maximum size of the pool.


timeout

long timeout
Timeout for waiters that are waiting for an empty element in the pool.


maxWaiters

int maxWaiters
Number of waiters that can wait for the given timeout.



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.