Package | Description |
---|---|
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.client.jms.connection |
Modifier and Type | Field and Description |
---|---|
(package private) CompletionListener |
Session.listener
The CompletionListener.
|
Modifier and Type | Field and Description |
---|---|
(package private) CompletionListener |
RequestMultiplexer.runningCL |
Modifier and Type | Field and Description |
---|---|
private Map<Integer,CompletionListener> |
RequestMultiplexer.completionListeners |
Modifier and Type | Method and Description |
---|---|
AbstractJmsReply |
Requestor.request(AbstractJmsRequest request,
CompletionListener completionListener) |
AbstractJmsReply |
Requestor.request(AbstractJmsRequest request,
long timeout,
CompletionListener completionListener)
Method sending a synchronous request to the server and waiting for an
answer.
|
void |
RequestMultiplexer.sendRequest(AbstractJmsRequest request,
CompletionListener completionListener) |
void |
RequestMultiplexer.sendRequest(AbstractJmsRequest request,
ReplyListener listener,
CompletionListener completionListener) |
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.