Class WebLogicCometSupport

  • All Implemented Interfaces:
    org.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>

    public class WebLogicCometSupport
    extends org.atmosphere.cpr.AsynchronousProcessor
    Weblogic support.
    Author:
    Jeanfrancois Arcand
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String RRK  
      • Fields inherited from class org.atmosphere.cpr.AsynchronousProcessor

        cancelledAction, config, timedoutAction
    • Constructor Summary

      Constructors 
      Constructor Description
      WebLogicCometSupport​(org.atmosphere.cpr.AtmosphereConfig config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void action​(org.atmosphere.cpr.AtmosphereResourceImpl actionEvent)
      org.atmosphere.cpr.Action service​(org.atmosphere.cpr.AtmosphereRequest req, org.atmosphere.cpr.AtmosphereResponse res)
      • Methods inherited from class org.atmosphere.cpr.AsynchronousProcessor

        allowSessionTimeoutRemoval, cancelled, complete, completeLifecycle, endRequest, getContainerName, init, invokeAtmosphereHandler, invokeInterceptors, map, postInterceptors, resumed, shutdown, supportSession, supportWebSocket, suspended, timedout
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebLogicCometSupport

        public WebLogicCometSupport​(org.atmosphere.cpr.AtmosphereConfig config)
    • Method Detail

      • service

        public org.atmosphere.cpr.Action service​(org.atmosphere.cpr.AtmosphereRequest req,
                                                 org.atmosphere.cpr.AtmosphereResponse res)
                                          throws java.io.IOException,
                                                 javax.servlet.ServletException
        Throws:
        java.io.IOException
        javax.servlet.ServletException
      • action

        public void action​(org.atmosphere.cpr.AtmosphereResourceImpl actionEvent)
        Specified by:
        action in interface org.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>
        Overrides:
        action in class org.atmosphere.cpr.AsynchronousProcessor