Class BlockerInfo.BlockerInfoWebSocketPolling
java.lang.Object
org.eclnt.jsfserver.polling.websocket.DefaultLongPollingWebSocket
org.eclnt.jsfserver.defaultscreens.BlockerInfo.BlockerInfoWebSocketPolling
- All Implemented Interfaces:
ILongPolling
- Enclosing class:
- BlockerInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendMessageToClient(String textMessage) General purpose function to send some text content to the client.Methods inherited from class org.eclnt.jsfserver.polling.websocket.DefaultLongPollingWebSocket
abortThread, abortThreadWithErrorIfWaiting, abortThreadWithouContinuingPolling, abortThreadWithoutContinuingPolling, getContinuePolling, getId, getLastResponseTime, getLongPollingResponse, getURL, keepAlive, notifyActionForWakeup, processMessage, registerEndPoint, reprocessWakeupsWhichAreNotYetMirroredByAction, unregisterEndPoint, wakeup, wakeupForReconnect
-
Constructor Details
-
BlockerInfoWebSocketPolling
public BlockerInfoWebSocketPolling()
-
-
Method Details
-
sendMessageToClient
Description copied from class:DefaultLongPollingWebSocketGeneral purpose function to send some text content to the client.- Overrides:
sendMessageToClientin classDefaultLongPollingWebSocket
-