org.inspektr.statistics.support
Class JdbcStatisticManager

java.lang.Object
  extended by org.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager
      extended by org.inspektr.statistics.support.JdbcStatisticManager
All Implemented Interfaces:
StatisticManager, org.springframework.beans.factory.DisposableBean

public final class JdbcStatisticManager
extends AbstractThreadExecutorBasedStatisticManager

 
 CREATE TABLE COM_STATISTICS
 (
     STAT_SERVER_IP VARCHAR2(15) NOT NULL,
     STAT_DATE DATE NOT NULL,
     APPLIC_CD VARCHAR2(5) NOT NULL,
     STAT_PRECISION VARCHAR2(6) NOT NULL,
     STAT_COUNT NUMBER NOT NULL,
     STAT_NAME VARCHAR2(100)
 )
 

Since:
1.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Nested Class Summary
protected static class JdbcStatisticManager.JdbcStatisticGatheringTask
           
 
Constructor Summary
JdbcStatisticManager(DataSource dataSource, org.springframework.transaction.support.TransactionTemplate transactionTemplate)
           
 
Method Summary
protected  Runnable newTask(StatisticActionContext statisticActionContext)
           
 
Methods inherited from class org.inspektr.statistics.support.AbstractThreadExecutorBasedStatisticManager
destroy, recalculate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcStatisticManager

public JdbcStatisticManager(DataSource dataSource,
                            org.springframework.transaction.support.TransactionTemplate transactionTemplate)
Method Detail

newTask

protected Runnable newTask(StatisticActionContext statisticActionContext)
Specified by:
newTask in class AbstractThreadExecutorBasedStatisticManager


Copyright © 2007-2012. All Rights Reserved.