com.tapina.robe.swi
Class TaskManager

java.lang.Object
  extended bycom.tapina.robe.runtime.Block
      extended bycom.tapina.robe.runtime.DataBlock
          extended bycom.tapina.robe.module.Module
              extended bycom.tapina.robe.swi.SWIHandler
                  extended bycom.tapina.robe.swi.TaskManager

public final class TaskManager
extends SWIHandler


Field Summary
 
Fields inherited from class com.tapina.robe.swi.SWIHandler
log, METHOD_PARAMETERS
 
Method Summary
 WimpTask enumerateTasks(boolean firstCall)
          Return the next task to be enumerated from the list of all tasks.
 void EnumerateTasks(Environment env)
           
static int getBase()
           
static TaskManager getInstance()
           
static java.lang.reflect.Method getMethod(java.lang.Integer offset)
           
 void TaskNameFromHandle(Environment env)
           
 java.lang.String taskNameFromHandle(int taskHandle)
           
 
Methods inherited from class com.tapina.robe.module.Module
getBytes, getHelp, getName, getSize, setSize
 
Methods inherited from class com.tapina.robe.runtime.Block
getAddress, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TaskManager getInstance()

getBase

public static int getBase()

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Integer offset)
                                          throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

TaskNameFromHandle

public final void TaskNameFromHandle(Environment env)

taskNameFromHandle

public final java.lang.String taskNameFromHandle(int taskHandle)

EnumerateTasks

public final void EnumerateTasks(Environment env)

enumerateTasks

public final WimpTask enumerateTasks(boolean firstCall)
Return the next task to be enumerated from the list of all tasks.

Parameters:
firstCall - start at the beginning of the list, therefore returning the first task
Returns:
next task in list, or null if there are no more tasks


Copyright © 2003-2005 . All Rights Reserved.