Index

A D L M S T 
All Classes|All Packages

A

Application - Class in de.wuespace.telestion.application
Starts the Telestion-Project as a standalone Application.
Application() - Constructor for class de.wuespace.telestion.application.Application
 

D

de.wuespace.telestion.application - package de.wuespace.telestion.application
 
de.wuespace.telestion.launcher - package de.wuespace.telestion.launcher
 

L

Launcher - Class in de.wuespace.telestion.launcher
A generic org.telestion.launcher.launcher class which deploys Verticles.
Launcher() - Constructor for class de.wuespace.telestion.launcher.Launcher
 

M

main(String[]) - Static method in class de.wuespace.telestion.application.Application
Calls the Launcher for a specific Testcase (at the moment).
Real functionality will be added later.
main(String[]) - Static method in class de.wuespace.telestion.application.Telestion
Deploys this Telestion verticle.
main(String[]) - Static method in class de.wuespace.telestion.launcher.Launcher
Simply calls start(String...).

S

start(Promise<Void>) - Method in class de.wuespace.telestion.application.Telestion
 
start(Verticle...) - Static method in class de.wuespace.telestion.launcher.Launcher
Deploys the given Verticles.
If Vert.x fails to deploy a Verticle, it will retry after 5 secs.
start(String...) - Static method in class de.wuespace.telestion.launcher.Launcher
Deploys the given Verticles.
If Vert.x fails to deploy a Verticle, it will retry after 5 secs.
stop(Promise<Void>) - Method in class de.wuespace.telestion.application.Telestion
 

T

Telestion - Class in de.wuespace.telestion.application
This is going to be the Telestion application.
Telestion() - Constructor for class de.wuespace.telestion.application.Telestion
 
A D L M S T 
All Classes|All Packages