All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.TaskLaunchComponentState

java.lang.Object
   |
   +----com.sgi.sysadm.ui.TaskLaunchComponentState

public class TaskLaunchComponentState
extends Object
A class that represents the state of an TaskLaunchComponent.

See Also:
TaskLaunchComponent

Variable Index

 o CANCELED
The state that indicates that the Task has been canceled
 o FINISHED
The state that indicates that the Task has been sucessfully completed
 o LAUNCHED
The state that indicates that the Task has been launched, but not yet canceled or completed.
 o NEVER_LAUNCHED
The state that indicates that the Task has never been launched

Constructor Index

 o TaskLaunchComponentState(byte)
Construct a TaskLaunchComponentState

Method Index

 o getTaskState()
Returns the state

Variables

 o NEVER_LAUNCHED
 public static final byte NEVER_LAUNCHED
The state that indicates that the Task has never been launched

 o LAUNCHED
 public static final byte LAUNCHED
The state that indicates that the Task has been launched, but not yet canceled or completed.

 o CANCELED
 public static final byte CANCELED
The state that indicates that the Task has been canceled

 o FINISHED
 public static final byte FINISHED
The state that indicates that the Task has been sucessfully completed

Constructors

 o TaskLaunchComponentState
 public TaskLaunchComponentState(byte state)
Construct a TaskLaunchComponentState

Parameters:
state - The state of the component

Methods

 o getTaskState
 public byte getTaskState()
Returns the state

Returns:
The state of the component.

All Packages  Class Hierarchy  This Package  Previous  Next  Index