Package org.opennms.bb.eui.operator.utils

Class Summary
EUIDataParser EUIDataParser parses the data returned for each level and stores the data in a vector It throws an IOException if the xml file is not found or if it does not conform to its DTD
EUIDataRequest EUIDataRequest assembles the data request to be sent out based on the current level and the next level requested
EUIDataSendRecv EUIDataSendRecv sends the request to the server and receives the the data response
EUIEventsParser EUIEventsParser parses the events level data response and stores data in a vector of vectors(for each event) It throws an IOException if the xml file is not found or if it does not conform to its DTD
EUIMenuParser EUIMenuParser parses the EUI external menu xml and stores the data read in a vectors.
EUIUserProfParser EUIUserProfileParser reads the user preferences for the real time console from the user profile file It throws an IOException if the xml file is not found or if it does not conform to its DTD
EUIUserProfWriter EUIUserProfWriter writes the user preferences for the realtime console into the user profile file It throws an IOException if the user profile file write fails for any reason
EventsParser EventsParser extends the BBParser and parses an input stream to read/interpret an event It throws an IOException if the xml stream does not conform to the event DTD