com.etasoft.trans.transaction
Class axWriterBuffer

java.lang.Object
  extended bycom.etasoft.trans.transaction.axWriterBuffer
Direct Known Subclasses:
axJdbcBuffer, axStreamBuffer

public abstract class axWriterBuffer
extends java.lang.Object

Output buffer for the writer.


Field Summary
protected  axWriter m_writer
           
 
Constructor Summary
axWriterBuffer(axWriter writer)
           
 
Method Summary
abstract  void append(java.lang.String output)
          Append string data to be written off.
abstract  void append(java.lang.String section, java.util.HashMap tabElements, boolean prepareSQL)
          Append field data to be written off.
 void close()
          Close write buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_writer

protected axWriter m_writer
Constructor Detail

axWriterBuffer

public axWriterBuffer(axWriter writer)
Method Detail

close

public void close()
Close write buffer.


append

public abstract void append(java.lang.String output)
                     throws axException
Append string data to be written off.

Throws:
axException

append

public abstract void append(java.lang.String section,
                            java.util.HashMap tabElements,
                            boolean prepareSQL)
                     throws axException
Append field data to be written off.

Throws:
axException