fr.dyade.aaa.jndi2.msg
Class IOControl

java.lang.Object
  extended by fr.dyade.aaa.jndi2.msg.IOControl

public class IOControl
extends java.lang.Object


Constructor Summary
IOControl(java.net.Socket socket)
           
 
Method Summary
 void close()
           
 java.net.Socket getSocket()
           
 int readInt()
           
 java.lang.Object readObject()
           
 void writeInt(int i)
           
 void writeObject(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOControl

public IOControl(java.net.Socket socket)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

readObject

public java.lang.Object readObject()
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

readInt

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

writeObject

public void writeObject(java.lang.Object obj)
                 throws java.io.IOException
Throws:
java.io.IOException

writeInt

public void writeInt(int i)
              throws java.io.IOException
Throws:
java.io.IOException

close

public void close()

getSocket

public final java.net.Socket getSocket()


Copyright © 2004 Scalagent - All rights reserved