org.atmosphere.container
Class WebLogicCometSupport

java.lang.Object
  extended by org.atmosphere.cpr.AsynchronousProcessor
      extended by org.atmosphere.container.WebLogicCometSupport
All Implemented Interfaces:
CometSupport<AtmosphereResourceImpl>

public class WebLogicCometSupport
extends AsynchronousProcessor

Weblogic support.

Author:
Jeanfrancois Arcand

Nested Class Summary
 
Nested classes/interfaces inherited from class org.atmosphere.cpr.AsynchronousProcessor
AsynchronousProcessor.AsynchronousProcessorHook
 
Field Summary
static String RRK
           
 
Fields inherited from class org.atmosphere.cpr.AsynchronousProcessor
aliveRequests, cancelledAction, config, timedoutAction
 
Constructor Summary
WebLogicCometSupport(AtmosphereConfig config)
           
 
Method Summary
 void action(AtmosphereResourceImpl actionEvent)
          Process an AtmosphereFramework.Action from an ActionEvent operation like suspend, resume or timed out.
 AtmosphereFramework.Action service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 
Methods inherited from class org.atmosphere.cpr.AsynchronousProcessor
cancelled, destroyResource, getContainerName, init, map, map, resumed, shutdown, supportSession, supportWebSocket, suspended, timedout
 
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(AtmosphereConfig config)
Method Detail

service

public AtmosphereFramework.Action service(AtmosphereRequest req,
                                          AtmosphereResponse res)
                                   throws IOException,
                                          javax.servlet.ServletException
Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.

Parameters:
req - the AtmosphereRequest
res - the AtmosphereResponse
Returns:
the AtmosphereFramework.Action that was manipulated by the AtmosphereHandler
Throws:
IOException
javax.servlet.ServletException

action

public void action(AtmosphereResourceImpl actionEvent)
Process an AtmosphereFramework.Action from an ActionEvent operation like suspend, resume or timed out.

Specified by:
action in interface CometSupport<AtmosphereResourceImpl>
Overrides:
action in class AsynchronousProcessor
Parameters:
actionEvent - An instance of AtmosphereFramework.Action


Copyright © 2012. All Rights Reserved.