Uses of Class
pt.runtime.Slot

Packages that use Slot
pt.runtime Parallel Task runtime classes. 
 

Uses of Slot in pt.runtime
 

Fields in pt.runtime declared as Slot
static Slot Slot.quit
           
 

Methods in pt.runtime that return Slot
 Slot TaskInfo.getExceptionHandler(java.lang.Class occuredException)
           
protected  Slot TaskID.getExceptionHandler(java.lang.Class occurredException)
           
 

Methods in pt.runtime that return types with arguments of type Slot
 java.util.ArrayList<Slot> TaskInfo.getInterSlotsToNotify()
           
 java.util.ArrayList<Slot> TaskInfo.getSlotsToNotify()
           
 

Methods in pt.runtime with parameters of type Slot
 void TaskInfo.addExceptionHandler(java.lang.Class exceptionClass, Slot handler)
          This method should be used in the order that the exception handlers are to be considered later on
 void TaskInfo.addInterSlotToNotify(Slot slot)
           
 void TaskInfo.addSlotToNotify(Slot slot)
           
protected  void AbstractTaskListener.doExecuteSlot(Slot slot)
          Executes the specified slot.
 void GuiEdtTaskListener.executeSlot(Slot slot)
           
abstract  void AbstractTaskListener.executeSlot(Slot slot)