All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pbsim.Task

java.lang.Object
   |
   +----pbsim.Task

public class Task
extends java.lang.Object

Variable Index

 o IDLE
 o RUNNING
 o SLEEPING

Method Index

 o getActiveEvents()
 o getId()
 o getState()

Variables

 o IDLE
 public static final int IDLE
 o RUNNING
 public static final int RUNNING
 o SLEEPING
 public static final int SLEEPING

Methods

 o getId
 public int getId()
 o getState
 public int getState()
 o getActiveEvents
 public int getActiveEvents()

All Packages  Class Hierarchy  This Package  Previous  Next  Index