|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
---|---|
fr.dyade.aaa.agent | |
org.objectweb.joram.client.jms | The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
org.objectweb.joram.mom.proxies | The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
org.objectweb.joram.mom.proxies.soap | The org.objectweb.joram.mom.proxies.soap package provides a proxy accessible through the SOAP communication protocol. |
Uses of Queue in fr.dyade.aaa.agent |
---|
Fields in fr.dyade.aaa.agent declared as Queue | |
---|---|
protected Queue |
Engine.mq
|
Uses of Queue in org.objectweb.joram.client.jms |
---|
Fields in org.objectweb.joram.client.jms declared as Queue | |
---|---|
private Queue |
Session.repliesIn
FIFO queue holding the asynchronous server deliveries. |
private Queue |
MultiSessionConsumer.repliesIn
|
Uses of Queue in org.objectweb.joram.mom.proxies |
---|
Fields in org.objectweb.joram.mom.proxies declared as Queue | |
---|---|
private Queue |
StandardConnectionContext.queue
|
Methods in org.objectweb.joram.mom.proxies that return Queue | |
---|---|
Queue |
StandardConnectionContext.getQueue()
|
Uses of Queue in org.objectweb.joram.mom.proxies.soap |
---|
Fields in org.objectweb.joram.mom.proxies.soap declared as Queue | |
---|---|
(package private) Queue |
SoapProxyService.ProxyConnectionContext.replyQueue
|
Constructors in org.objectweb.joram.mom.proxies.soap with parameters of type Queue | |
---|---|
SoapProxyService.ProxyConnectionContext(AgentId proxyId,
Queue replyQueue)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |