Uses of Interface
util.CancelRunnable

Packages that use CancelRunnable
stella   
stella.net   
stella.parameter   
stella.util   
stella.xml   
 

Uses of CancelRunnable in stella
 

Subinterfaces of CancelRunnable in stella
 interface Sequencing<E>
          The interface defining sequencing capabilities.
 

Classes in stella that implement CancelRunnable
 class AbstractSequencer<E>
          An abstract implementation of a sequencing class.
 class MasterMind
          The entry class for the STELLA-SCS control system.
 

Uses of CancelRunnable in stella.net
 

Classes in stella.net that implement CancelRunnable
 class CommandReceiver
          The command receiver, acting as a server.
 class ErrorReceiver
          The ascii-error receiver.
 class ErrorServer
          An intermediate step from the receiver server class to concrete subclasses.
 class ParameterRelay
          A parameter server class.
 class ParameterServer
          A parameter server class.
 class ReceiverServer
          The receiver server base class.
 class TestReceiver
          The receiver end to the test caster method.
 

Uses of CancelRunnable in stella.parameter
 

Classes in stella.parameter that implement CancelRunnable
 class FitsParameterStub
          The stub to a remote fits parameter.
 class ParameterStub
          The stub to a remote parameter.
 class SwitchStub
          The stub representation for a remote switch.
 class TriggerStub
          An extension to parameter stub.
 class ValueStub
          The stub representation for a remote value.
 

Uses of CancelRunnable in stella.util
 

Classes in stella.util that implement CancelRunnable
 class DummySequencer
          A class that implements a sequencer for testing the master mind.
 class SimulatorSequencer
          This class is used as a Sequencing instanance for simulating the target load on STELLA.
 

Uses of CancelRunnable in stella.xml
 

Classes in stella.xml that implement CancelRunnable
 class LoopingSequencer
           
 class XMLSequencer