org.apache.catalina.cluster.io
Class Jdk13ObjectReader

java.lang.Object
  extended byorg.apache.catalina.cluster.io.Jdk13ObjectReader

public class Jdk13ObjectReader
extends java.lang.Object


Constructor Summary
Jdk13ObjectReader(java.net.Socket socket, ListenCallback callback)
           
 
Method Summary
 int append(byte[] data, int off, int len)
           
 int execute()
           
 int write(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jdk13ObjectReader

public Jdk13ObjectReader(java.net.Socket socket,
                         ListenCallback callback)
Method Detail

append

public int append(byte[] data,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

execute

public int execute()
            throws java.io.IOException
Throws:
java.io.IOException

write

public int write(byte[] data)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.