public interface KieServerEventListener
| 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) |
void beforeServerStarted(KieServer kieServer)
void afterServerStarted(KieServer kieServer)
void beforeServerStopped(KieServer kieServer)
void afterServerStopped(KieServer kieServer)
void beforeContainerStarted(KieServer kieServer, KieContainerInstance containerInstance)
void afterContainerStarted(KieServer kieServer, KieContainerInstance containerInstance)
void beforeContainerStopped(KieServer kieServer, KieContainerInstance containerInstance)
void afterContainerStopped(KieServer kieServer, KieContainerInstance containerInstance)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.