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.
|
Modifier and Type | Class and Description |
---|---|
class |
SDTEOFException
SDTEOFException indicates a read operation was
performed on an SDTStream which has no more data to read. |
class |
SDTFormatException
SDTFormatException indicates a type conversion
error occurred retrieving data from an SDTMap or SDTStream. |
Modifier and Type | Method and Description |
---|---|
Object |
SDTMap.get(String key)
Returns the value mapped to the specified case-sensitive key.
|
Boolean |
SDTMap.getBoolean(String key)
Returns the Boolean value mapped to the specified case-sensitive key.
|
Byte |
SDTMap.getByte(String key)
Returns the Byte value mapped to the specified case-sensitive key.
|
byte[] |
SDTMap.getBytes(String key)
Returns the byte[] value mapped to the specified case-sensitive key.
|
Character |
SDTMap.getCharacter(String key)
Returns the Character value mapped to the specified case-sensitive key.
|
Destination |
SDTMap.getDestination(String key)
Returns the Destination value mapped to the specified case-sensitive key.
|
Double |
SDTMap.getDouble(String key)
Returns the Double value mapped to the specified case-sensitive key.
|
Float |
SDTMap.getFloat(String key)
Returns the Float value mapped to the specified case-sensitive key.
|
Integer |
SDTMap.getInteger(String key)
Returns the Integer value mapped to the specified case-sensitive key.
|
Long |
SDTMap.getLong(String key)
Returns the Long value mapped to the specified case-sensitive key.
|
SDTMap |
SDTMap.getMap(String key)
Returns the SDTMap value mapped to the specified case-sensitive key.
|
Short |
SDTMap.getShort(String key)
Returns the Short value mapped to the specified case-sensitive key.
|
SDTStream |
SDTMap.getStream(String key)
Returns the SDTStream value mapped to the specified case-sensitive key.
|
String |
SDTMap.getString(String key)
Returns the String value mapped to the specified case-sensitive key.
|
void |
SDTMap.putAll(SDTMap map)
Copies the mappings from the given SDTMap and puts them in this SDTMap.
|
void |
SDTMap.putBoolean(String key,
Boolean value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putByte(String key,
Byte value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putBytes(String key,
byte[] value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putBytes(String key,
byte[] value,
int offset,
int length)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putCharacter(String key,
Character value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putDestination(String key,
Destination value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putDouble(String key,
Double value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putFloat(String key,
Float value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putInteger(String key,
Integer value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putLong(String key,
Long value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putMap(String key,
SDTMap value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putObject(String key,
Object value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putShort(String key,
Short value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putStream(String key,
SDTStream value)
Associates the specified case-sensitive key with the value in the map.
|
void |
SDTMap.putString(String key,
String value)
Associates the specified case-sensitive key with the value in the map.
|
Object |
SDTStream.read()
Reads the next object on the stream.
|
Boolean |
SDTStream.readBoolean()
Reads a Boolean from a Stream.
|
Byte |
SDTStream.readByte()
Reads a Byte from a Stream.
|
byte[] |
SDTStream.readBytes()
Reads a byte[] from a Stream.
|
Character |
SDTStream.readCharacter()
Reads a Character from a Stream.
|
Destination |
SDTStream.readDestination()
Reads a Destination from a Stream.
|
Double |
SDTStream.readDouble()
Reads a Double from a Stream.
|
Float |
SDTStream.readFloat()
Reads a Float from a Stream.
|
Integer |
SDTStream.readInteger()
Reads an Integer from a Stream.
|
Long |
SDTStream.readLong()
Reads a Long from a Stream.
|
SDTMap |
SDTStream.readMap()
Reads a SDTMap from a Stream.
|
Short |
SDTStream.readShort()
Reads a Short from a Stream.
|
SDTStream |
SDTStream.readStream()
Reads a SDTStream from a Stream.
|
String |
SDTStream.readString()
Reads a String from a Stream.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.