org.jwarp.service.connectionpool.test
Class TestPool

java.lang.Object
  |
  +--org.jwarp.service.connectionpool.test.TestPool

public class TestPool
extends java.lang.Object

Simple test class for testing the connection pool.


Constructor Summary
TestPool()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the main method.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPool

public TestPool()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main method. It initializes a properties file from the disk (sorry you must change settings here in the code.. :-) ). The maximum number of connections allowed are created. Then all these connections will be closed (means: put back to the pool). Finally the update method is called to determine

©   O R C A   S y s t e m s