Package stella.net

Interface Summary
ErrorProcessing An interface denoting error event processing capabilities.
SocketParameter This interface markes parameter whose data are transfered via a socket connection rather than via RMI.
 

Class Summary
CasterClient The class to send commands as ascii strings via sockets.
CommandReceiver The command receiver, acting as a server.
ErrorReceiver The ascii-error receiver.
ErrorReceiver.Run For test purposes.
ErrorServer An intermediate step from the receiver server class to concrete subclasses.
Handler The base class for protocol providers.
JPilar3 This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
ParameterClient A very simple class to test the functionality of a parameter server.
ParameterRelay A parameter server class.
ParameterRelay.Run Runs the parameter realy.
ParameterServer A parameter server class.
PilarLauncher  
PilarLauncher.Test Test
ReceiverServer The receiver server base class.
TelescopeClient This class acts as the command launching interface from the SCS side to the telescope.
TelescopeClient.Blocking A class that allows blocking on incoming commands.
TelescopeClient.Test For simple testing of the telescope client functionality.
TestCaster This class test some capabilities of the caster class.
TestReceiver The receiver end to the test caster method.