org.prevayler.foundation.network
Class ObjectServerSocketImpl

java.lang.Object
  extended by org.prevayler.foundation.network.ObjectServerSocketImpl
All Implemented Interfaces:
ObjectServerSocket

public class ObjectServerSocketImpl
extends Object
implements ObjectServerSocket


Constructor Summary
ObjectServerSocketImpl(int port)
           
 
Method Summary
 ObjectSocket accept()
           
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectServerSocketImpl

public ObjectServerSocketImpl(int port)
                       throws IOException
Throws:
IOException
Method Detail

accept

public ObjectSocket accept()
                    throws IOException
Specified by:
accept in interface ObjectServerSocket
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface ObjectServerSocket
Throws:
IOException


Copyright © 2001-2013. All Rights Reserved.