public class MinimumMetaProcessor extends ColumnProcessor
Modifier and Type | Field and Description |
---|---|
double |
doubleAccu |
long |
longAccu |
java.lang.String |
metaName |
double |
multiplier |
boolean |
pushDouble |
boolean |
shouldMultiply |
columnMapping, connector, document, logger, name, parameters, verbose
Constructor and Description |
---|
MinimumMetaProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
endDocument()
This method is called when the connector is about to send the document
via the PushAPI.
|
void |
processRow(ResultSetProxy row)
This method is called when the connector a tuple should be processed
|
void |
start()
This method is called the custom parameters has been filled and before
the beginning of synchronization.
|
void |
startDocument()
This method is called when the connector begins to process a new PAPI
document
|
addParameters, buildURI, end, error, getColumnMapping, getConnector, getDocument, getParameters, info, makeLogString, setColumnMapping, setConnector, setDocument, setParameters, verbose, warning
public java.lang.String metaName
public long longAccu
public double doubleAccu
public boolean pushDouble
public double multiplier
public boolean shouldMultiply
public void start() throws java.lang.Exception
ColumnProcessor
start
in class ColumnProcessor
java.lang.Exception
public void startDocument()
ColumnProcessor
startDocument
in class ColumnProcessor
public void processRow(ResultSetProxy row) throws java.sql.SQLException
ColumnProcessor
processRow
in class ColumnProcessor
java.sql.SQLException
public void endDocument()
ColumnProcessor
endDocument
in class ColumnProcessor
Copyright © 2013 Dassault Systèmes, All Rights Reserved.