|
Public Member Functions |
|
void | LaunchTaskThread () |
| | Launches the task thread. A new thread is created and calls the HandleDescriptor() method.
|
|
virtual int | CheckDescriptor (string)=0 |
|
virtual void | HandleDescriptor (string)=0 |
|
| AgentHandler () |
| | Constructor for AgentHandler.
|
| int | IsBusy () |
|
void | SetTaskDescriptor (string aDesc) |
| string | GetTaskDescriptor () |
| | Gets the current UML task descriptor.
|
|
PRThread * | createThread (PRThreadType type, void(*start)(void *arg), void *arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize, PRInt32 index) |
Protected Member Functions |
|
void | SetBusyState (int aState) |
Protected Attributes |
| int | mIsBusy |
| PRThread * | mTaskThread |
| string | mTaskDescriptor |
Friends |
|
void PR_CALLBACK | task_thread (void *) |