de.heineken.studienarbeit

Class Sendeprotokoll


public class Sendeprotokoll
extends java.lang.Object

The class Sendeprotokoll sets the parameter in the right order for sending via the results' interface

Field Summary

private String
appletID
private String
fehlermeldung
private String
puffergroesse
private String
punkte
private String
pw
private String
username
private String
zeit

Constructor Summary

Sendeprotokoll(String appletID, String username, String pw, String punkte, String puffergroesse, String zeit)
New reference for sending to the server

Method Summary

String
holeFehlermeldung()
return information if an error occured or not
void
sende(String destip, int destport)
Sendeprotololl object for filling a new results objects; sends that data to the server

Field Details

appletID

private String appletID

fehlermeldung

private String fehlermeldung

puffergroesse

private String puffergroesse

punkte

private String punkte

pw

private String pw

username

private String username

zeit

private String zeit

Constructor Details

Sendeprotokoll

public Sendeprotokoll(String appletID,
                      String username,
                      String pw,
                      String punkte,
                      String puffergroesse,
                      String zeit)
New reference for sending to the server
Parameters:
appletID - Applet ID
username - the User's name
pw - th user's Password

Method Details

holeFehlermeldung

public String holeFehlermeldung()
return information if an error occured or not
Returns:
depending on the server's answer; see internal server protocol for more information

sende

public void sende(String destip,
                  int destport)
Sendeprotololl object for filling a new results objects; sends that data to the server
Parameters: