org.jtools.jpool.demo
Class Example1

java.lang.Object
  extended byorg.jtools.jpool.demo.Example1

public class Example1
extends java.lang.Object

 Example1 Class
 This application demonstrates how to request a connection from a specific pool,
 which is defined in the xml configuration file by you. Returning the connection
 is manditory. Since this connection can be used again for other query executions.
 

Version:
$Id: Example1.java,v 1.1 2003/10/15 15:37:30 stfndln Exp $
Author:
Stefaan Delanghe (stfndln@yahoo.com)

Constructor Summary
Example1()
           
 
Method Summary
static void main(java.lang.String[] args)
          Executes the Example 1 application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example1

public Example1()
Method Detail

main

public static void main(java.lang.String[] args)
Executes the Example 1 application

Parameters:
args - No arguments defined for this application