| Package | Description |
|---|---|
| com.solacesystems.common.protocol |
Generic Protocol Classes
|
| com.solacesystems.common.util | |
| com.solacesystems.common.util.i18n | |
| 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.protocol.impl | |
| com.solacesystems.jcsmp.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolRequestException |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidAuthorizationGroupStateException |
class |
InvalidStateException |
| Modifier and Type | Method and Description |
|---|---|
static FileInputStream |
CommonUtils.loadFile(String textFileName) |
static String |
CommonUtils.loadTextFile(String textFileName) |
static Object |
CommonUtils.newInstance(String className) |
| Modifier and Type | Method and Description |
|---|---|
char |
StringResourceBundleSupport.getChar(String key)
Look up the specified key in the receiver's resource bundle.
|
Character |
StringResourceBundleSupport.getCharacter(String key)
Look up the specified key in the receiver's resource bundle.
|
Object |
GenericResourceBundleSupport.getObject(String key)
Return the internationalized object specified by the given key.
|
URL |
StringResourceBundleSupport.getURL(String key)
Look up the specified key in the receiver's resource bundle.
|
URL |
StringResourceBundleSupport.getURLByValue(String value)
Look up the specified file as passed-in return an URL for that file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClosedFacilityException
ClosedFacilityException indicates that the requested operation
cannot be fulfilled because the facility providing the operation was closed. |
class |
InvalidMessageReceivedException
InvalidMessageReceivedException is raised when the message received from the Solace appliance
is not valid. |
class |
InvalidOperationException
InvalidOperationException indicates that the requested operation
cannot be fulfilled because the object on which it was performed is not
in a state to support such an operation. |
class |
InvalidPropertiesException
InvalidPropertiesException indicates invalid properties are specified
in JCSMPProperties. |
class |
JCSMPErrorResponseException
JCSMPErrorResponseException is used to capture Solace Message
Format (SMF) response codes. |
class |
JCSMPException
The base class of JCSMP exceptions.
|
class |
JCSMPFatalErrorException
JCSMPFatalErrorException indicates an unrecoverable error condition. |
class |
JCSMPFlowTransportException
Indicates a transport error condition for a specific flow, while the parent
session is not necessarily closed.
|
class |
JCSMPFlowTransportUnsolicitedUnbindException
This exception is used to indicate that a Guaranteed Delivery flow (
FlowReceiver)
was closed by the appliance due to a unsolicited unbind for the resource it requires. |
class |
JCSMPIncompleteLargeMessageReceivedException
Indicates that an incomplete large message is received due to segments not received in time.
|
class |
JCSMPInterruptedException |
class |
JCSMPLoginFailureException
Indicates a producer or consumer was unable to login to the 3200 Series
appliance.
|
class |
JCSMPOperationException
JCSMPOperationException indicates an error condition related to Content Subscription Management Protocol (CSMP)
operation. |
class |
JCSMPRequestTimeoutException
Indicates that a blocking request operation timed out.
|
class |
JCSMPSecurityException
Thrown when a security restriction prevents an operation from being performed.
|
class |
JCSMPStateException
JCSMPStateException indicates that the program logic cannot proceed
based on the current JCSMPSession state. |
class |
JCSMPTransportException
JCSMPTransportException indicates an error condition regarding
communication with the Solace appliance. |
class |
OperationNotSupportedException
OperationNotSupportedException indicates the requested operation
is not supported based on the current Session configuration. |
class |
PropertyMismatchException
A general exception for property mismatch problems.
|
class |
SDTEOFException
SDTEOFException indicates a read operation was
performed on an SDTStream which has no more data to read. |
class |
SDTException
The base class of SDT exceptions.
|
class |
SDTFormatException
SDTFormatException indicates a type conversion
error occurred retrieving data from an SDTMap or SDTStream. |
class |
StaleSessionException
StaleSessionException indicates that the requested operation
cannot be fulfilled because the underlying session was stale. |
class |
SubscriptionsOutOfSynchException
Deprecated.
This class is no longer supported and will be removed in a future
release.
|
class |
VersionNotSupportException
Exception thrown when the appliance version is not compatible with the JCSMP version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionSizeExceededException |
| Modifier and Type | Class and Description |
|---|---|
class |
WriteDroppedException |
| Modifier and Type | Class and Description |
|---|---|
class |
RollbackException
An exception thrown when a transaction rolls back unexpectedly.
|
class |
TransactionResultUnknownException
An exception thrown when a transaction commit result is unknown.
|
Copyright 2004-2021 Solace Corporation. All rights reserved.