jstorm.factory
Class MySqlDatabaseFactory

java.lang.Object
  |
  +--jstorm.factory.MySqlDatabaseFactory
All Implemented Interfaces:
IConnectionFactory

public class MySqlDatabaseFactory
extends java.lang.Object
implements IConnectionFactory


Method Summary
 java.sql.Connection getConnection()
           
 java.lang.String getConnectionString()
           
static IConnectionFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Specified by:
getConnection in interface IConnectionFactory
Returns:
java.sql.Connection

getConnectionString

public java.lang.String getConnectionString()

getInstance

public static IConnectionFactory getInstance()