| Home >> All >> com >> presumo >> jms >> [ message Javadoc ] |
com.presumo.jms.message: Javadoc index of package com.presumo.jms.message.
Package Samples:
com.presumo.jms.message
Classes:
PrimitiveMap: Implements a map like structure for primitive values with a String key. This data structure is used to implement javax.jms.Message header properties and the javax.jms.MapMessage. While a Map data structure that allows storage of primitive values might seem attractive as a generic data structure, this implementation does not really optimize memory usage (i.e. primitive's are still represented by their cooresponding Object types in memory), but rather is only optimized for converting to byte streams. Consequently, don't pull this class into a generic data structure in the future. It is really only ...
MessageEncoder: Interface to the rest of the JMS service for encoding and decoding messages to and from a byte stream.
AckHelper: Class to keep track of information necessary for acknowledgements.
SystemMessageConstants: Type definitions for all system messages (i.e. non-user messages)
MessageTests: Unit Tests for the implementations of JMS' message types
JmsObjectMessage: Implementation of the JMS interface Object Message
JmsStreamMessage: Implementation of the JMS interface StreamMessage.
JmsBytesMessage: Implmentation of the JMS interface BytesMessage.
JmsTextMessage: Implementation of the JMS interface TextMessage.
JmsMapMessage: Implementation of the JMS interface MapMessage
MessageHeader: Encapsulates the javax.jms.Message's header.
JmsMessage: Implementation of javax.jms.Message.
MessageID
MessageStateListener
| Home | Contact Us | Privacy Policy | Terms of Service |