Package de.xima.fc.gui.common.bean.push
Class BackendPushContextBean.ViewOmniFacesPushKeepAliveCheck
java.lang.Object
de.xima.fc.gui.common.bean.push.BackendPushContextBean.ViewOmniFacesPushKeepAliveCheck
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BackendPushContextBean
@ViewScoped
public static class BackendPushContextBean.ViewOmniFacesPushKeepAliveCheck
extends Object
Keepalive check for the OmniFaces socket, with a mutex scoped to the current view.
- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.omnifaces.cdi.PushContext
boolean
void
send
(ChannelMessage message)
-
Constructor Details
-
ViewOmniFacesPushKeepAliveCheck
public ViewOmniFacesPushKeepAliveCheck()
-
-
Method Details
-
getPushContext
public org.omnifaces.cdi.PushContext getPushContext() -
hasKeepAliveIntervalElapsed
public boolean hasKeepAliveIntervalElapsed() -
send
-