org.apache.wicket.threadtest.apps.app2
Class Pool

java.lang.Object
  extended by org.apache.wicket.threadtest.apps.app2.Pool

public class Pool
extends Object

Test pool.

Author:
eelcohillenius

Method Summary
static Connection getConnection()
           
static Pool getInstance()
           
static void release()
          Releases the pool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnection

public static Connection getConnection()
Returns:
the connection

getInstance

public static Pool getInstance()
Returns:
the Pool instance

release

public static void release()
Releases the pool



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.