Package stella.io

Interface Summary
CacheChangedCaster The interface describing generic casting capabilities of cache changed events.
CacheChangedListener The interface describing objects interested in receiving notification if the value (i.e.
 

Class Summary
CacheChangedEvent An event signaling that the value mapped to a specific key in a polling server's cache has changed.
CastingRS485Server A class that acts as a serial caster, additionally to its RS485 server capabilities.
DummyRS485 A dummy class for testing event casting by the serial server.
NudamConfig A simple configuration tool for NuDam modules.
PollingRS485Server An extension to a normal RS485-server.
PollingRS485Server.CacheDump Dumps the poller cache of a remote polling rs485.
PollingRS485Server.ConcurrentTest Test concurrent access to the serial line by polling and additionally using the CastingRS485Server.writeCommand(java.lang.String) method to additionally write commands and retrieve replies from the serial line.
PollingRS485Server.Interleave Writes the second argument on the command line to the polling rs 485 server bound to the registry with the name of the first command line argument.
PollingRS485Server.Test Testing purpose.
RS485Configurator A command-line tool for setting the configuration of a serial I/O module.
RS485ReadWriteServer A class enabeling write access to the serial port.
RS485ReadWriteServer.Checksum This innner class reports the checksum to the given command line argument.
RS485ReadWriteServer.Command Sends a single command to the server stated on the command line.
RS485ReadWriteServer.Info Tries to cat info on the specified port to system.out.
RS485ReadWriteServer.Scan Scans for valid serial devices and reports all found to system.out.
RS485Scan A class that provides the possibility to scan a serial port for connected RS485 NuDam modules.
RS485Server A class enabeling write access to the serial port.
RS485Server.Checksum This innner class reports the checksum to the given command line argument.
RS485Server.Command Sends a single command to the server stated on the command line.
RS485Server.Info Tries to cat info on the specified port to system.out.
RS485Server.Scan Scans for valid serial devices and reports all found to system.out.
SerialEvent An event cast by serial servers to indicate important read/write actions on the serial line.
WatchdogRS485Server A class that adds watchdog capabilities to a RS485 server.