com.atlassian.jira.appconsistency.db
Class OfbizConnectionFactory

java.lang.Object
  extended by com.atlassian.jira.appconsistency.db.OfbizConnectionFactory
All Implemented Interfaces:
JiraConnectionFactory

public class OfbizConnectionFactory
extends java.lang.Object
implements JiraConnectionFactory

Copyright All Rights Reserved. Created: christo 12/10/2006 15:50:59


Constructor Summary
OfbizConnectionFactory(java.lang.String helperName)
           
 
Method Summary
 java.sql.Connection getConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfbizConnectionFactory

public OfbizConnectionFactory(java.lang.String helperName)
Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException,
                                         DataAccessException
Specified by:
getConnection in interface JiraConnectionFactory
Throws:
java.sql.SQLException
DataAccessException


Copyright © 2002-2011 Atlassian. All Rights Reserved.