org.richfaces.application.push.impl.jms
Class PushHandlerImpl
java.lang.Object
org.richfaces.application.push.impl.AtmospherePushHandler
org.richfaces.application.push.impl.jms.PushHandlerImpl
- All Implemented Interfaces:
- org.atmosphere.cpr.AtmosphereHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>, org.richfaces.application.push.SessionFactory
public class PushHandlerImpl
- extends AtmospherePushHandler
- implements org.richfaces.application.push.SessionFactory
- Author:
- Nick Belaevski
Method Summary |
protected org.richfaces.application.push.Request |
createRequest(org.atmosphere.cpr.AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> resource,
org.richfaces.application.push.Session session)
|
org.richfaces.application.push.Session |
createSession(String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PushHandlerImpl
public PushHandlerImpl(MessagingContext messagingContext,
org.richfaces.application.push.TopicsContext topicsContext)
createSession
public org.richfaces.application.push.Session createSession(String key)
- Specified by:
createSession
in interface org.richfaces.application.push.SessionFactory
createRequest
protected org.richfaces.application.push.Request createRequest(org.atmosphere.cpr.AtmosphereResource<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> resource,
org.richfaces.application.push.Session session)
- Specified by:
createRequest
in class AtmospherePushHandler
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.