public class WebSocketNotificationService extends Object implements NotificationService
| Modifier | Constructor and Description |
|---|---|
protected |
WebSocketNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketNotificationService |
getInstance() |
void |
notify(ServerInstanceConnected serverInstanceConnected) |
void |
notify(ServerInstanceDeleted serverInstanceDeleted) |
void |
notify(ServerInstanceDisconnected serverInstanceDisconnected) |
void |
notify(ServerInstanceUpdated serverInstanceUpdated) |
void |
notify(ServerTemplate serverTemplate,
ContainerSpec containerSpec,
List<Container> containers) |
void |
notify(ServerTemplateDeleted serverTemplateDeleted) |
void |
notify(ServerTemplateUpdated serverTemplateUpdated) |
public static WebSocketNotificationService getInstance()
public void notify(ServerTemplate serverTemplate, ContainerSpec containerSpec, List<Container> containers)
notify in interface NotificationServicepublic void notify(ServerTemplateUpdated serverTemplateUpdated)
notify in interface NotificationServicepublic void notify(ServerTemplateDeleted serverTemplateDeleted)
notify in interface NotificationServicepublic void notify(ServerInstanceUpdated serverInstanceUpdated)
notify in interface NotificationServicepublic void notify(ServerInstanceDeleted serverInstanceDeleted)
notify in interface NotificationServicepublic void notify(ServerInstanceConnected serverInstanceConnected)
notify in interface NotificationServicepublic void notify(ServerInstanceDisconnected serverInstanceDisconnected)
notify in interface NotificationServiceCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.