${header}

Package meteor.util

Interface Summary
TimedClass This interface is implemented by all classes that require maintaining a timeout to trigger an event
 

Class Summary
ConfigurePlatform Using the Configurator class to bypass The graphical user Interface.
MeteorMessageQueue The idea is to separate the Incoming and Outgoing messages from the processing of these messages
The concept is that: Incoming messages are enqueued in a ReceiveQueue Outgoing messages are enqueued in a SendQueue A MessageSender thread dequeues messages from the SendQueue and sends them to their appropriate destination A MessageReceiver thread dequeues messages from the ReceiveQueue and sends them for processing to the appropriate handler (i.e.
MeteorMessageReceiver The Receiver Thread enqueues every received messages and runs in a loop by notifying the messageHandler of new messages Originally the run() method was in the MessageHandler and should be considered moving back there if any problems are encountered.
MeteorMessageSender The Sender thread dequeues messages that have been enqueued by the MessageHandler and sends them to their appropriate destination
MyUtils  
TimeOut TimeOut is used to trigger a timeout event after a determined period of time
 


${header}