Package stella.rmi

Interface Summary
AdapterControlling An interface defining remote-access capabilities to the adapter master which is first a guider, but secondly also a focus controller.
AdcControlling Classes implementing this interface allow the adjustment of an atmospheric dispersion corrector.
Alive This interface should be implemented by all classes that are checked regularly by a watchdog.
AutoClearControlling These objects can not only control a normal ccd, but can also alter its auto-clearing behaviour.
AutoFocusControlling These objects can not only change the focus position, but also attain a sharp image.
BuildingControlling This interface provides the methods required for remote building control.
CalibrationControlling An interface defining remote-access capabilities to the adapter master.
CcdControlling An interface specifying the necessary camera commands to allow remote access.
DitherControlling Interface describing remote capabilities for dithering.
DomeControlling This interface provides the methods required for remote building control.
FocusControlling Interface defining the remote capabilities to focus the instrument.
GuiderControlling Defines remote access for the guider camera.
ListenerControlling This interface defines the remote capabilities of registering and deregister from a caster.
PickListener Indicates that an object can server HistoryAware.Picks.
PointingModelControlling Defines remote access for telescopes that allow semi-automatic pointing model definition
PollerQuery The interface allowing remote queries of the polling rs485 cache.
ReadoutModeControlling These objects can not only control a normal ccd, but can also alter its readout mode.
RemoteFitsParameter A fits file normally consits of huge quantities of numbers that best are dealt with in the master where they originate (normally the scientific camera).
RemoteLight The interface defining remote control of lighting control.
RemoteParameter The Parameter interface to work with remote querry options.
RemoteSwitch The interface defining remote control of lighting control.
RemoteTrigger The Trigger interface to work with remote querry options.
RmiAcknowledgeCaster The interface comprising the capabilities of adding and removing RMI-based acknowledge listeners.
RmiAcknowledgeListener The listener interface for receiving acknowledge events.
RmiCommandCaster The interface comprising the capabilities of adding and removing RMI-based acknowledge listeners.
RmiCommandListener The listener interface for receiving command events.
RmiDataCaster The interface comprising the capabilities of adding and removing RMI-based data listneres.
RmiDataCollecting Data collectors are only used by a SensorRepository.
RmiDataDepositing An interface to allow late-commers to register to a repository.
RmiDataListener The listener interface for receiving (sensor) data events.
RmiDoneCaster The interface comprising the capabilities of adding and removing RMI-based done listeners.
RmiDoneListener The listener interface for receiving done events.
RmiErrorCaster The interface comprising the capabilities of adding and removing RMI-based error listeners.
RmiErrorListener The listener interface for receiving error events.
RmiParameterClustering An interface defining the capabilities to remote-export parameter values.
RmiSerialCaster An interface describing the capability to cast SerialEvents.
RmiSerialListener The listener interface for receiving serial events.
RmiWeatherCaster The interface comprising the capabilities of adding and removing RMI-based weather listneres.
RmiWeatherListener The listener interface for receiving weather events.
RmiWeatherReporting The interface describing key properties of an object capable of watching the weather and throwing WeatherEvents on condition change.
SchedulerControlling This remote interface defines methods to allow remote access to a scheduler's target list.
SchedulerLogging This remote interface defines additional methods that allow better tracing of particular targets for their priority runs.
SesControlling An interface specifying the necessary camera commands to allow remote access.
ShelterControlling This interface provides the methods required for remote building control.
TargetOfOpportunity A target of opportunity scheduler allows target-of-opportunity instances to be observed.
TelescopeControlling Defines remote access for the guider camera.
WifsipControlling An interface defining remote-access capabilities to the adapter master.
 

Class Summary
AbstractRmiCasterAndListener The common base class for all classes that are both, casters and listeners.
AdapterCaster A concret caster client that connects to the telescope control.
AuxiliaryCaster A concret caster client that connects to the telescope control.
CalibrationCaster A concret caster client that connects to the telescope control.
CasterTorso The class to send commands.
CCDCaster A concret caster client that connects to the ccd control.
DailyDump A rmi-based data listener.
DistinctCaster A concret caster client that can handle commands as found in its DistinctCaster.KEY_HANDLE list.
DummyToO Dummy implementation of the TargetOfOportunity interface.
EnvironmentCaster A concret caster client that connects to the telescope control.
ErrorRelay An rmi-error listener that acts as a local error caster.
FileDump A rmi-based data listener.
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.
FitsRelay.Rmi Test by sending the path of the first command line argument to a local server.
GenericAccess A small class allowing command-line controled access to rmi-object implementing the ListenerControlling interface.
GenericMaster A generic parent class for device masters.
GenericMaster.Standalone Standalone class that does not respond to commands, but provides a set of global variables and switches.
GenericSimulator A class used as a parental class for concrete device simulators.
ParameterCheck A simple class to allow a query of an rmi-bound parameter.
ReceiverTorso The command receiver.
RmiParameterDump A tiny helper class that dumps the value of the stated parameter to the command line.
RmiSystemErrListener A very easy implementation of a RmiDataListener that can run on a different host than the data source.
RmiSystemOutListener A very easy implementation of a RmiDataListener that can run on a different host than the data source.
SpectrographCaster A concret caster client that connects to the telescope control.
TelescopeCaster A concret caster client that connects to the telescope control.
TelescopeCaster.Test For testing.
TestCaster This class test some capabilities of the caster class.
TestReceiver The receiver end to the test caster method.
WifsipCaster A concret caster client that connects to the ccd control.