Package cgl.narada.transport.threadpool

This package contains an experimental threadpool implementation of the interfaces specified in NaradaBrokering's transport framework.

See:
          Description

Class Summary
BytesAndTimeLag  
NetworkTask A lightweight interface to group network tasks.
PoolTCPLink This is a PoolTCP implementation of the Link interface.
PoolTCPLinkFactory This is a TCP thread pool based implementation of the LinkFactory Interface.
PoolTCPLinkReceiver Listens for PoolTCP packets arriving at a socket and performs various operations based on situations arising during communication.
PoolTCPLinkSender Responsible for sending niotcp packets across the socket connection that is established during initializations.
PoolTCPServerThread This is used by the broker process to set up a ServerSocket at the port number that is specified.
ReceiveTask Listens for TCP packets arriving at a socket and performs various operations based on situations arising during communication.
SendTask Responsible for sending tcp packets across the socket connection that is established during initializations.
ThreadPoolManager  
ThreadPoolWorkerThread  
 

Package cgl.narada.transport.threadpool Description

This package contains an experimental threadpool implementation of the interfaces specified in NaradaBrokering's transport framework.



For comments and suggestions please send e-mail to The NaradaBrokering Project