DJAVA

au.gov.aao.drama
Class DramaTask.TaskInfo

java.lang.Object
  extended by au.gov.aao.drama.DramaTask.TaskInfo
Enclosing class:
DramaTask

public static class DramaTask.TaskInfo
extends Object

A class used with the DramaTask.Tasks() function, to return the details of currently known DRAMA tasks.

See Also:
DramaTask.Tasks()

Field Summary
 boolean CurrentTask
          Set true if the task is the current task.
 String Description
          Set to the Description of the task, as set with DitsSetDetails(3) or the DramaTask.SetDetails() java method.
 boolean LocalTask
          Set true if the task is a local task (running on the current machine).
 String TaskName
          Set to the Name of task.
 boolean Translated
          Set true if the task not an IMP/DRAMA task, but is instead a translation to IMP/DRAMA of another type of task.
 boolean Translator
          Set true if the task is an IMP translator task, which translates messages for other tasks.
 int Type
          Set to the Type of the task, as set with DitsSetDetails(3) or the DramaTask.SetDetails() java method.
 
Constructor Summary
DramaTask.TaskInfo(String theTaskName, String theDescription, int theType, boolean isLocal, boolean isTranslator, boolean isTranslated, boolean isCurrent)
          Constructor for this object, only invoked from the Native.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LocalTask

public boolean LocalTask
Set true if the task is a local task (running on the current machine).


Translator

public boolean Translator
Set true if the task is an IMP translator task, which translates messages for other tasks.


Translated

public boolean Translated
Set true if the task not an IMP/DRAMA task, but is instead a translation to IMP/DRAMA of another type of task.


CurrentTask

public boolean CurrentTask
Set true if the task is the current task.


Type

public int Type
Set to the Type of the task, as set with DitsSetDetails(3) or the DramaTask.SetDetails() java method.


Description

public String Description
Set to the Description of the task, as set with DitsSetDetails(3) or the DramaTask.SetDetails() java method.


TaskName

public String TaskName
Set to the Name of task.

Constructor Detail

DramaTask.TaskInfo

public DramaTask.TaskInfo(String theTaskName,
                          String theDescription,
                          int theType,
                          boolean isLocal,
                          boolean isTranslator,
                          boolean isTranslated,
                          boolean isCurrent)
Constructor for this object, only invoked from the Native. code.


DJAVA

Click here for the DRAMA home page and here for the AAO home page.

For more information, contact tjf@aaoepp.aao.gov.au.