|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueueSession in org.jboss.errai.bus.client.api |
---|
Methods in org.jboss.errai.bus.client.api that return QueueSession | |
---|---|
QueueSession |
SessionEndEvent.getSession()
Returns the session that ended. |
Constructors in org.jboss.errai.bus.client.api with parameters of type QueueSession | |
---|---|
SessionEndEvent(QueueSession session)
Creates a SessionEndEvent for the given QueueSession. |
Uses of QueueSession in org.jboss.errai.bus.client.util |
---|
Methods in org.jboss.errai.bus.client.util that return QueueSession | |
---|---|
static QueueSession |
BusToolsCli.getClientSession()
|
Uses of QueueSession in org.jboss.errai.bus.server |
---|
Methods in org.jboss.errai.bus.server that return QueueSession | |
---|---|
QueueSession |
HttpSessionProvider.createOrGetSession(javax.servlet.http.HttpSession externSessRef,
String remoteQueueID)
|
QueueSession |
HttpSessionProvider.SessionsContainer.createSession(String httpSessionId,
String remoteQueueId)
|
QueueSession |
MessageQueueImpl.getSession()
|
QueueSession |
HttpSessionProvider.SessionsContainer.getSession(String remoteQueueId)
|
QueueSession |
ServerMessageBusImpl.getSessionBySessionId(String id)
|
Methods in org.jboss.errai.bus.server that return types with arguments of type QueueSession | |
---|---|
Map<QueueSession,MessageQueue> |
ServerMessageBusImpl.getMessageQueues()
Gets all the message queues |
Methods in org.jboss.errai.bus.server with parameters of type QueueSession | |
---|---|
void |
ServerMessageBusImpl.associateNewQueue(QueueSession oldSession,
QueueSession newSession)
|
MessageQueue |
ServerMessageBusImpl.getQueue(QueueSession session)
Gets the queue corresponding to the session id given |
void |
ServerMessageBusImpl.remoteSubscribe(QueueSession sessionContext,
MessageQueue queue,
String subject)
Adds a new remote subscription and fires subscription listeners |
void |
ServerMessageBusImpl.remoteUnsubscribe(QueueSession sessionContext,
MessageQueue queue,
String subject)
Unsubscribes a remote subscription and fires the appropriate listeners |
Constructors in org.jboss.errai.bus.server with parameters of type QueueSession | |
---|---|
MessageQueueImpl(TransmissionBuffer buffer,
QueueSession session,
int timeoutSecs)
|
Uses of QueueSession in org.jboss.errai.bus.server.api |
---|
Methods in org.jboss.errai.bus.server.api that return QueueSession | |
---|---|
QueueSession |
SessionProvider.createOrGetSession(T externSessRef,
String remoteQueueId)
Looks up or creates the QueueSession that identifies a communication channel with a specific queue in a
specific remote Errai Bus. |
static QueueSession |
RpcContext.getQueueSession()
|
QueueSession |
MessageQueue.getSession()
|
QueueSession |
ServerMessageBus.getSessionBySessionId(String id)
|
Methods in org.jboss.errai.bus.server.api that return types with arguments of type QueueSession | |
---|---|
Map<QueueSession,MessageQueue> |
ServerMessageBus.getMessageQueues()
|
Methods in org.jboss.errai.bus.server.api with parameters of type QueueSession | |
---|---|
void |
ServerMessageBus.associateNewQueue(QueueSession oldSession,
QueueSession newSession)
|
MessageQueue |
ServerMessageBus.getQueue(QueueSession session)
Gets the queue containing the messages that are waiting to be transmitted |
Uses of QueueSession in org.jboss.errai.bus.server.cluster |
---|
Classes in org.jboss.errai.bus.server.cluster that implement QueueSession | |
---|---|
class |
IntrabusQueueSession
|
Fields in org.jboss.errai.bus.server.cluster declared as QueueSession | |
---|---|
static QueueSession |
IntrabusQueueSession.INSTANCE
|
Uses of QueueSession in org.jboss.errai.bus.server.io |
---|
Methods in org.jboss.errai.bus.server.io with parameters of type QueueSession | |
---|---|
static List<Message> |
MessageFactory.createCommandMessage(QueueSession session,
EJValue value)
|
static List<Message> |
MessageFactory.createCommandMessage(QueueSession session,
javax.servlet.http.HttpServletRequest request)
|
static Message |
MessageFactory.createCommandMessage(QueueSession session,
javax.servlet.http.HttpServletRequest request,
String json)
Creates the command message from the given JSON string and session. |
static List<Message> |
MessageFactory.createCommandMessage(QueueSession session,
InputStream inputStream)
|
static Message |
MessageFactory.createCommandMessage(QueueSession session,
String json)
|
Uses of QueueSession in org.jboss.errai.bus.server.io.websockets |
---|
Methods in org.jboss.errai.bus.server.io.websockets with parameters of type QueueSession | |
---|---|
static String |
WebSocketTokenManager.getNewOneTimeToken(QueueSession session)
|
static boolean |
WebSocketTokenManager.verifyOneTimeToken(QueueSession session,
String token)
|
Uses of QueueSession in org.jboss.errai.bus.server.service |
---|
Methods in org.jboss.errai.bus.server.service that return QueueSession | |
---|---|
QueueSession |
MessageBusProxy.getSessionBySessionId(String id)
|
Methods in org.jboss.errai.bus.server.service that return types with arguments of type QueueSession | |
---|---|
Map<QueueSession,MessageQueue> |
MessageBusProxy.getMessageQueues()
|
Methods in org.jboss.errai.bus.server.service with parameters of type QueueSession | |
---|---|
void |
MessageBusProxy.associateNewQueue(QueueSession oldSession,
QueueSession newSession)
|
MessageQueue |
MessageBusProxy.getQueue(QueueSession session)
|
Uses of QueueSession in org.jboss.errai.bus.server.util |
---|
Methods in org.jboss.errai.bus.server.util that return QueueSession | |
---|---|
QueueSession |
LocalContext.getSession()
|
QueueSession |
SessionContext.getSession()
|
Methods in org.jboss.errai.bus.server.util with parameters of type QueueSession | |
---|---|
static LocalContext |
LocalContext.get(QueueSession session)
|
static SessionContext |
SessionContext.get(QueueSession session)
|
static ServerLaundryList |
ServerLaundryList.get(QueueSession session)
|
Uses of QueueSession in org.jboss.errai.cdi.server |
---|
Methods in org.jboss.errai.cdi.server that return QueueSession | |
---|---|
static QueueSession |
CDIServerUtil.getSession(Message message)
|
Uses of QueueSession in org.jboss.errai.cdi.server.events |
---|
Methods in org.jboss.errai.cdi.server.events that return QueueSession | |
---|---|
QueueSession |
EventConversationContext.Context.getSession()
|
Methods in org.jboss.errai.cdi.server.events with parameters of type QueueSession | |
---|---|
static void |
EventConversationContext.activate(Object o,
QueueSession session)
Activate the conversation scope. |
static void |
EventConversationContext.activate(QueueSession session)
Activate a conversations scope. |
void |
EventRoutingTable.activateRoute(String eventType,
Set<String> annotations,
QueueSession queueSession)
|
void |
EventRoutingTable.deactivateRoute(String eventType,
Set<String> annotations,
QueueSession queueSession)
|
boolean |
EventRoutingTable.isRouteActive(String eventType,
Set<String> annotations,
QueueSession queueSession)
|
Constructors in org.jboss.errai.cdi.server.events with parameters of type QueueSession | |
---|---|
EventConversationContext.Context(Object eventObject,
QueueSession session)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |