public class PushContextImpl extends Object implements PushContext, javax.faces.event.SystemEventListener
INSTANCE_KEY_NAME
Constructor and Description |
---|
PushContextImpl(String pushHandlerUrl) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getPushHandlerUrl() |
SessionFactory |
getSessionFactory() |
SessionManager |
getSessionManager() |
TopicsContext |
getTopicsContext() |
void |
init(javax.faces.context.FacesContext facesContext) |
boolean |
isListenerForSource(Object source) |
void |
processEvent(javax.faces.event.SystemEvent event) |
public PushContextImpl(String pushHandlerUrl)
public void init(javax.faces.context.FacesContext facesContext)
init
in interface PushContext
public void destroy()
destroy
in interface PushContext
public void processEvent(javax.faces.event.SystemEvent event) throws javax.faces.event.AbortProcessingException
processEvent
in interface javax.faces.event.SystemEventListener
javax.faces.event.AbortProcessingException
public boolean isListenerForSource(Object source)
isListenerForSource
in interface javax.faces.event.SystemEventListener
public TopicsContext getTopicsContext()
getTopicsContext
in interface PushContext
public SessionFactory getSessionFactory()
getSessionFactory
in interface PushContext
public SessionManager getSessionManager()
getSessionManager
in interface PushContext
public String getPushHandlerUrl()
getPushHandlerUrl
in interface PushContext
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.