|
override Object | Clone () |
| Create a copy of the StreamMessage object. More...
|
|
bool | ReadBoolean () |
| Reads a boolean from the stream message. More...
|
|
byte | ReadByte () |
| Reads a byte from the stream message. More...
|
|
short | ReadShort () |
| Reads a short from the stream message. More...
|
|
char | ReadChar () |
| Reads a char from the stream message. More...
|
|
int | ReadInt () |
| Reads an int from the stream message. More...
|
|
long | ReadLong () |
| Reads a long from the stream message. More...
|
|
float | ReadFloat () |
| Reads a float from the stream message. More...
|
|
double | ReadDouble () |
| Reads a double from the stream message. More...
|
|
string | ReadString () |
| Reads a string from the stream message. More...
|
|
int | ReadBytes (byte[] value) |
| Reads a byte array from the stream message. More...
|
|
Object | ReadObject () |
| Reads an object from the stream message. More...
|
|
void | WriteBoolean (bool value) |
| Writes a boolean to the stream message. More...
|
|
void | WriteByte (byte value) |
| Writes a byte to the stream message. More...
|
|
void | WriteShort (short value) |
| Writes a short to the stream message. More...
|
|
void | WriteChar (char value) |
| Writes a char to the stream message. More...
|
|
void | WriteInt (int value) |
| Writes an int to the stream message. More...
|
|
void | WriteLong (long value) |
| Writes a long to the stream message. More...
|
|
void | WriteFloat (float value) |
| Writes a float to the stream message. More...
|
|
void | WriteDouble (double value) |
| Writes a double to the stream message. More...
|
|
void | WriteString (string value) |
| Writes a string to the stream message. More...
|
|
void | WriteBytes (byte[] value) |
| Writes a byte array to the stream message. More...
|
|
void | WriteBytes (byte[] value, int offset, int length) |
| Writes a portion of a byte array as a byte array field to the stream message. More...
|
|
void | WriteObject (Object value) |
| Writes an object to the stream message. More...
|
|
void | Reset () |
| Puts the message body in read-only mode and repositions the stream to the beginning More...
|
|
override void | ClearBody () |
| Clears a message body in preparation for writing More...
|
|
override string | ToString () |
| Return a string representation of the message More...
|
|
virtual void | ClearProperties () |
| Clears a message's properties. More...
|
|
virtual bool | PropertyExists (string name) |
| Test whether a named property has been set on a message. More...
|
|
bool | GetBooleanProperty (string name) |
| Returns the value of the boolean property with the specified name. More...
|
|
byte | GetByteProperty (string name) |
| Returns the value of the byte property with the specified name. More...
|
|
short | GetShortProperty (string name) |
| Returns the value of the short property with the specified name. More...
|
|
int | GetIntProperty (string name) |
| Returns the value of the int property with the specified name. More...
|
|
long | GetLongProperty (string name) |
| Returns the value of the long property with the specified name. More...
|
|
float | GetFloatProperty (string name) |
| Returns the value of the float property with the specified name. More...
|
|
double | GetDoubleProperty (string name) |
| Returns the value of the double property with the specified name. More...
|
|
string | GetStringProperty (string name) |
| Returns the value of the string property with the specified name. More...
|
|
Object | GetObjectProperty (string name) |
| Returns the value of the object property with the specified name. More...
|
|
virtual object | GetProperty (string name, Type type) |
| THIS IS FOR INTERNAL USE ONLY More...
|
|
void | SetBooleanProperty (string name, bool val) |
| Sets a boolean property value with the specified name into the message More...
|
|
void | SetByteProperty (string name, byte val) |
| Sets a byte property value with the specified name into the message More...
|
|
void | SetShortProperty (string name, short val) |
| Sets a short property value with the specified name into the message More...
|
|
void | SetIntProperty (string name, int val) |
| Sets a int property value with the specified name into the message More...
|
|
void | SetLongProperty (string name, long val) |
| Sets a long property value with the specified name into the message More...
|
|
void | SetFloatProperty (string name, float val) |
| Sets a float property value with the specified name into the message More...
|
|
void | SetDoubleProperty (string name, double val) |
| Sets a double property value with the specified name into the message More...
|
|
void | SetStringProperty (string name, string val) |
| Sets a string property value with the specified name into the message More...
|
|
void | SetObjectProperty (string name, Object val) |
| Sets an object property value with the specified name into the message More...
|
|
void | SetBytesProperty (string name, byte[] val) |
| FOR INTERNAL USE ONLY More...
|
|
virtual void | Acknowledge () |
| Acknowledges all consumed messages of the session of this consumed message. More...
|
|
override string | ToString () |
| returns a string representation of the message More...
|
|
|
int | FieldCount [get] |
| Returns number of fields that this message holds. More...
|
|
bool | IsCompressed [set] |
| THIS IS FOR INTERNAL USE ONLY More...
|
|
string | MessageID [get, set] |
| Gets and Sets the message ID for the message. More...
|
|
long | Timestamp [get, set] |
| Gets and Sets the timestamp for the message. More...
|
|
string | CorrelationID [get, set] |
| Gets and Sets the correlation ID for the message. More...
|
|
byte[] | CorrelationIDAsBytes [get, set] |
| Gets and Sets the correlation ID as an array of bytes for the message. More...
|
|
Destination | Destination [get, set] |
| Gets and Sets the Destination object for this message. More...
|
|
Destination | ReplyTo [get, set] |
| Gets and Sets the message's replyto value. More...
|
|
int | DeliveryMode [get, set] |
| Get and set the message's delivery mode as an integer constant as defined in the DeliveryMode class. Users are recommended to use the MessageDeliveryMode enum instead. More...
|
|
MessageDeliveryMode | MsgDeliveryMode [get, set] |
| Get and set the message's delivery mode as enum value of type MessageDeliveryMode More...
|
|
bool | Redelivered [get, set] |
| Gets and Sets the message's redelivered value. More...
|
|
string | MsgType [get, set] |
| Gets and Sets the message's type value. More...
|
|
long | Expiration [get, set] |
| Gets and Sets the message's expiration value. More...
|
|
int | Priority [get, set] |
| Gets and Sets the message's priority value. More...
|
|
long | DeliveryTime [get] |
| Gets the message's delivery time value. More...
|
|
IEnumerator | PropertyNames [get] |
| Returns an Enumeration of all the property names. More...
|
|
A StreamMessage object is used to send a stream of primitive types in the .NET programming language. It is filled and read sequentially. It inherits from the Message interface and adds a stream message body.
Each datum in the stream must be a primitive type, or an object representation of a primitive type.
The primitive types can be read or written explicitly using methods for each type. They may also be read or written generically as objects. For instance, a call to StreamMessage.writeInt(6) is equivalent to StreamMessage.writeObject((object)6). Both forms are provided, because the explicit form is convenient for static programming, and the object form is needed when types are not known at compile time.
When the message is first created, and when clearBody is called, the body of the message is in write-only mode. After the first call to reset has been made, the message body is in read-only mode. After a message has been sent, the client that sent it can retain and modify it without affecting the message that has been sent. The same message object can be sent multiple times. When a message has been received, the provider has called reset so that the message body is in read-only mode for the client.
If clearBody is called on a message in read-only mode, the message body is cleared and the message body is in write-only mode.
If a client attempts to read a message in write-only mode, a MessageNotReadableException is thrown.
If a client attempts to write a message in read-only mode, a MessageNotWriteableException is thrown.
Extensions
TIBCO Enterprise Message Service extends the MapMessage and StreamMessage body types in two ways. These extensions allow TIBCO Enterprise Message Service to exchange messages with TIBCO Rendezvous and ActiveEnterprise formats that have certain features not available within the JMS specification.
-
You can insert another MapMessage or StreamMessage instance as a submessage into a MapMessage or StreamMessage, generating a series of nested messages, instead of a flat message.
-
You can use arrays as well as primitive types for the values.
These extensions add considerable flexibility to the two body types. However, they are extensions and therefore not compliant with JMS specifications. Extended messages are tagged as extensions with the vendor property tag JMS_TIBCO_MSG_EXT.