v2.10-0 (21000JUN2005)

Uses of Class
Go4TaskHandler.TGo4TaskHandlerRunnable

Packages that use TGo4TaskHandlerRunnable
Go4TaskHandler 

Uses of TGo4TaskHandlerRunnable in Go4TaskHandler
 

Subclasses of TGo4TaskHandlerRunnable in Go4TaskHandler
class TGo4CommandRunnable
          Runnable responsible for command exchange between transport (socket) and buffer (queue)
In receiver mode, commands are received from transport, checked if sync or not, the
command receiver of system (client) commands is set to the clienttask, sync commands are executed
directly, async commands are passed to the queue
in not receiver mode, runnables waits for the queue and sends all commands from the queue
over the transport
class TGo4DataRunnable
          Runnable responsible for data object exchange between transport (socket) and buffer (queue)
In receiver mode, data objects are received from transport and passed to the queue
in non receiver mode, runnables waits for the queue and sends all data objects from the queue
over the transport
class TGo4StatusRunnable
          Runnable responsible for status object exchange between transport (socket) and buffer (queue)
In receiver mode, status objects are received from transport and passed to the queue
in non receiver mode, runnables waits for the queue and sends all status objects from the queue
over the transport
 

Fields in Go4TaskHandler declared as TGo4TaskHandlerRunnable
protected TGo4TaskHandlerRunnable*TGo4TaskHandlerException.fxCaller
          
 

Constructors in Go4TaskHandler with parameters of type TGo4TaskHandlerRunnable
TGo4TaskHandlerAbortException.TGo4TaskHandlerAbortException(TGo4TaskHandlerRunnable* run)
          ctor to call exception from within a taskhandler runnable;
will find out taskhandler from runnable
TGo4TaskHandlerException.TGo4TaskHandlerException(TGo4TaskHandlerRunnable* run)
          
 


J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005