org.atmosphere.weblogic
Class WebLogicCometSupport

java.lang.Object
  extended by org.atmosphere.cpr.AsynchronousProcessor
      extended by org.atmosphere.weblogic.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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.atmosphere.cpr.AsynchronousProcessor
org.atmosphere.cpr.AsynchronousProcessor.AsynchronousProcessorHook
 
Field Summary
static String RRK
           
 
Fields inherited from class org.atmosphere.cpr.AsynchronousProcessor
aliveRequests, cancelledAction, config, timedoutAction
 
Constructor Summary
WebLogicCometSupport(org.atmosphere.cpr.AtmosphereConfig config)
           
 
Method Summary
 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
cancelled, completeLifecycle, getContainerName, init, invokeAtmosphereHandler, map, resumed, shutdown, supportSession, supportWebSocket, suspended, timedout, trackActiveRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RRK

public static final String RRK
See Also:
Constant Field Values
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 IOException,
                                         javax.servlet.ServletException

Throws:
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


Copyright © 2013. All Rights Reserved.