org.atmosphere.weblogic
Class WebLogicCometSupport
java.lang.Object
org.atmosphere.cpr.AsynchronousProcessor
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 classes/interfaces inherited from class org.atmosphere.cpr.AsynchronousProcessor |
org.atmosphere.cpr.AsynchronousProcessor.AsynchronousProcessorHook |
| Fields inherited from class org.atmosphere.cpr.AsynchronousProcessor |
aliveRequests, cancelledAction, config, timedoutAction |
|
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, destroyResource, getContainerName, init, 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 |
RRK
public static final String RRK
- See Also:
- Constant Field Values
WebLogicCometSupport
public WebLogicCometSupport(org.atmosphere.cpr.AtmosphereConfig config)
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.