Package 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.AsynchronousProcessorWeblogic support.- Author:
- Jeanfrancois Arcand
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringRRK
-
Constructor Summary
Constructors Constructor Description WebLogicCometSupport(org.atmosphere.cpr.AtmosphereConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaction(org.atmosphere.cpr.AtmosphereResourceImpl actionEvent)org.atmosphere.cpr.Actionservice(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
-
-
-
-
Field Detail
-
RRK
public static final java.lang.String RRK
- See Also:
- Constant Field Values
-
-
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.IOExceptionjavax.servlet.ServletException
-
action
public void action(org.atmosphere.cpr.AtmosphereResourceImpl actionEvent)
- Specified by:
actionin interfaceorg.atmosphere.cpr.AsyncSupport<org.atmosphere.cpr.AtmosphereResourceImpl>- Overrides:
actionin classorg.atmosphere.cpr.AsynchronousProcessor
-
-