org.apache.catalina.tribes.transport.bio

Class BioReceiver

public class BioReceiver extends ReceiverBase implements Runnable, ChannelReceiver, ListenCallback

Version: $Revision: 655215 $ $Date: 2008-05-11 03:09:58 +0200 (Sun, 11 May 2008) $

Author: Filip Hanik

Field Summary
protected static Loglog
protected ServerSocketserverSocket
Constructor Summary
BioReceiver()
Method Summary
protected voidbind()
AbstractRxTaskcreateRxTask()
protected BioReplicationTaskgetReplicationThread()
voidlisten()
voidrun()
voidstart()
voidstop()

Field Detail

log

protected static Log log

serverSocket

protected ServerSocket serverSocket

Constructor Detail

BioReceiver

public BioReceiver()

Method Detail

bind

protected void bind()

createRxTask

public AbstractRxTask createRxTask()

getReplicationThread

protected BioReplicationTask getReplicationThread()

listen

public void listen()

run

public void run()

start

public void start()

Throws: IOException

UNKNOWN: Implement this org.apache.catalina.tribes.ChannelReceiver method

stop

public void stop()

UNKNOWN: Implement this org.apache.catalina.tribes.ChannelReceiver method

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