|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.recordio.AbstractRecordWriterFactory
com.servingxml.components.sql.SqlWriterFactory
public class SqlWriterFactory
A SqlWriterFactory
instance may be used to obtain objects that
implement the RecordWriter
interface.
Field Summary |
---|
Fields inherited from interface com.servingxml.components.recordio.RecordPipelineAppender |
---|
EMPTY_ARRAY |
Constructor Summary | |
---|---|
SqlWriterFactory(JdbcConnectionPool connectionPool,
SqlUpdateDatabaseFactory sqlUpdate)
|
Method Summary | |
---|---|
RecordWriter |
createRecordWriter(ServiceContext context,
Flow flow)
|
Methods inherited from class com.servingxml.components.recordio.AbstractRecordWriterFactory |
---|
appendToRecordPipeline, createRecordPipeline |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.servingxml.components.recordio.RecordPipelineAppender |
---|
appendToRecordPipeline, createRecordPipeline |
Constructor Detail |
---|
public SqlWriterFactory(JdbcConnectionPool connectionPool, SqlUpdateDatabaseFactory sqlUpdate)
Method Detail |
---|
public RecordWriter createRecordWriter(ServiceContext context, Flow flow)
createRecordWriter
in interface RecordWriterFactory
createRecordWriter
in class AbstractRecordWriterFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |