org.smartcc.replay
Class Coder

java.lang.Object
  |
  +--org.smartcc.replay.Coder

public class Coder
extends java.lang.Object


Constructor Summary
Coder(java.io.OutputStream out, java.lang.String className)
           
 
Method Summary
protected  void indent()
           
protected  void unindent()
           
 void write(java.util.List records)
           
protected  void write(java.lang.String text)
           
 void writeCreate(Recorder.Record record, int r)
           
 void writeFooter()
           
 void writeHeader()
           
 void writeInvocations()
           
protected  void writeln()
           
protected  void writeln(java.lang.String text)
           
 void writeObject(java.lang.Class parameterType, int r, int p)
           
 void writeParameterList(java.lang.Class[] parameterTypes, int r)
           
 void writePrimitive(java.lang.Class parameterType, int r, int p)
           
 void writeRemote(Recorder.Record record, int r)
           
 void writeRemove(Recorder.Record record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coder

public Coder(java.io.OutputStream out,
             java.lang.String className)
Method Detail

write

public void write(java.util.List records)

writeHeader

public void writeHeader()

writeInvocations

public void writeInvocations()

writeCreate

public void writeCreate(Recorder.Record record,
                        int r)

writeParameterList

public void writeParameterList(java.lang.Class[] parameterTypes,
                               int r)

writePrimitive

public void writePrimitive(java.lang.Class parameterType,
                           int r,
                           int p)

writeObject

public void writeObject(java.lang.Class parameterType,
                        int r,
                        int p)

writeRemote

public void writeRemote(Recorder.Record record,
                        int r)

writeRemove

public void writeRemove(Recorder.Record record)

writeFooter

public void writeFooter()

write

protected void write(java.lang.String text)

writeln

protected void writeln(java.lang.String text)

writeln

protected void writeln()

indent

protected void indent()

unindent

protected void unindent()


Copyright © 2002 DC-TSS. All Rights Reserved.