org.persvr.servlet
Class JettyBayeux

java.lang.Object
  extended by ContinuationCometdServlet
      extended by org.persvr.servlet.JettyBayeux

public class JettyBayeux
extends ContinuationCometdServlet

Persevere utilization of Jetty's Bayeux implementation

Author:
Kris

Nested Class Summary
static class JettyBayeux.PersevereService
          Initialize and save a reference to Bayeux
static class JettyBayeux.RestListener
          Listen for events that go through the message handler
 
Constructor Summary
JettyBayeux()
           
 
Method Summary
 ServletConfig getServletConfig()
           
 void init()
          Initialize the Bayeux server
protected  AbstractBayeux newBayeux()
          Get our impl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyBayeux

public JettyBayeux()
Method Detail

newBayeux

protected AbstractBayeux newBayeux()
Get our impl


init

public void init()
          throws ServletException
Initialize the Bayeux server

Throws:
ServletException

getServletConfig

public ServletConfig getServletConfig()