C D G I M P R S T W X 

C

calculateResults(Document) - Static method in class massim.webclient.ResultsPage
 
CreateResultsPage - Class in massim.webclient
This class creates the "TournamentStatistics" as html-page for a given tournament-report-file and xslt-stylesheet.
CreateResultsPage() - Constructor for class massim.webclient.CreateResultsPage
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class massim.webclient.WebClientServletAbstract
This method answers all client requests.
doGet(HttpServletRequest, HttpServletResponse) - Method in interface massim.webclient.WebClientServletInterface
This method should answer all client requests...
doGet(HttpServletRequest, HttpServletResponse) - Method in class massim.webclient.WebClientTournamentServlet
This method answers all client requests.
doGet(HttpServletRequest, HttpServletResponse) - Method in class massim.webclient.WebClientXMLServlet
This method answers all client requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class massim.webclient.WebClientServletAbstract
This method redirects all requests to the doGet-method.
doPost(HttpServletRequest, HttpServletResponse) - Method in interface massim.webclient.WebClientServletInterface
This method should redirects all request to the doGet-method

G

getGoldCollected() - Method in class massim.webclient.TeamData
 
getGoldCollectedEnemy() - Method in class massim.webclient.TeamData
 
getID() - Method in class massim.webclient.TeamData
 
getMatchCounter() - Method in class massim.webclient.TeamData
 
getPoints() - Method in class massim.webclient.TeamData
 
getsimulationPoints() - Method in class massim.webclient.TeamData
 
getsimulationPointsEnemy() - Method in class massim.webclient.TeamData
 
getTeamname() - Method in class massim.webclient.TeamData
 
getXMLDocViaRMI(String, String, String) - Method in class massim.webclient.WebClientServletAbstract
This method connects to rmi-registry on specified, host, port and service and tries to receive a xml-document which is saved to global variable xmlDocument if the attempt was succesful otherwise an exception is thrown.
getXMLDocViaRMI(String, String, String) - Method in interface massim.webclient.WebClientServletInterface
This method

I

increaseMatchCounter() - Method in class massim.webclient.TeamData
 
init() - Method in class massim.webclient.WebClientTournamentServlet
 
init() - Method in class massim.webclient.WebClientXMLServlet
 

M

main(String[]) - Static method in class massim.webclient.CreateResultsPage
 
massim.webclient - package massim.webclient
 

P

position(TeamData[], int, int) - Static method in class massim.webclient.ResultsPage
This methods "calculates" the current position of each team in the ranking.
printXMLDoc(Document, StreamSource, HttpServletResponse) - Method in class massim.webclient.WebClientServletAbstract
This method will be responsible for the transformation of the xmlDocument with the StreamSource (generated from xslt-stylesheet) in a html-page and output on HttpServletResponse.
printXMLDoc(Document, StreamSource, HttpServletResponse) - Method in interface massim.webclient.WebClientServletInterface
 
printXMLDoc(Document, StreamSource, HttpServletResponse) - Method in class massim.webclient.WebClientTournamentServlet
This method transforms the xmlDocument with the StreamSource in a html-page sends the result to the client via HttpServletResponse.
printXMLDoc(Document, StreamSource, HttpServletResponse) - Method in class massim.webclient.WebClientXMLServlet
This method transforms the xmlDocument with the StreamSource in a html-page sends the result to the client via HttpServletResponse.

R

readXMLConfig(Element, String) - Method in class massim.webclient.WebClientServletAbstract
This method receives the root-element of a config-file and a servicename.
readXMLConfig(Element, String) - Method in interface massim.webclient.WebClientServletInterface
 
ResultsPage - Class in massim.webclient
This class generates the result page, both for the tomcat and for the static version created by createResultsPage.java
ResultsPage() - Constructor for class massim.webclient.ResultsPage
 

S

setGoldCollected(double) - Method in class massim.webclient.TeamData
 
setGoldCollectedEnemy(double) - Method in class massim.webclient.TeamData
 
setsimulationPoints(int) - Method in class massim.webclient.TeamData
 
setsimulationPointsEnemy(int) - Method in class massim.webclient.TeamData
 

T

TeamData - Class in massim.webclient
This class is represents a team-object where information about each team is saved and provided to other classes.
TeamData(String, int) - Constructor for class massim.webclient.TeamData
 

W

WebClientServletAbstract - Class in massim.webclient
 
WebClientServletAbstract() - Constructor for class massim.webclient.WebClientServletAbstract
 
WebClientServletInterface - Interface in massim.webclient
This interface defines all methods which the WebClientServlet at least must provide to be able to display the simulation statistics and there must be implemented to each Servlet...
WebClientTournamentServlet - Class in massim.webclient
This class is used to display tournament-statistics received as xml-document via rmi-service and transformed with xslt-stylesheet.
WebClientTournamentServlet() - Constructor for class massim.webclient.WebClientTournamentServlet
 
WebClientXMLServlet - Class in massim.webclient
This class is used to display simulation-status and server-status received as xml-document via rmi-service and transformed with xslt-stylesheet.
WebClientXMLServlet() - Constructor for class massim.webclient.WebClientXMLServlet
 

X

xmlDocument - Variable in class massim.webclient.WebClientServletAbstract
 
C D G I M P R S T W X 

Copyright © 2013. All Rights Reserved.