| Package | Description |
|---|---|
| com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
| com.solacesystems.jcsmp.impl | |
| com.solacesystems.jcsmp.impl.client | |
| com.solacesystems.jcsmp.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
JCSMPSession.addSubscription(Endpoint endpoint,
Subscription subscription,
JCSMPResponseListener handler,
Object key)
Adds a subscription asynchronously to an Endpoint on the appliance.
|
void |
JCSMPSession.addSubscription(Subscription subscription,
JCSMPResponseListener handler,
Object key)
Adds a subscription asynchronously to the appliance.
|
void |
JCSMPSession.removeSubscription(Endpoint endpoint,
Subscription subscription,
JCSMPResponseListener handler,
Object key)
Removes a subscription asynchronously from an Endpoint on the appliance.
|
void |
JCSMPSession.removeSubscription(Subscription subscription,
JCSMPResponseListener handler,
Object key)
Removes a subscription asynchronously from the appliance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCSMPBasicSession.addSubscription(Endpoint endpoint,
Subscription subscription,
JCSMPResponseListener listener,
Object key) |
void |
SessionModeSupportClient.addSubscription(Endpoint endpoint,
Subscription subscription,
JCSMPResponseListener handler,
Object key) |
void |
JCSMPBasicSession.addSubscription(Subscription subscription,
JCSMPResponseListener listener,
Object key) |
void |
SessionModeSupportClient.addSubscription(Subscription subscription,
JCSMPResponseListener handler,
Object key) |
void |
JCSMPBasicSession.removeSubscription(Endpoint endpoint,
Subscription subscription,
JCSMPResponseListener listener,
Object key) |
void |
SessionModeSupportClient.removeSubscription(Endpoint endpoint,
Subscription subscription,
JCSMPResponseListener handler,
Object key) |
void |
JCSMPBasicSession.removeSubscription(Subscription subscription,
JCSMPResponseListener listener,
Object key) |
void |
SessionModeSupportClient.removeSubscription(Subscription subscription,
JCSMPResponseListener handler,
Object key) |
| Constructor and Description |
|---|
ClientRequestResponse(WireMessage request,
ContextImpl ctx,
JCSMPResponseListener listener,
Object listenerCorrelationKey,
TcpClientChannel channel,
Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
long max_tries,
Integer idTag,
Long corrId,
boolean noReconnOnTimeout,
boolean allowOnStateSub,
JCSMPResponseListener listener,
Object listenerKey,
Endpoint endpoint) |
void |
TcpClientChannel.doSmpRequest(SmpHeaderBean request,
JCSMPResponseListener listener,
Object key,
Endpoint endpoint) |
Copyright 2004-2021 Solace Corporation. All rights reserved.