public class KieServerRouterEventListener extends Object implements KieServerEventListener
| Constructor and Description |
|---|
KieServerRouterEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterContainerStarted(KieServer kieServer,
KieContainerInstance containerInstance) |
void |
afterContainerStopped(KieServer kieServer,
KieContainerInstance containerInstance) |
void |
afterServerStarted(KieServer kieServer) |
void |
afterServerStopped(KieServer kieServer) |
void |
beforeContainerStarted(KieServer kieServer,
KieContainerInstance containerInstance) |
void |
beforeContainerStopped(KieServer kieServer,
KieContainerInstance containerInstance) |
void |
beforeServerStarted(KieServer kieServer) |
void |
beforeServerStopped(KieServer kieServer) |
protected Throwable |
findCause(Exception e) |
protected String |
getContainerAlias(org.kie.server.api.model.KieContainerResource containerInstance) |
protected List<String> |
routers() |
protected boolean |
send(String url,
String containerId) |
public void beforeServerStarted(KieServer kieServer)
beforeServerStarted in interface KieServerEventListenerpublic void afterServerStarted(KieServer kieServer)
afterServerStarted in interface KieServerEventListenerpublic void beforeServerStopped(KieServer kieServer)
beforeServerStopped in interface KieServerEventListenerpublic void afterServerStopped(KieServer kieServer)
afterServerStopped in interface KieServerEventListenerpublic void beforeContainerStarted(KieServer kieServer, KieContainerInstance containerInstance)
beforeContainerStarted in interface KieServerEventListenerpublic void afterContainerStarted(KieServer kieServer, KieContainerInstance containerInstance)
afterContainerStarted in interface KieServerEventListenerpublic void beforeContainerStopped(KieServer kieServer, KieContainerInstance containerInstance)
beforeContainerStopped in interface KieServerEventListenerpublic void afterContainerStopped(KieServer kieServer, KieContainerInstance containerInstance)
afterContainerStopped in interface KieServerEventListenerprotected String getContainerAlias(org.kie.server.api.model.KieContainerResource containerInstance)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.