public class WebLogicChannel extends AbstractChannel
clientType, factory, gravity, id, publishedQueue, publishedQueueLock, publisher, receivedQueue, receivedQueueLock, receiver, sessionId, subscriptions| Constructor and Description |
|---|
WebLogicChannel(Gravity gravity,
String id,
WebLogicChannelFactory factory,
String clientType) |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncHttpContext |
acquireAsyncHttpContext() |
void |
close() |
void |
destroy() |
protected boolean |
hasAsyncHttpContext() |
protected void |
releaseAsyncHttpContext(AsyncHttpContext context) |
void |
setRequestResponseKey(weblogic.servlet.http.RequestResponseKey key) |
addSubscription, equals, getClientType, getFactory, getGravity, getId, getSerializerContentType, getSubscriptions, hashCode, hasPublishedMessage, hasReceivedMessage, newSerializer, publish, queueReceiver, receive, removeSubscription, runPublish, runReceive, runReceived, toStringpublic WebLogicChannel(Gravity gravity, String id, WebLogicChannelFactory factory, String clientType)
public void setRequestResponseKey(weblogic.servlet.http.RequestResponseKey key)
protected boolean hasAsyncHttpContext()
hasAsyncHttpContext in class AbstractChannelprotected AsyncHttpContext acquireAsyncHttpContext()
acquireAsyncHttpContext in class AbstractChannelprotected void releaseAsyncHttpContext(AsyncHttpContext context)
releaseAsyncHttpContext in class AbstractChannelpublic void destroy()
destroy in interface Channeldestroy in class AbstractChannelpublic void close()