Modifier and Type | Field and Description |
---|---|
private TopicSession |
TopicRequestor.session |
Modifier and Type | Method and Description |
---|---|
TopicSession |
TopicConnection.createTopicSession(boolean transacted,
int acknowledgeMode) |
TopicSession |
XATopicConnection.createTopicSession(boolean transacted,
int acknowledgeMode) |
private TopicSession |
TopicRequestor.getSession() |
TopicSession |
XATopicSession.getTopicSession() |
Modifier and Type | Method and Description |
---|---|
private void |
TopicRequestor.setSession(TopicSession session) |
Constructor and Description |
---|
TopicRequestor(TopicSession session,
Topic topic) |