rreval
Class JWriter

java.lang.Object
  extended by rreval.JWriter

public class JWriter
extends java.lang.Object


Field Summary
static int MAX_WRITE_RETRIES
           
static long RETRY_NAP
           
 
Constructor Summary
JWriter(ConnectionJ con)
           
 
Method Summary
 void writeMessage(java.io.Serializable obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_WRITE_RETRIES

public static int MAX_WRITE_RETRIES

RETRY_NAP

public static long RETRY_NAP
Constructor Detail

JWriter

public JWriter(ConnectionJ con)
Method Detail

writeMessage

public void writeMessage(java.io.Serializable obj)
                  throws java.lang.Exception
Throws:
java.lang.Exception