Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.net.spi
Class BlockingReadConnectionThread

java.lang.Object
  extended by com.jivesoftware.forum.net.spi.BlockingReadConnectionThread
All Implemented Interfaces:
java.lang.Runnable

public class BlockingReadConnectionThread
extends java.lang.Object
implements java.lang.Runnable

A thread to manage reads of all idle connections.


Constructor Summary
BlockingReadConnectionThread(Connection connection)
           
 
Method Summary
 void close()
          Close the thread.
 void run()
          Continuously select and run connections with new data pending.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingReadConnectionThread

public BlockingReadConnectionThread(Connection connection)
Method Detail

run

public void run()
Continuously select and run connections with new data pending.

Specified by:
run in interface java.lang.Runnable

close

public void close()
Close the thread.


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.