| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> message >> [ properties Javadoc ] |
org.objectweb.jtests.jms.conform.message.properties: Javadoc index of package org.objectweb.jtests.jms.conform.message.properties.
Package Samples:
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 ...
MessagePropertyTest: Test the javax.jms.Message properties. See JMS Specification, §3.5 Message Properties (p.32-37)
| Home | Contact Us | Privacy Policy | Terms of Service |