| Constructor and Description |
|---|
WsCommandContext(javax.jms.ConnectionFactory connectionFactory,
javax.websocket.Session session,
WsSessions connectedUIClients,
WsSessions connectedFeeds) |
| Modifier and Type | Method and Description |
|---|---|
WsSessions |
getConnectedFeeds() |
WsSessions |
getConnectedUIClients() |
javax.jms.ConnectionFactory |
getConnectionFactory() |
javax.websocket.Session |
getSession() |
public WsCommandContext(javax.jms.ConnectionFactory connectionFactory,
javax.websocket.Session session,
WsSessions connectedUIClients,
WsSessions connectedFeeds)
public javax.jms.ConnectionFactory getConnectionFactory()
public javax.websocket.Session getSession()
Session the present request came frompublic WsSessions getConnectedUIClients()
public WsSessions getConnectedFeeds()
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.