com.sybase.afx.ulj
Class ConnectionPool

java.lang.Object
  extended by java.util.Vector
      extended by com.sybase.afx.ulj.ConnectionPool

public class ConnectionPool
extends java.util.Vector


Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Constructor Summary
ConnectionPool()
           
 
Method Summary
 void addPooled(ConnectionImpl conn)
           
 ConnectionImpl getPooled()
           
 
Methods inherited from class java.util.Vector
addElement, capacity, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, removeAllElements, removeElement, removeElementAt, setElementAt, setSize, size, toString, trimToSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionPool

public ConnectionPool()
Method Detail

getPooled

public ConnectionImpl getPooled()

addPooled

public void addPooled(ConnectionImpl conn)