| 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.protocol.impl | |
| com.solacesystems.jcsmp.protocol.smf | |
| com.solacesystems.jcsmp.secure | |
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| com.solacesystems.jms.impl | |
| com.solacesystems.jndi |
| Modifier and Type | Method and Description |
|---|---|
static JCSMPProperties |
JCSMPProperties.fromProperties(Properties p)
Construct a new instance of
JCSMPProperties from textual
Properties. |
JCSMPProperties |
ConsumerFlowProperties.getFlowSessionProps() |
| Modifier and Type | Method and Description |
|---|---|
JCSMPDestinationSession |
JCSMPFactory.createDestinationSession(JCSMPProperties properties)
Acquires a
JCSMPDestinationSession implementation for the specified properties. |
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
|
void |
ConsumerFlowProperties.setFlowSessionProps(JCSMPProperties flowSessionProps) |
| Modifier and Type | Method and Description |
|---|---|
static JCSMPProperties |
JCSMPPropertiesTextMarshaling.fromProperties(Properties p_in) |
JCSMPProperties |
JCSMPBasicSession.getJCSMPProperties() |
| Modifier and Type | Method and Description |
|---|---|
static PubADManager |
PubADManager.getNewADManager(JCSMPXMLMessageProducer producer,
JCSMPProperties props,
ContextImpl context,
ProducerFlowProperties fprop) |
static Properties |
JCSMPPropertiesTextMarshaling.toProperties(JCSMPProperties p_in) |
| Constructor and Description |
|---|
ContextBlockingOpCheck(ContextImpl ctx,
JCSMPProperties props) |
JCSMPBasicSession(JCSMPProperties properties,
SecureProperties secureProps,
ContextImpl parentCtx,
SessionEventHandler eventHandler) |
JCSMPBasicSession(JCSMPProperties properties,
SecureProperties secureProps,
ContextImpl parentCtx,
SessionEventHandler eventHandler,
boolean allowSharedClientId) |
| Modifier and Type | Method and Description |
|---|---|
JCSMPProperties |
SubFlowManagerImpl.getSessionProperties() |
| Constructor and Description |
|---|
ControllerChannel(JCSMPProperties properties,
SecureProperties secureProps,
JCSMPSessionStats sessionStats,
ContextImpl context) |
TcpChannel(JCSMPProperties props,
SecureProperties secureProps,
String channel,
JCSMPSessionStats stats,
ContextImpl context) |
TcpClientChannel(JCSMPProperties props,
SecureProperties secureProps,
JCSMPSessionStats stats,
String sessionId,
JCSMPBasicSession session,
ContextImpl context,
TcpClientChannel.ChannelMode channelMode) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleSmfClient |
SimpleSmfClientFactory.constructAndInit(JCSMPProperties prop,
JCSMPChannelProperties channelProp,
SecureProperties secureProps,
HostInfo host,
JCSMPSessionStats sessionStats,
ContextImpl context) |
| Constructor and Description |
|---|
SecureProperties(JCSMPProperties props) |
| Modifier and Type | Method and Description |
|---|---|
JCSMPProperties |
SolConnection.getJCSMPProperties() |
JCSMPProperties |
SolConnectionIF.getJCSMPProperties() |
static JCSMPProperties |
SolConnection.toJCSMPProperties(JMSPropertyBean bean,
boolean connectionTypeXA) |
| Modifier and Type | Method and Description |
|---|---|
JCSMPProperties |
ConnectionFactoryProperties.getJcsmpProps()
Deprecated.
|
| Constructor and Description |
|---|
ConnectionFactoryProperties(JCSMPProperties props,
int deliveryMode,
boolean xmlPayload,
boolean directTransport,
boolean deliverToOne,
boolean deliverToOneOverride,
boolean defaultContext,
boolean isDMQEligible,
boolean dynamicDurables,
boolean respectTTL,
String deadMsgQueueName,
boolean elidingEligible,
String clientID,
Boolean delayedStartOverride,
int sendWindowSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JCSMPProperties |
SolJNDIInitialContextFactory.SolJNDIInitialContext.getJCSMPProperties() |
Copyright 2004-2019 Solace Corporation. All rights reserved.