org.granite.gravity.weblogic
Class WebLogicChannel
java.lang.Object
org.granite.gravity.AbstractChannel
org.granite.gravity.weblogic.WebLogicChannel
- All Implemented Interfaces:
- Channel
public class WebLogicChannel
- extends AbstractChannel
- Author:
- Franck WOLFF
| Methods inherited from class org.granite.gravity.AbstractChannel |
addSubscription, equals, getGravity, getId, getServletConfig, getServletContext, getSubscriptions, hashCode, hasPublishedMessage, hasReceivedMessage, publish, queueReceiver, receive, removeSubscription, runPublish, runReceive, runReceived, toString |
WebLogicChannel
public WebLogicChannel(ServletConfig servletConfig,
GravityConfig gravityConfig,
String id)
setRequestResponseKey
public void setRequestResponseKey(weblogic.servlet.http.RequestResponseKey key)
hasAsyncHttpContext
protected boolean hasAsyncHttpContext()
- Specified by:
hasAsyncHttpContext in class AbstractChannel
acquireAsyncHttpContext
protected AsyncHttpContext acquireAsyncHttpContext()
- Specified by:
acquireAsyncHttpContext in class AbstractChannel
releaseAsyncHttpContext
protected void releaseAsyncHttpContext(AsyncHttpContext context)
- Specified by:
releaseAsyncHttpContext in class AbstractChannel
destroy
public void destroy()
- Specified by:
destroy in interface Channel- Overrides:
destroy in class AbstractChannel