atg.service.datacollection
Class JTSQLTableSummaryLogger

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.service.datacollection.JTSQLTableLogger
              extended by atg.service.datacollection.JTSQLTableSummaryLogger
All Implemented Interfaces:
NameContextBindingListener, NameContextElement, NameResolver, AdminableService, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, LogListener, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, DataCollector, DataListener, atg.service.jdbc.DataSourceShutdownListener, Schedulable, java.util.EventListener

public class JTSQLTableSummaryLogger
extends JTSQLTableLogger

JTSQLTableSummary logger that logs summary events


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
JTSQLTableSummaryLogger()
           
 
Method Summary
 java.lang.String getDBWriteMethod()
          Returns property DBWriteMethod
 int getRegularCount()
          Returns property RegularCount
 int getSetCount()
          Returns property SetCount
 java.lang.String getUpdateSQL()
          Returns property UpdateSQL
protected  java.lang.Object[] getValueArray(java.lang.Object pDataItem, java.lang.Object[] buffer)
           
 void setDBWriteMethod(java.lang.String pDBWriteMethod)
          Sets property DBWriteMethod
 
Methods inherited from class atg.service.datacollection.JTSQLTableLogger
addDataItem, dataSourceShutdown, doStartService, doStopService, flush, getBufferSize, getConnectRetryInterval, getDataItemCount, getDataItemThreshold, getDataSource, getInsertSQL, getJobDescription, getJobName, getLocalTransactionModeInitialization, getMetaDataCatalogName, getMetaDataSchemaPattern, getMinimumErrorReportInterval, getQualifiedTableName, getSchedule, getScheduler, getSQLColumnMappings, getSQLColumnSizes, getTableName, getTablePrefix, getTransactionManager, getTransactionSize, isAutoCommitInitialization, isBlocking, isEnableSQLbatch, isEnableTruncation, isLocalTransactionModeInitialization, isSetAutoCommit, logEvent, performScheduledTask, sanitizeSQLColumnMappings, setAutoCommitInitialization, setBlocking, setBufferSize, setConnectRetryInterval, setDataItemThreshold, setDataSource, setEnableSQLbatch, setEnableTruncation, setJobDescription, setJobName, setLocalTransactionModeInitialization, setMetaDataCatalogName, setMetaDataSchemaPattern, setMinimumErrorReportInterval, setSchedule, setScheduler, setSetAutoCommit, setSQLColumnMappings, setSQLColumnSizes, setTableName, setTablePrefix, setTransactionManager, setTransactionSize, startScheduledJob, toString
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

JTSQLTableSummaryLogger

public JTSQLTableSummaryLogger()
Method Detail

setDBWriteMethod

public void setDBWriteMethod(java.lang.String pDBWriteMethod)
Sets property DBWriteMethod


getDBWriteMethod

public java.lang.String getDBWriteMethod()
Returns property DBWriteMethod


getSetCount

public int getSetCount()
Returns property SetCount


getRegularCount

public int getRegularCount()
Returns property RegularCount


getUpdateSQL

public java.lang.String getUpdateSQL()
Returns property UpdateSQL


getValueArray

protected java.lang.Object[] getValueArray(java.lang.Object pDataItem,
                                           java.lang.Object[] buffer)
Overrides:
getValueArray in class JTSQLTableLogger