|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.system.Server
public class Server
Diese Klasse bildet den Serverloop der Anwendung ab.
| Constructor Summary | |
|---|---|
Server()
|
|
| Method Summary | |
|---|---|
ApplicationCallback |
getApplicationCallback()
Erzeugt ein Callback-Objekt ueber das die Anwendung mit dem User kommunizieren kann. |
void |
init()
Initialisiert den Controller. |
void |
shutDown()
Beendet den Controller |
void |
start(BackgroundTask task)
Startet einen Task im Hintergrund. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Server()
| Method Detail |
|---|
public void init()
throws de.willuhn.util.ApplicationException
ApplicationController
init in interface ApplicationControllerde.willuhn.util.ApplicationExceptionApplicationController.init()public void shutDown()
ApplicationController
shutDown in interface ApplicationControllerApplicationController.shutDown()public ApplicationCallback getApplicationCallback()
ApplicationController
getApplicationCallback in interface ApplicationControllerApplicationController.getApplicationCallback()public void start(BackgroundTask task)
ApplicationController
start in interface ApplicationControllertask - der zu startende Task.ApplicationController.start(de.willuhn.jameica.system.BackgroundTask)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||