public class LoggingNotificationService extends Object implements NotificationService
| Modifier | Constructor and Description |
|---|---|
protected |
LoggingNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
static LoggingNotificationService |
getInstance() |
void |
notify(ServerInstanceDeleted serverInstanceDeleted) |
void |
notify(ServerInstanceUpdated serverInstanceUpdated) |
void |
notify(ServerTemplate serverTemplate,
ContainerSpec containerSpec,
List<Container> containers) |
void |
notify(ServerTemplateDeleted serverTemplateDeleted) |
void |
notify(ServerTemplateUpdated serverTemplateUpdated) |
public static LoggingNotificationService 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 NotificationServiceCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.