Uses of Class
ix.util.CatchingThread

Packages that use CatchingThread
ix.iquery I-Q, an I-X Query agent. 
ix.util General-purpose utilities. 
ix.util.ipc   
 

Uses of CatchingThread in ix.iquery
 

Subclasses of CatchingThread in ix.iquery
protected  class IQuery.LookupThread
          A thread that invokes a LookupHandler.
 

Uses of CatchingThread in ix.util
 

Subclasses of CatchingThread in ix.util
 class TransferThread
          A thread that processes a message queue.
 

Uses of CatchingThread in ix.util.ipc
 

Subclasses of CatchingThread in ix.util.ipc
static class SerializedCommunicationStrategy.ObjectStreamNameServer
          A Thread that acts as a name-server on a specified port.
static class SerializedCommunicationStrategy.ObjectStreamServer
          A Thread that accepts connections to a ServerSocket and creates an object-reading thread for each connection.