public class WebSocketKieServerControllerImpl extends KieServerControllerImpl
| Constructor and Description |
|---|
WebSocketKieServerControllerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
protected void |
notifyOnConnect(ServerInstance serverInstance) |
void |
onKieServerConnect(String serverId,
javax.websocket.Session session) |
void |
onKieServerDisconnect(String serverId,
javax.websocket.Session session,
javax.websocket.CloseReason closeReason) |
void |
onKieServerError(javax.websocket.Session session,
Throwable e) |
connect, disconnect, getNotificationService, getTemplateStorage, notifyOnDisconnect, setNotificationService, setTemplateStorage@PostConstruct public void configure()
public void onKieServerConnect(String serverId, javax.websocket.Session session)
public void onKieServerDisconnect(String serverId, javax.websocket.Session session, javax.websocket.CloseReason closeReason)
public void onKieServerError(javax.websocket.Session session,
Throwable e)
protected void notifyOnConnect(ServerInstance serverInstance)
notifyOnConnect in class KieServerControllerImplCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.