#include <CharonClient.h>
Inheritance diagram for CCharonClient:
Public Methods | |
bool __fastcall | Init (void) |
bool __fastcall | Disconnect (void) |
const CSmallString &__fastcall | GetCharonIP (void) |
const int __fastcall | GetCharonPort (void) |
const int __fastcall | GetCharonWatcherPort (void) |
bool __fastcall | SetCharonNewSettings (const CSmallString &ip, int port) |
bool __fastcall | SubmitJob (CJob *p_job) |
bool __fastcall | SubmitJob (CJob *p_job, int comp_id, int queue_id) |
bool __fastcall | SynchronizeJob (CJob *p_job) |
bool __fastcall | PauseJob (CJob *p_job) |
bool __fastcall | ResumeJob (CJob *p_job) |
bool __fastcall | KillJob (CJob *p_job) |
CXMLElement *__fastcall | GetJobTicket (CJob *p_job) |
bool __fastcall | AddJobWatch (CJob *p_job) |
bool __fastcall | RemoveJobWatch (CJob *p_job) |