| Package | Description |
|---|---|
| org.ow2.joram.jakarta.jms |
The
org.ow2.joram.jakarta.jms package holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification. |
| org.ow2.joram.jakarta.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 |
|---|---|
org.objectweb.joram.shared.client.AbstractJmsReply |
Requestor.request(org.objectweb.joram.shared.client.AbstractJmsRequest request,
CompletionListener completionListener) |
org.objectweb.joram.shared.client.AbstractJmsReply |
Requestor.request(org.objectweb.joram.shared.client.AbstractJmsRequest request,
long timeout,
CompletionListener completionListener)
Method sending a synchronous request to the server and waiting for an
answer.
|
void |
RequestMultiplexer.sendRequest(org.objectweb.joram.shared.client.AbstractJmsRequest request,
CompletionListener completionListener) |
void |
RequestMultiplexer.sendRequest(org.objectweb.joram.shared.client.AbstractJmsRequest request,
ReplyListener listener,
CompletionListener completionListener) |
Copyright © 2023 ScalAgent D.T.. All rights reserved.