se.sics.tasim.is.common
Class BlockingViewerChannel

java.lang.Object
  extended by se.sics.isl.tact.TACTConnection
      extended by se.sics.tasim.is.common.BlockingViewerChannel

public class BlockingViewerChannel
extends TACTConnection


Constructor Summary
BlockingViewerChannel(BlockingViewerServer server, java.net.Socket socket, Context context)
           
 
Method Summary
protected  void connectionClosed()
           
protected  void connectionOpened()
           
protected  void dataRead(byte[] buffer, int offset, int length)
           
 
Methods inherited from class se.sics.isl.tact.TACTConnection
close, closeImmediately, getConnectTime, getMaxBuffer, getName, getRemoteHost, getRemotePort, getThreadPool, getUserName, isClosed, setMaxBuffer, setThreadPool, setUserName, start, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingViewerChannel

public BlockingViewerChannel(BlockingViewerServer server,
                             java.net.Socket socket,
                             Context context)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

connectionOpened

protected void connectionOpened()
Specified by:
connectionOpened in class TACTConnection

connectionClosed

protected void connectionClosed()
Specified by:
connectionClosed in class TACTConnection

dataRead

protected void dataRead(byte[] buffer,
                        int offset,
                        int length)
Specified by:
dataRead in class TACTConnection


Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.