| 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.flow | |
| com.solacesystems.jcsmp.impl.requestreply | |
| com.solacesystems.jcsmp.impl.solcache | |
| com.solacesystems.jcsmp.protocol.smf.impl | |
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| com.solacesystems.jms.impl |
| Modifier and Type | Method and Description |
|---|---|
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties)
Acquires a
JCSMPSession implementation for the specified
properties in the default Context. |
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties,
Context context)
Acquires a
JCSMPSession and associates it to the given
Context. |
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties,
Context context,
SessionEventHandler eventHandler)
Acquires a
JCSMPSession and associates it to the given
Context. |
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties,
Context context,
SessionEventHandler eventHandler,
boolean allowSharedClientId)
An internal method used by JMS API
|
JCSMPSession |
CacheSession.getJCSMPSession()
Gets the JCSMPSession that created this CacheSession.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
JCSMPFactory.createSubscriberEndpoint(JCSMPSession session)
Returns the
SubscriberEndpoint for a session. |
| Constructor and Description |
|---|
JCSMPSessionStats(JCSMPSession session)
Constructs a
JCSMPSessionStats object for a session. |
| Modifier and Type | Class and Description |
|---|---|
class |
JCSMPBasicSession
JCSMPBasicSession The base class of JCSMPSession implementation |
class |
SessionModeSupport |
class |
SessionModeSupportClient |
| Modifier and Type | Method and Description |
|---|---|
JCSMPSession |
JCSMPXMLMessage.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextImpl.addSession(JCSMPSession s) |
void |
ContextImpl.removeSession(JCSMPSession s) |
void |
JCSMPXMLMessage.setSession(JCSMPSession session) |
| Constructor and Description |
|---|
Request(JCSMPSession session,
XMLMessageProducer producer,
LiveMessageController liveMsgCtrlr,
XMLMessage message,
Destination destination,
long timeout,
RequestListener listener) |
| Constructor and Description |
|---|
DirectFlowHandleImpl(XMLMessageListener listener,
JCSMPSession session,
CSMPSubscriberChannel channel,
Topic topic,
ConsumerNotificationDispatcherFactory dispatcherFactory) |
FlowHandleImpl(Endpoint boundTo,
Topic newTopic,
XMLMessageListener listener,
CSMPSubscriberChannel channel,
JCSMPSession session,
boolean ad_enabled,
AssuredCtrlEnums.QueueAccessType q_access_type,
AssuredCtrlEnums.FlowType boundFlowType,
Long gr_permissions,
EndpointProperties endpointProperties,
String selector,
ConsumerFlowProperties cfp,
BaseTransactedSessionImpl old_ts,
FlowEventHandler flowEventHandler) |
| Constructor and Description |
|---|
GenericRequestTask(JCSMPSession session,
XMLMessage outgoingMsg,
XMLMessageProducer producer,
JCSMPXMLMessageConsumer consumer,
Destination destination,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
JCSMPSession |
CacheSessionImpl.getJCSMPSession() |
| Modifier and Type | Method and Description |
|---|---|
AssuredCtrlHeaderBean |
AssuredCtrlFactory.createBindRequest(JCSMPSession session,
Endpoint bindTo,
Topic newTopic,
int winSz,
int corrTag,
String flowName,
AssuredCtrlEnums.FlowType flowType,
long lastMsgAcked,
long lastMsgIdRecved,
String sqlSelector,
EndpointProperties tmpEndpointProperties,
Long transactedSessionId,
boolean noLocal,
boolean activeFlowIndication,
ReplayStartLocation startLocation,
Long endpointErrorId) |
| Constructor and Description |
|---|
RouterCapabilities(JCSMPSession session) |
| Modifier and Type | Method and Description |
|---|---|
JCSMPSession |
ConnectionProperties.getJCSMPSession() |
| Constructor and Description |
|---|
ConnectionProperties(JMSProperties properties,
Context context,
JCSMPSession session,
ExceptionListener exceptionListener) |
Copyright 2004-2020 Solace Corporation. All rights reserved.