|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bsvrz.pua.prot.client.console.Console
public class Console
Klasse der Pua-Steuerungskonsole. Erlaubt das Steuern von Pua über eine Telnet-Session.
| Field Summary | |
|---|---|
static int |
SEND_TIMEOUT
Timeout beim Beenden von Protokolle und Auswertungen. |
| Constructor Summary | |
|---|---|
Console()
|
|
| Method Summary | |
|---|---|
void |
createConsole(ClientDavInterface dav,
Protocols protocols,
int port,
int timeout)
Erzeugt die Konsole. |
static void |
sendQuitCmd(java.lang.String host,
int port)
Beendet Protokolle und Auswertungen. |
void |
terminateServer()
Beendet den Telnet-Server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int SEND_TIMEOUT
| Constructor Detail |
|---|
public Console()
| Method Detail |
|---|
public void createConsole(ClientDavInterface dav,
Protocols protocols,
int port,
int timeout)
dav - Verbindung zum Datenverteiler.protocols - Hauptklasseport - Port der Konsole.timeout - Timeout einer inaktiven Session in Minuten.
public static void sendQuitCmd(java.lang.String host,
int port)
throws java.net.UnknownHostException,
java.io.IOException
host - Hostport - Port
java.net.UnknownHostException - Unbekannter Host
java.io.IOException - Ein-/Ausgabefehler
public void terminateServer()
throws java.lang.Exception
java.lang.Exception - Fehler.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||