v2.10-0 (21000JUN2005)

Uses of Class
Go4TaskHandler.TGo4TaskStatus

Packages that use TGo4TaskStatus
Go4AnalysisClient 
Go4TaskHandler 
Go4TaskHandlerExample 

Uses of TGo4TaskStatus in Go4AnalysisClient
 

Methods in Go4AnalysisClient that return TGo4TaskStatus
virtual TGo4TaskStatus*TGo4AnalysisClient.CreateStatus()
          create a status object with information on the
current client state. this object may be sent to the
server or may be used to restore current status by
memento mechanism.
 

Methods in Go4AnalysisClient with parameters of type TGo4TaskStatus
private voidTGo4AnalysisClient.UpdateStatus(TGo4TaskStatus* state)
          Method needed by method CreateStatus of any status subclasses to
set the values of the clienttask specific part of the status object.
 

Uses of TGo4TaskStatus in Go4TaskHandler
 

Subclasses of TGo4TaskStatus in Go4TaskHandler
class TGo4ClientStatus
          
 

Methods in Go4TaskHandler that return TGo4TaskStatus
virtual TGo4TaskStatus*TGo4ClientTask.CreateStatus()
          create a status object with information on the
current client state. this object may be sent to the
server or may be used to restore current status by
memento mechanism
virtual TGo4TaskStatus*TGo4Slave.CreateStatus()
          create a status object with information on the
current (slave) task. this object may be sent to the
master or may be used to restore current status by
memento mechanism
virtual TGo4TaskStatus*TGo4Task.CreateStatus()
          create a status object with information on the
current (slave) task. this object may be sent to the
master or may be used to restore current status by
memento mechanism
 

Methods in Go4TaskHandler with parameters of type TGo4TaskStatus
protected virtual voidTGo4ClientTask.UpdateStatus(TGo4TaskStatus* state)
          method needed by method
CreateStatus of any status subclasses to
set the values of the clienttask specific
part of the status object.
protected virtual voidTGo4Slave.UpdateStatus(TGo4TaskStatus* state)
          method needed by method
CreateStatus of any status subclasses to
set the values of the clienttask specific
part of the status object.
protected virtual voidTGo4Task.UpdateStatus(TGo4TaskStatus* state)
          method needed by method
CreateStatus of any status subclasses to
set the values of the clienttask specific
part of the status object.
 

Uses of TGo4TaskStatus in Go4TaskHandlerExample
 

Methods in Go4TaskHandlerExample that return TGo4TaskStatus
virtual TGo4TaskStatus*TGo4ExampleClient.CreateStatus()
          create a status object with information on the
current client state. this object may be sent to the
server or may be used to restore current status by
memento mechanism.
 


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

30-06-2005