public class CdiErraiWebSocketChannel extends DefaultErraiWebSocketChannel
DefaultErraiWebSocketChannel
erraiService, httpSession, queueSession, session
Constructor and Description |
---|
CdiErraiWebSocketChannel(javax.websocket.Session session,
javax.servlet.http.HttpSession httpSession) |
Modifier and Type | Method and Description |
---|---|
void |
doErraiMessage(String message) |
void |
onSessionClosed()
When this channel is closed, long running conversations have to be
invalidated.
|
isConnected, write
public CdiErraiWebSocketChannel(javax.websocket.Session session, javax.servlet.http.HttpSession httpSession)
public void doErraiMessage(String message)
doErraiMessage
in interface ErraiWebSocketChannel
doErraiMessage
in class DefaultErraiWebSocketChannel
public void onSessionClosed()
onSessionClosed
in interface ErraiWebSocketChannel
onSessionClosed
in class DefaultErraiWebSocketChannel
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.