|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.servingxml.components.recordio.RecordWriterPrefilter
public class RecordWriterPrefilter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.servingxml.components.recordio.RecordWriter |
|---|
RecordWriter.DefaultDiscardWriter, RecordWriter.NullRecordWriter |
| Field Summary |
|---|
| Fields inherited from interface com.servingxml.components.recordio.RecordWriter |
|---|
DEFAULT_DISCARD_WRITER, NULL |
| Constructor Summary | |
|---|---|
RecordWriterPrefilter(RecordWriter recordWriter,
ParameterDescriptor[] parameterDescriptors)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
endRecordStream(ServiceContext context,
Flow flow)
|
void |
startRecordStream(ServiceContext context,
Flow flow)
|
void |
writeRecord(ServiceContext context,
Flow flow)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecordWriterPrefilter(RecordWriter recordWriter,
ParameterDescriptor[] parameterDescriptors)
| Method Detail |
|---|
public void startRecordStream(ServiceContext context,
Flow flow)
startRecordStream in interface RecordWriter
public void endRecordStream(ServiceContext context,
Flow flow)
endRecordStream in interface RecordWriter
public void writeRecord(ServiceContext context,
Flow flow)
writeRecord in interface RecordWriterpublic void close()
close in interface RecordWriter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||