integration.handler
Class AbstractHandlerBySqlIT

java.lang.Object
  extended by integration.handler.AbstractHandlerBySqlIT
Direct Known Subclasses:
CalendarHandlerByJavaTest, DayEndPriceHandlerBySqlIT, EmailAddressHandlerBySqlIT, FuturesExpirationsHandlerBySqlIT, YearEndPriceHandlerBySqlIT

public class AbstractHandlerBySqlIT
extends Object

Author:
mjr2586

Field Summary
protected  DataSource dataSource
           
 
Constructor Summary
AbstractHandlerBySqlIT()
           
 
Method Summary
 void getConnection()
           
 void getDataSource()
           
protected  PrimaryKeyHandler getPrimaryKeyHandler()
           
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataSource

protected DataSource dataSource
Constructor Detail

AbstractHandlerBySqlIT

public AbstractHandlerBySqlIT()
Method Detail

getPrimaryKeyHandler

protected PrimaryKeyHandler getPrimaryKeyHandler()

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

getConnection

public void getConnection()
                   throws Exception
Throws:
Exception

getDataSource

public void getDataSource()
                   throws Exception
Throws:
Exception


Copyright © May 23, 2006-2012 The Ferris Foundation. All Rights Reserved.