Class Display
- java.lang.Object
-
- org.apache.karaf.examples.bundle.client.Display
-
public class Display extends Object
Simple class getting the booking service (thanks to Blueprint), adding a random booking and displaying periodically.
-
-
Constructor Summary
Constructors Constructor Description Display()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()Destroy method used to stop the thread.voidinit()Init method used to start the thread.voidsetClientService(ClientService clientService)This setter is used by Blueprint to inject the client service.
-
-
-
Method Detail
-
setClientService
public void setClientService(ClientService clientService)
This setter is used by Blueprint to inject the client service.
-
init
public void init()
Init method used to start the thread.
-
destroy
public void destroy()
Destroy method used to stop the thread.
-
-