The NMS Class Library (.Net Messaging Library)

PrimitiveMap Members

PrimitiveMap overview

Public Static Fields

BOOLEAN_TYPE  
BYTE_ARRAY_TYPE  
BYTE_TYPE  
CHAR_TYPE  
DOUBLE_TYPE  
FLOAT_TYPE  
INTEGER_TYPE  
LONG_TYPE  
NULL  
SHORT_TYPE  
STRING_TYPE  

Public Static Methods

MarshalPrimitive  
MarshalPrimitiveMap Overloaded. Marshals the primitive type map to a byte array
Unmarshal Unmarshalls the map from the given data or if the data is null just return an empty map
UnmarshalPrimitive  
UnmarshalPrimitiveMap Overloaded. Unmarshals the primitive type map from the given byte array

Public Instance Constructors

PrimitiveMap Constructor Initializes a new instance of the PrimitiveMap class.

Public Instance Properties

Count  
Item  
Keys  
Values  

Public Instance Methods

Clear  
Contains  
Equals (inherited from Object)  
GetBool  
GetByte  
GetChar  
GetDouble  
GetFloat  
GetHashCode (inherited from Object)  
GetInt  
GetLong  
GetShort  
GetString  
GetType (inherited from Object)  
Marshal  
Remove  
SetBool  
SetByte  
SetChar  
SetDouble  
SetFloat  
SetInt  
SetLong  
SetShort  
SetString  
ToString Method ToString

Protected Instance Methods

CheckValidType  
CheckValueType  
Finalize (inherited from Object)  
GetValue  
MemberwiseClone (inherited from Object)  
SetValue  

See Also

PrimitiveMap Class | ActiveMQ.OpenWire Namespace