org.richfaces.application.push.impl.jms
Class PushHandlerImpl

java.lang.Object
  extended by org.richfaces.application.push.impl.AtmospherePushHandler
      extended by 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

Constructor Summary
PushHandlerImpl(MessagingContext messagingContext, org.richfaces.application.push.TopicsContext topicsContext)
           
 
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 org.richfaces.application.push.impl.AtmospherePushHandler
destroy, getSessionManager, getWorker, init, onRequest, onStateChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushHandlerImpl

public PushHandlerImpl(MessagingContext messagingContext,
                       org.richfaces.application.push.TopicsContext topicsContext)
Method Detail

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.