Buffer Table (Magic xpa 3.x)
The Buffer Table is the interface between the host application and the component that creates and disassembles the JMS Map and Stream message buffers.
At runtime, the Buffer Table must contain the data described below.
|
|
Order
|
Numeric (4). The Order parameter, a unique index of the table, identifies the order of the item in the buffer format. For Stream messages, the items will be sent in this order. This parameter is irrelevant for Map messages.
|
Pair Name
|
Alpha (30). The Pair parameter denotes the pair name or Map messages but is not relevant for Stream messages.
|
Name Size
|
Numeric (4). The length of the name, which is important when spaces are used.
|
Magic Datatype
|
Alpha (1). The Magic Datatype. The valid values are:
|
Magic Picture
|
Alpha (30). The Magic picture.
|
Java Primitive Type
|
Alpha (2). Java Primitive types can have one of the values listed below:
-
Bo: Boolean
-
By: Byte
-
Sh: Short
-
Ch: Char
-
In: Int
-
Lo: Long
-
Fl: Float
-
Do: Double
-
St: String
-
Ar: Byte Array (byte[])
|
Value
|
BLOB
|