| 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.transaction | |
| com.solacesystems.jcsmp.impl.transaction.xa | |
| com.solacesystems.jcsmp.protocol.nio.impl | |
| com.solacesystems.jcsmp.transaction | |
| com.solacesystems.jcsmp.transaction.xa | |
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| com.solacesystems.jms.impl |
| Modifier and Type | Method and Description |
|---|---|
Browser |
JCSMPSession.createBrowser(BrowserProperties properties,
FlowEventHandler flowEventHandler)
Creates a
Browser, which can be used for browsing the contents of a Queue. |
FlowReceiver |
JCSMPSession.createFlow(XMLMessageListener listener,
ConsumerFlowProperties flowProps,
EndpointProperties endpointProps,
FlowEventHandler flowEventHandler)
|
| Modifier and Type | Method and Description |
|---|---|
FlowEventHandler |
FlowHandleImpl.getFlowEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
FlowHandleImpl |
SubFlowManagerImpl.createBrowser(BrowserProperties b_prop,
FlowEventHandler flowEventHandler,
BrowserImpl browser) |
FlowHandleImpl |
SubFlowManagerImpl.createDurTopicEndpointReceiver(ConsumerFlowProperties f_prop,
EndpointProperties e_prop,
XMLMessageListener listener,
JCSMPBasicSession.InternalBindProperties bindProps,
FlowEventHandler flowEventHandler) |
FlowHandleImpl |
SubFlowManagerImpl.createQueueReceiver(ConsumerFlowProperties f_prop,
EndpointProperties e_prop,
XMLMessageListener listener,
JCSMPBasicSession.InternalBindProperties bindProps,
FlowEventHandler flowEventHandler) |
| Constructor and Description |
|---|
BindRequestTask(TaskSessionRefs t_refs,
ConsumerFlowProperties f_prop,
EndpointProperties e_prop,
XMLMessageListener listener,
FlowHandleImpl existingFlowHandle,
AssuredCtrlEnums.FlowType flowType,
JCSMPBasicSession.InternalBindProperties internalBindProp,
FlowEventHandler flowEventHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
FlowReceiver |
TransactedSessionImpl.createFlow(XMLMessageListener listener,
ConsumerFlowProperties flowProps,
EndpointProperties endpointProps,
FlowEventHandler flowEventHander) |
| Modifier and Type | Method and Description |
|---|---|
FlowReceiver |
XASessionImpl.createFlow(XMLMessageListener listener,
ConsumerFlowProperties flowProps,
EndpointProperties endpointProps,
FlowEventHandler flowEventHandler) |
| Constructor and Description |
|---|
ConsumerFlowNotification(FlowEventHandler listener,
FlowEventArgs eventArgs,
FlowHandleImpl consumer) |
| Modifier and Type | Method and Description |
|---|---|
FlowReceiver |
TransactedSession.createFlow(XMLMessageListener listener,
ConsumerFlowProperties flowProps,
EndpointProperties endpointProps,
FlowEventHandler flowEventHandler)
Creates a consumer flow within this
TransactedSession and
associates it to this session. |
| Modifier and Type | Method and Description |
|---|---|
FlowReceiver |
XASession.createFlow(XMLMessageListener listener,
ConsumerFlowProperties flowProps,
EndpointProperties endpointProps,
FlowEventHandler flowEventHandler)
Creates a consumer flow within this
XASession and
associates it to this session. |
| Modifier and Type | Class and Description |
|---|---|
class |
SolQueueReceiver
Solace QueueReceiver implementation.
|
Copyright 2004-2019 Solace Corporation. All rights reserved.