Class Summary |
FileReaderThread |
Title: FileReaderThread
This is a Thread used by the Logger to process LogSession requests from the GUI
It has the ability to go into the file and make a resulting packet of information and LogEntries
in the form of a LogMessage
Copyright: Copyright (c) 2002
Company NETCOM |
FileWriterThread |
Title: FileReaderThread
This is the thread started by the logger thread to handle all the LogEntries requested by the
parent node to write to file. |
LogEntry |
Title: FileReaderThread
This is an interface used by the Logger to request for data about the MDS/proxy
node. |
Logger |
Title: Logger
This is a Thread which is initiated by both MDS and proxy nodes. |
LogMessage |
Title: LogMessage
This is the object which is used to communicate between the logger and the GUI
This object is sent via ObjectIOStream and thus has to implement Serializable
Copyright: Copyright (c) 2002
Company NETCOM |
LogServer |
Communicates with GUIClient
Takes requests from GUI parses them and uses Logger to get the required
information. |
QueueAr |
This class was made availible in DataStructures... |