Uses of Class
stella.rmi.AbstractRmiCasterAndListener

Packages that use AbstractRmiCasterAndListener
stella.adapter   
stella.calibration   
stella.ccd   
stella.environment   
stella.jview   
stella.rmi   
stella.telescope   
stella.util   
 

Uses of AbstractRmiCasterAndListener in stella.adapter
 

Subclasses of AbstractRmiCasterAndListener in stella.adapter
 class AdapterMaster
          This class handles the adapter communication to the SCS.
 class AdapterSimulator
          Simulates the action of the adapter.
 class AuxiliaryMaster
          This class handles the adapter communication to the SCS.
 class AuxiliarySimulator
          Simulates the action of the adapter.
 class GregorTelescopeCaster
          A simple class that allows sending of offset-commands from the adapter to the telescope.
 class PilarTelescopeCaster
          A simple class that allows sending of offset-commands from the adapter to the telescope.
 

Uses of AbstractRmiCasterAndListener in stella.calibration
 

Subclasses of AbstractRmiCasterAndListener in stella.calibration
 class CalibrationMaster
          This class is an intermediate step to a adapter that is capable only of steering the calibrational units.
 class CalibrationSimulator
          Simulates the action of the adapter.
 

Uses of AbstractRmiCasterAndListener in stella.ccd
 

Subclasses of AbstractRmiCasterAndListener in stella.ccd
 class SesMaster
          The class that handles the communication of the CCD controler back with the SCS.
 class SesSimulator
          A class to simulate the scientific ccd in STELLA.
 class WifsipMaster
          This master controlls the WiFSIP instrument.
 class WifsipSimulator
          A class to simulate the scientific ccd in STELLA.
 class WifsipTelescopeCaster
          For wifsip, we allow access to the focussing of the telescope.
 

Uses of AbstractRmiCasterAndListener in stella.environment
 

Subclasses of AbstractRmiCasterAndListener in stella.environment
 class DomeMaster
          The master program running at the environment control.
 class DomeSimulator
          A class to simulate the environment.
 class EnvironmentMaster
          The master program running at the environment control.
 class EnvironmentSimulator
          A class to simulate the environment.
 class ShelterMaster
          The master program running at the environment control.
 

Uses of AbstractRmiCasterAndListener in stella.jview
 

Subclasses of AbstractRmiCasterAndListener in stella.jview
 class DeviceSimulator
          The receiver end to a caster.
 

Uses of AbstractRmiCasterAndListener in stella.rmi
 

Subclasses of AbstractRmiCasterAndListener in stella.rmi
 class AdapterCaster
          A concret caster client that connects to the telescope control.
 class AuxiliaryCaster
          A concret caster client that connects to the telescope control.
 class CalibrationCaster
          A concret caster client that connects to the telescope control.
 class CasterTorso
          The class to send commands.
 class CCDCaster
          A concret caster client that connects to the ccd control.
 class DistinctCaster
          A concret caster client that can handle commands as found in its DistinctCaster.KEY_HANDLE list.
 class EnvironmentCaster
          A concret caster client that connects to the telescope control.
 class GenericMaster
          A generic parent class for device masters.
static class GenericMaster.Standalone
          Standalone class that does not respond to commands, but provides a set of global variables and switches.
 class GenericSimulator
          A class used as a parental class for concrete device simulators.
 class ReceiverTorso
          The command receiver.
 class SpectrographCaster
          A concret caster client that connects to the telescope control.
 class TelescopeCaster
          A concret caster client that connects to the telescope control.
 class TestCaster
          This class test some capabilities of the caster class.
 class TestReceiver
          The receiver end to the test caster method.
 class WifsipCaster
          A concret caster client that connects to the ccd control.
 

Uses of AbstractRmiCasterAndListener in stella.telescope
 

Subclasses of AbstractRmiCasterAndListener in stella.telescope
 class TelescopeMaster
          Class that resides on the telescope side and directly talks to a Pilar3 server via a TCP/IP socket connection.
 class TelescopeSimulator
          A telescope simulator.
 

Uses of AbstractRmiCasterAndListener in stella.util
 

Subclasses of AbstractRmiCasterAndListener in stella.util
 class TelescopeAuxiliaryCaster
          A simple class that allows sending of telescope commands from a generic master to the telescope.