Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

hsr.ipm.* (31)hsr.ipm.alerting.* (2)hsr.ipm.analysing.* (4)hsr.ipm.collecting.* (5)
hsr.ipm.marking.* (1)hsr.ipm.presenting.* (7)hsr.ipm.storing.* (12)

Package Samples:

hsr.ipm.presenting
hsr.ipm.collecting
hsr.ipm.marking
hsr.ipm.storing
hsr.ipm.analysing
hsr.ipm.alerting

Classes:

DisplayAsSequences: Prepares the graphical form of AS representation for HTML pages. If sourceId and destinationId are set, the HTML table for displaying the graphical representation of an AsSequence can be prepared using the prepare() method. After that, the HTML table is available as String in table property. This is a Display class for JSP pages.
DisplayHopSequences: Prepares the HTML display form of all HopSequences of an AsSequence object. If asSequenceId is set and createTable() method is invoked, the dynamical content of all HopSequences will be available at property table. This is a Display class for JSP pages.
DisplayAnyTrace: Displays a HTML ready form of any traceroute by id property set. Simply set the id property to the id of Trace you want to display. The traceroute is then readily available as a String at property traceroute. This is a Display class for JSP pages.
DisplaySelectTrace: Prepares a list of all traceroutes belonging to the HopSequence set by hopSequenceId property. Simply set hopSequenceId property and get the prepared table at property list. This is a Display class for JSP pages.
ErrorManager: Handles all occuring errors. Normal log messages, info messages and error messages can be produced. If an error message is produces, it will be sent via email using the MailHandler.
TraceToConsole: Simple executable program, which restores a single traceroute given by the statically filled-in id and displays this at console. This program was used for testing purpose.
Structures: Stucture new created Traces, HopSequences and AsSeqeunces and creates new HopSequences. AsSequences, TracePairs and Source and Destination entrys.
FillInForm: Prepares the whole form to select one source and one destination AS to display the AsSequences of. This is a Display class for JSP pages.
MailHandler: Sends error messages via mail to system administrator. Mailaddresses and sending server connection are set in statically as constants.
Host: Represents a Host object. Class is able to do dns lookups, reverse dns lookups and whois lookups for AS number of connections.
Type: Class only for static use defines constants for the types of traceroutes executed. These types must be predefined in database.
As: Internal class to combine AS number with name of AS. All fields are public, so there is no need to have a lot of methods.
Tracer: These class includes all necessary Methodes to implement a specific Tracer. A Tracer like Switchtracer or Telstratracer.
Wrongable: Interface Wrongable marks a class to possibly be wrong or not. *
DatabaseConnectionAttributes: Collects all different attributes needed to connect to a database and returns a connection URL string.
DisplayLastTrace: Java Servlet which gives out the last Trace sored to database. Servlet won't be used anymore.
Trace: Represents a traceroute. Class can be used to fully rebuild a collected and stored traceroute
Statistics: Updates all statistical fields in data structures which are presented at web application.
Analysis: Main class to execute analysis process. This class starts and controls analysis process.
HopSequenceHopRTT: Represents an analysed value of round trip time from hop to hop in a HopSequence.
NothingToAnalyseException: Exception should be thrown when nothing new could be restored to analyse.
AsSequence: Structures HopSequences which have same order of Autonomous Systems.
TracePair: Collects all AsSequences of the same source / destination pair.
DatabaseHandler: Interfase class between database and the rest of the project.
TelstraTracer: These class interacts with the TelstraTracerouteserver.

Home | Contact Us | Privacy Policy | Terms of Service