@ApplicationScoped public class NotificationServiceCDI extends Object implements org.kie.server.controller.api.service.NotificationService
| Constructor and Description |
|---|
NotificationServiceCDI() |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(org.kie.server.controller.api.model.events.ServerInstanceDeleted serverInstanceDeleted) |
void |
notify(org.kie.server.controller.api.model.events.ServerInstanceUpdated serverInstanceUpdated) |
void |
notify(org.kie.server.controller.api.model.spec.ServerTemplate serverTemplate,
org.kie.server.controller.api.model.spec.ContainerSpec containerSpec,
List<org.kie.server.controller.api.model.runtime.Container> containers) |
void |
notify(org.kie.server.controller.api.model.events.ServerTemplateDeleted serverTemplateDeleted) |
void |
notify(org.kie.server.controller.api.model.events.ServerTemplateUpdated serverTemplateUpdated) |
public void notify(org.kie.server.controller.api.model.spec.ServerTemplate serverTemplate,
org.kie.server.controller.api.model.spec.ContainerSpec containerSpec,
List<org.kie.server.controller.api.model.runtime.Container> containers)
notify in interface org.kie.server.controller.api.service.NotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerTemplateUpdated serverTemplateUpdated)
notify in interface org.kie.server.controller.api.service.NotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerTemplateDeleted serverTemplateDeleted)
notify in interface org.kie.server.controller.api.service.NotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerInstanceUpdated serverInstanceUpdated)
notify in interface org.kie.server.controller.api.service.NotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerInstanceDeleted serverInstanceDeleted)
notify in interface org.kie.server.controller.api.service.NotificationServiceCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.