Class SpearServer


public class SpearServer

Insert the type's description here. Creation date: (17.04.2001 20:38:02)

Author:
:

Constructor Summary
SpearServer()
          Insert the method's description here.
SpearServer(Control parent)
          SpearServer constructor comment.

Method Summary
 voiddispose()
          Insert the method's description here.
 EventgetEvent()
          Insert the method's description here.
 EventgetNextEvent()
          Insert the method's description here.
 java.util.VectorgetRooms()
          Insert the method's description here.
 voidinit()
          Insert the method's description here.
 static voidmain(String[] args)
          Insert the method's description here.
 static longminutesToMilli(int min)
          Konvertier min Minuten in Millisekunden Creation date: (19.04.2001 15:58:23)
 voidrestart()
          Insert the method's description here.
 voidsetNextEvent(Event newNextEvent)
          Insert the method's description here.
 voidsetRooms(java.util.Vector newRooms)
          Insert the method's description here.
 voidspeak(String toSpeak)
          Insert the method's description here.
 voidstart()
          Starten des Servers Creation date: (17.04.2001 21:59:47)
 voidstop()
          Anhalten des Servers Creation date: (17.04.2001 21:59:57)
 voidupdateServer(int mi0, int mi1, int mi2, String m0, String m1, String m2)
          Server aktualisieren Creation date: (20.04.2001 15:01:32)

Constructor Detail

SpearServer

public SpearServer()
throws javax.speech.SpeechException,
java.lang.InterruptedException,
java.beans.PropertyVetoException
Insert the method's description here. Creation date: (17.04.2001 22:30:32)

SpearServer

public SpearServer(Control parent)
throws javax.speech.SpeechException,
java.lang.InterruptedException,
java.beans.PropertyVetoException
SpearServer constructor comment.
Method Detail

dispose

public void dispose()
Insert the method's description here. Creation date: (19.04.2001 18:30:39)

getEvent

public Event getEvent()
Insert the method's description here. Creation date: (26.04.2001 17:19:57)
Returns: spear.Event

getNextEvent

public Event getNextEvent()
Insert the method's description here. Creation date: (17.04.2001 22:04:26)
Returns: spear.Event

getRooms

public java.util.Vector getRooms()
Insert the method's description here. Creation date: (24.04.2001 17:02:37)
Returns: java.util.Vector

init

public void init()
throws javax.speech.SpeechException,
java.lang.InterruptedException,
java.beans.PropertyVetoException
Insert the method's description here. Creation date: (17.04.2001 21:09:48)
Returns: boolean

main

public static void main(String[] args)
Insert the method's description here. Creation date: (19.04.2001 09:11:16)
Parameters:
args - java.lang.String[]

minutesToMilli

public static long minutesToMilli(int min)
Konvertier min Minuten in Millisekunden Creation date: (19.04.2001 15:58:23)
Parameters:
min - int
Returns: long

restart

public void restart()
Insert the method's description here. Creation date: (20.04.2001 18:48:42)

setNextEvent

public void setNextEvent(Event newNextEvent)
Insert the method's description here. Creation date: (17.04.2001 22:04:26)
Parameters:
newNextEvent - spear.Event

setRooms

public void setRooms(java.util.Vector newRooms)
Insert the method's description here. Creation date: (24.04.2001 17:02:37)
Parameters:
newRooms - java.util.Vector

speak

public void speak(String toSpeak)
Insert the method's description here. Creation date: (19.04.2001 19:38:48)

start

public void start()
Starten des Servers Creation date: (17.04.2001 21:59:47)

stop

public void stop()
Anhalten des Servers Creation date: (17.04.2001 21:59:57)

updateServer

public void updateServer(int mi0, int mi1, int mi2, String m0, String m1, String m2)
Server aktualisieren Creation date: (20.04.2001 15:01:32)
Parameters:
mi0 - int
mi1 - int
mi2 - int
m0 - java.lang.String
m1 - java.lang.String
m2 - java.lang.String

Association Links

to Class EDU.oswego.cs.dl.util.concurrent.ClockDaemon

Timer Objekt

to Class Event

Nächstes Ereignis

to Class Control

Control Objekt

to Class speaker.Speaker

Speaker Objekt

to Class java.lang.String

Text der Warnmeldungen

to Class java.lang.String

to Class java.lang.String

to Class DBAccess

to Class java.util.Vector