Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectweb.jtests.jms.conform.message.headers.* (1)org.objectweb.jtests.jms.conform.message.properties.* (2)

org.objectweb.jtests.jms.conform.message: Javadoc index of package org.objectweb.jtests.jms.conform.message.


Package Samples:

org.objectweb.jtests.jms.conform.message.headers: Tests JMS Message features.  
org.objectweb.jtests.jms.conform.message.properties: Tests JMS Message features.  

Classes:

MessagePropertyConversionTest: Test the conversion of primitive types for the javax.jms.Message properties. See JMS Specification, §3.5.4 Property Value Conversion and the corresponding table (p.33-34). The method name testXXX2YYY means that we test if a property which has been set as a XXX type can be read as a YYY type, where XXX and YYY can be boolean, byte, short, long, float double or String . ---------------------------------------------------------------| | boolean | byte | short | int | long | float | double | String| |-----------------------------------------------------------------------| |boolean | X X | |byte | X ...
MessageTypeTest: Test the different types of messages provided by JMS. JMS provides 6 types of messages which differs by the type of their body: Message which doesn't have a body TextMessage with a String as body ObjectMessage with any Object as body BytesMessage with a body made of bytes MapMessage with name-value pairs of Java primitives in its body StreamMessage with a stream of Java primitives as body For each of this type of message, we test that a message can be sent and received with an empty body or not.
MessagePropertyTest: Test the javax.jms.Message properties. See JMS Specification, §3.5 Message Properties (p.32-37)
MessageDefaultTest: Test the default constants of the javax.jms.Message interface.
MessageHeaderTest: Test the headers of a message
MessageBodyTest: Tests on message body.

Home | Contact Us | Privacy Policy | Terms of Service