Uses of Class
util.rmi.AbstractRmiCaster

Packages that use AbstractRmiCaster
jview   
stella   
stella.adapter   
stella.jview   
stella.net   
stella.sensor   
stella.util   
stella.xml   
util.rmi   
 

Uses of AbstractRmiCaster in jview
 

Subclasses of AbstractRmiCaster in jview
 class JDataSink
          A class that has a data canvas for display assigned to it, pointed to #KEY_DATACANVAS.
 class JPhasePlot
          A phase plot is a data sink that displays data with time as the independant variable in a phased plot.
 class SubComponentNotify
          Skeleton implementation of a subcomponent caster.
 

Uses of AbstractRmiCaster in stella
 

Subclasses of AbstractRmiCaster in stella
 class AbstractCommandLauncher
          An abstract implementation of CommandLaunching.
 class AbstractSequencer<E>
          An abstract implementation of a sequencing class.
 class CastingContainer
          Extends an rmi caster to act additionally as an error caster.
 class MasterLauncher
          The CommandLaunching instance for master commands.
 class MasterMind
          The entry class for the STELLA-SCS control system.
 

Uses of AbstractRmiCaster in stella.adapter
 

Subclasses of AbstractRmiCaster in stella.adapter
 class AdapterTelescopeCaster
          A simple class that allows sending of offset-commands from the adapter to the telescope.
 

Uses of AbstractRmiCaster in stella.jview
 

Subclasses of AbstractRmiCaster in stella.jview
private  class JObjectDisplay.SubComponentHandler
          The helper class for access via rmi.
 

Uses of AbstractRmiCaster in stella.net
 

Subclasses of AbstractRmiCaster in stella.net
 class CasterClient
          The class to send commands as ascii strings via sockets.
 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 PilarLauncher
           
 class ReceiverServer
          The receiver server base class.
 class TelescopeClient
          This class acts as the command launching interface from the SCS side to the telescope.
 class TestCaster
          This class test some capabilities of the caster class.
 class TestReceiver
          The receiver end to the test caster method.
 

Uses of AbstractRmiCaster in stella.sensor
 

Subclasses of AbstractRmiCaster in stella.sensor
 class AbstractSensor
          The abstract base class used for reading abstract sensors.
 class AbstractWeatherSurveyor
          An abstract implementation of the WeatherSurveying interface.
 class AverageSensor
          A class that takes a list of individual sensors and returns the average of their measurements as its measurement.
 class BadSensor
          A bad sensor does not generate data events based on reading a true sensor, but generates it from evaluating a probability description.
 class CumulativeSensor
          A cumulative sensor cumulates readings.
 class DataSensor
          A sensor that produces data events.
 class DerivativeSensor
          A derivating sensor adds the capability of calculating the first derivative of the sensor readings.
 class DewPoint
          A class that calculates the difference between the ambient temperature and the dewpoint.
 class FakeSensor
          A fake sensor does not generate data events based on reading a true sensor, but generates it from reading a file.
 class FakeSolZSensor
          This class is for the STELLA system at an increased pace.
 class HealthSensor
          A class to monitor voltage and temperature of the computer core.
 class KeystrokeSensor
          A sensor to generate weather events with the keyboard.
 class MoxaSensor
          A sensor representation of a moxa sensor, without conversion for temperature sensors and possibly with conversion on AD moduels.
 class NoiseSolZSensor
          This is a non-abstract implementation of a WeatherSensor.
 class OneWireADSensor
          A sensor representation of analog input data read with a one-wire A/D converter.
 class OneWireRainSensor
          A sensor representation of a one-wire sensor.
 class OneWireSensor
          A sensor representation of a one-wire sensor.
 class ParameterSensor
          A sensor that reads a parameter and derives its rule out of it.
 class PredictiveSensor
          A prediciting sensor adds the capability of predicting future sensor readings.
 class QuickDumpSensor
          A test-unti only.
 class RS485RainSensor
          A representation of a digital rain sensor.
 class RS485Sensor
          A sensor representation of analog input data read with a NuDAM-6017 module.
 class SensorRepository
          This class acts as a repository for a whole bundle of sensor values.
 class SmoothingSensor
          A smoothing sensor adds the capability of smoothing the sensor readings with some general, but always causal linear smoothing method.
 class SolHeightSensor
          This is a non-abstract implementation of a WeatherSensor that acts similar to the stand-alone SolZSensor.
 class SolZSensor
          This is a non-abstract implementation of a WeatherSensor.
 class TimerTaskSensor
          The abstract base class used for reading abstract sensors.
 class Ups
          A class to represent an ups.
 class UpsSensor
          A sensor representation of a ups sensor.
 class WeatherSensor
          This is the last abstract class in the sensor chain.
 class WeatherStation
          A class acting as a conductor of several WeatherSensors.
 class WeirdSolZSensor
          This class is for testing the behaviour of the STELLA system if one sensor suddenly starts producing weird data.
 

Uses of AbstractRmiCaster in stella.util
 

Subclasses of AbstractRmiCaster in stella.util
 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.
 class SimulatorWeather
          This class is the base class for simple or more sophisticated average-weather predictors to use in simulations of STELLA action.
 

Uses of AbstractRmiCaster in stella.xml
 

Subclasses of AbstractRmiCaster in stella.xml
 class LoopingSequencer
           
 class XMLSequencer
           
 

Uses of AbstractRmiCaster in util.rmi
 

Subclasses of AbstractRmiCaster in util.rmi
 class AbstractRmiDataSink
          A skeleton implementation of a data sink.