Uses of Class
util.rmi.AbstractRmiListener

Packages that use AbstractRmiListener
jview   
stella   
stella.adapter   
stella.calibration   
stella.ccd   
stella.environment   
stella.jview   
stella.parameter   
stella.rmi   
stella.sensor   
stella.telescope   
stella.util   
 

Uses of AbstractRmiListener in jview
 

Subclasses of AbstractRmiListener in jview
 class ApplicationJoiner
          An application joiner is the receiving edge of an sub component and forwards this to an application switcher.
private static class JImageURLButton.ImageListener
          The helper class that allows connecting and montioring the connection to the URLCaster.
 class JSwitcherStub
          This client works together with a JRemoteSwitcher server.
 

Uses of AbstractRmiListener in stella
 

Subclasses of AbstractRmiListener in stella
 class AbstractErrorHandler
          An abstract implementation of an error handler.
 class MasterErrorHandler
          A collection of ErrorFinalizing objects.
 class MessageListener
          A class to use as message listener.
 

Uses of AbstractRmiListener in stella.adapter
 

Subclasses of AbstractRmiListener 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 FieldSerializer
          A class that listens to the adapter master and serializes incoming status messages for off-line retrieval using GuiderInfos.
 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.
 class StatusSerializer
          A class that listens to the adapter master and serializes incoming status messages for off-line retrieval using GuiderInfos.
 

Uses of AbstractRmiListener in stella.calibration
 

Subclasses of AbstractRmiListener 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 AbstractRmiListener in stella.ccd
 

Subclasses of AbstractRmiListener 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 AbstractRmiListener in stella.environment
 

Subclasses of AbstractRmiListener 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 AbstractRmiListener in stella.jview
 

Subclasses of AbstractRmiListener in stella.jview
 class DeviceSimulator
          The receiver end to a caster.
 class JLaunchBox
          The generic class to allow GUI-driven command-sending.
 class JMessageListener
          A class to use as message listener.
 class JPointingGrabber
          A simple extension to a JLaunchBox with the sole purpose to send status commands to the telescope and retrieve the pointing information from the telescope out of the received TelescopeStatus status.
 class MasterListener
          A helper class to allow a JMasterPanel surveiled connection to an rmi-caster.
 

Uses of AbstractRmiListener in stella.parameter
 

Subclasses of AbstractRmiListener in stella.parameter
 class FitsUpdateListener
          A helper class that allows this parameter to benefit from RMI-enabled data transfer.
 class MyRmiListener
          A helper class that allows this parameter to benefit from RMI-enabled data transfer.
 

Uses of AbstractRmiListener in stella.rmi
 

Subclasses of AbstractRmiListener in stella.rmi
 class AbstractRmiCasterAndListener
          The common base class for all classes that are both, casters and listeners.
 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 DailyDump
          A rmi-based data listener.
 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 ErrorRelay
          An rmi-error listener that acts as a local error caster.
 class FileDump
          A rmi-based data listener.
 class FitsRelay
          An rmi-error listener that listens for FitsWrittn status messages and relays them to a server listening on a special port, as defined in the properties.
 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 AbstractRmiListener in stella.sensor
 

Subclasses of AbstractRmiListener in stella.sensor
 class DailyDumpRepository
          This class dumps all incomming data from the sensors to data files.
 class DatabaseNow
          A class that registers as an rmi-data listener to the stated list of sources Whenever a data event is received, the physical value is passed to a database, that only caches the most recent values.
 class ReadoutRepository
          This class acts as a repository for a whole bundle of sensor values.
 

Uses of AbstractRmiListener in stella.telescope
 

Subclasses of AbstractRmiListener 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 AbstractRmiListener in stella.util
 

Subclasses of AbstractRmiListener in stella.util
 class PointingGrabber
          A simple extension to a RmiErrorListener with the sole purpose to send status commands to the telescope and retrieve the pointing information from the telescope out of the received TelescopeStatus status.
 class TargetChangeListener
          A class waiting for notification of target picks, then queries the target name and prints it to std-out.
 class TelescopeAuxiliaryCaster
          A simple class that allows sending of telescope commands from a generic master to the telescope.
 class TransferListener
          A transfer listener is responsible for tranferring fits files from the local host to a remote archive.