Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enableit.db.darrt
Class DataHandler  view DataHandler download DataHandler.java

java.lang.Object
  extended byorg.enableit.db.darrt.AbstractSchemaHandler
      extended byorg.enableit.db.darrt.DataHandler

public class DataHandler
extends AbstractSchemaHandler


Field Summary
static java.lang.String about
          CVS info about this class and its current version
static java.lang.String EL_TABLE
          Attribute name holding table name.
private static org.apache.log4j.Logger logger
          The Log4J Logger doing the logging.
 
Fields inherited from class org.enableit.db.darrt.AbstractSchemaHandler
 
Constructor Summary
DataHandler()
          Default Constructor.
 
Method Summary
 void createData(java.util.List rowSetDocs)
          Import data from the data source and table patterns configured.
 java.util.Map export()
          Export data from the data source and table patterns configured.
 
Methods inherited from class org.enableit.db.darrt.AbstractSchemaHandler
addListener, addListeners, diffSchemas, getDatabase, getDebug, getListeners, getOnlineRefSchema, getOnlineTargetSchema, getRefDatabase, getRefSchemaName, getRefSchemaUrl, getTablePattern, getTargetDatabase, getTargetSchemaUrl, setDebug, setOnlineRefSchema, setOnlineTargetSchema, setRefDatabase, setRefSchemaName, setRefSchemaUrl, setTablePattern, setTargetDatabase, setTargetSchemaUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.log4j.Logger logger
The Log4J Logger doing the logging.


EL_TABLE

public static final java.lang.String EL_TABLE
Attribute name holding table name.

See Also:
Constant Field Values

about

public static final java.lang.String about
CVS info about this class and its current version

See Also:
Constant Field Values
Constructor Detail

DataHandler

public DataHandler()
Default Constructor.

Method Detail

export

public java.util.Map export()
                     throws SchemaHandlingException
Export data from the data source and table patterns configured.


createData

public void createData(java.util.List rowSetDocs)
                throws SchemaHandlingException
Import data from the data source and table patterns configured.