Client

From Web Computing Documentation
Revision as of 18:01, 11 August 2011 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

class Client

  • web2grid
    • web2grid.core
      • web2grid.core.control
        • web2grid.core.control.Client


Class overview

Client is a skeleton class for an actual Web Computing client application. Once it's started it operates a WorkSourcePool while continiously checking for changes that require saving to persistent storage.

Public functions

new (savepath : String)

savepath The name of the key in the LocalStorage.

Constructor. The client automatically saves the objects when required storing them in the LocalStorage under the key given in savepath.

start (ms : Int)

ms The period of the scheduling in milliseconds.

Starts the Client. The Client will operate its Operable members with a period given in the parameter. For practical purposes it shouldn't be smaller than 100 ms.

terminate ()

Terminates the Client. It terminates the WorkSourcePool and stops further operation of the Operable members.

Personal tools
Modules