org.prevayler.foundation.network
Interface ObjectSocket

All Known Implementing Classes:
ObjectSocketImpl

public interface ObjectSocket


Method Summary
 void close()
           
 Object readObject()
           
 void writeObject(Object object)
           
 

Method Detail

writeObject

void writeObject(Object object)
                 throws IOException
Throws:
IOException

readObject

Object readObject()
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

close

void close()
           throws IOException
Throws:
IOException


Copyright © 2001-2013. All Rights Reserved.