Uses of Interface
charly.client.protocol.ChClientTask

Packages that use ChClientTask
charly.client   
charly.server.resources   
 

Uses of ChClientTask in charly.client
 

Classes in charly.client that implement ChClientTask
(package private)  class ChTask.ChClientTaskRepresentation
          This class is for intern use only.
 

Uses of ChClientTask in charly.server.resources
 

Fields in charly.server.resources declared as ChClientTask
(package private)  ChClientTask ChRsrcManagerImpl.ChClientTaskInfo.task
           
 

Methods in charly.server.resources with parameters of type ChClientTask
 java.lang.String ChRsrcManager.startTask(ChClientTask task, java.lang.String taskName, java.util.Set rsrcs)
          This method asks the Ressource-Manager to start the given task.
 void ChRsrcManager.stopTask(ChClientTask task)
          normal finish of a task.
 java.lang.String ChRsrcManagerImpl.startTask(ChClientTask task, java.lang.String taskName, java.util.Set rsrcs)
          sets task in state starting or if possible starts it already.
 void ChRsrcManagerImpl.stopTask(ChClientTask task)
          normal finish of a task.
 

Constructors in charly.server.resources with parameters of type ChClientTask
ChRsrcManagerImpl.ChClientTaskInfo(ChClientTask task, java.util.Set rsrcNames)
           
ChRsrcManagerImpl.ChClientTaskInfo(ChClientTask task)