net.metanotion.server
Class SimpleServerHelper

java.lang.Object
  extended by net.metanotion.server.SimpleServerHelper
All Implemented Interfaces:
ServerHelper

public final class SimpleServerHelper
extends java.lang.Object
implements ServerHelper


Field Summary
static java.lang.String POSTGRESQL_DRIVER
           
 
Constructor Summary
SimpleServerHelper()
           
 
Method Summary
 javax.sql.DataSource startDBConnectionPool(java.lang.String driverClass, java.lang.String connect, java.lang.String username, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSTGRESQL_DRIVER

public static final java.lang.String POSTGRESQL_DRIVER
See Also:
Constant Field Values
Constructor Detail

SimpleServerHelper

public SimpleServerHelper()
Method Detail

startDBConnectionPool

public javax.sql.DataSource startDBConnectionPool(java.lang.String driverClass,
                                                  java.lang.String connect,
                                                  java.lang.String username,
                                                  java.lang.String password)
                                           throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException