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

Quick Search    Search Deep
M O S T

M

MessagePropertyConversionTest - class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest.
Test the conversion of primitive types for the javax.jms.Message properties.
MessagePropertyConversionTest(String) - Constructor for class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
 
MessagePropertyTest - class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest.
Test the javax.jms.Message properties.
MessagePropertyTest(String) - Constructor for class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
 

O

org.objectweb.jtests.jms.conform.message.properties - package org.objectweb.jtests.jms.conform.message.properties
Tests JMS Message features.

S

suite() - Static method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
Method to use this class in a Test suite
suite() - Static method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Method to use this class in a Test suite

T

testBoolean2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, it can also be read as a boolean.
testBoolean2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, to get is as a byte throws a javax.jms.MessageFormatException.
testBoolean2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, to get is as a double throws a javax.jms.MessageFormatException.
testBoolean2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, to get is as a float throws a javax.jms.MessageFormatException.
testBoolean2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, to get is as a int throws a javax.jms.MessageFormatException.
testBoolean2Long() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, to get is as a long throws a javax.jms.MessageFormatException.
testBoolean2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, to get is as a short throws a javax.jms.MessageFormatException.
testBoolean2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a boolean, it can also be read as a String.
testByte2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, to get is as a boolean throws a javax.jms.MessageFormatException.
testByte2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, it can also be read as a byte.
testByte2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, to get is as a double throws a javax.jms.MessageFormatException.
testByte2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, to get is as a float throws a javax.jms.MessageFormatException.
testByte2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, it can also be read as an int.
testByte2Long() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, it can also be read as a long.
testByte2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, it can also be read as a short.
testByte2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a byte, it can also be read as a String.
testClearProperties_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that the Message.clearProperties() method deletes all the properties of the Message.
testClearProperties_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that the Message.clearProperties() method does not clear the value of the Message's body.
testDouble2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, to get is as a boolean throws a javax.jms.MessageFormatException.
testDouble2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, to get is as a byte throws a javax.jms.MessageFormatException.
testDouble2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, it can also be read as a double.
testDouble2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, to get is as a float throws a javax.jms.MessageFormatException.
testDouble2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, to get is as an int throws a javax.jms.MessageFormatException.
testDouble2Long() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, to get is as a long throws a javax.jms.MessageFormatException.
testDouble2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, to get is as a short throws a javax.jms.MessageFormatException.
testDouble2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a double, it can also be read as a java.lang.String.
testFloat2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, to get is as a boolean throws a javax.jms.MessageFormatException.
testFloat2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, to get is as a byte throws a javax.jms.MessageFormatException.
testFloat2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, it can also be read as a double.
testFloat2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, it can also be read as a float.
testFloat2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, to get is as a int throws a javax.jms.MessageFormatException.
testFloat2Long() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, to get is as a long throws a javax.jms.MessageFormatException.
testFloat2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, to get is as a short throws a javax.jms.MessageFormatException.
testFloat2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a float, it can also be read as a String.
testGetBooleanProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that an attempt to get a boolean property which does not exist returns false
testGetByteProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that an attempt to get a byte property which does not exist throw a java.lang.NumberFormatException
testGetDoubleProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that an attempt to get a double property which does not exist throw a java.lang.NullPointerException
testGetFloatProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that an attempt to get a float property which does not exist throw a java.lang.NullPointerException
testGetIntProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that an attempt to get a int property which does not exist throw a java.lang.NumberFormatException
testGetLongProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that an attempt to get a long property which does not exist throw a java.lang.NumberFormatException
testGetObjectProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that a null value is returned by the Message.getObjectProperty() method if a property by the specified name does not exits.
testGetPropertyNames() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that the Message.getPropertyNames() method does not return the name of the JMS standard header fields (e.g.
testGetShortProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that an attempt to get a short property which does not exist throw a java.lang.NumberFormatException
testGetStringProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that a null value is returned by the Message.getStringProperty() method if a property by the specified name does not exits.
testInt2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a int, to get is as a boolean throws a javax.jms.MessageFormatException.
testInt2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a int, to get is as a byte throws a javax.jms.MessageFormatException.
testInt2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a int, to get is as a double throws a javax.jms.MessageFormatException.
testInt2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a int, to get is as a float throws a javax.jms.MessageFormatException.
testInt2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as an int, it can also be read as an int.
testInt2Long() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as an int, it can also be read as a long.
testInt2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a int, to get is as a short throws a javax.jms.MessageFormatException.
testInt2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as an int, it can also be read as a String.
testLong2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, to get is as a boolean throws a javax.jms.MessageFormatException.
testLong2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, to get is as a byte throws a javax.jms.MessageFormatException.
testLong2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, to get is as a double throws a javax.jms.MessageFormatException.
testLong2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, to get is as a float throws a javax.jms.MessageFormatException.
testLong2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, to get is as an int throws a javax.jms.MessageFormatException.
testLong2Long() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, it can also be read as a long.
testLong2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, to get is as a short throws a javax.jms.MessageFormatException.
testLong2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a long, it can also be read as a String.
testPropertyIteration() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that the Message.getPropertyNames() method returns an empty java.util.Enumeration if there is no properties.
testSetObjectProperty_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
if a property is set as a Float with the Message.setObjectProperty() method, it can be retrieve directly as a double by Message.getFloatProperty()
testSetObjectProperty_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
Test that any other class than Boolean, Byte, Short, Integer, Long, Float, Double and String used in the Message.setObjectProperty() method throws a javax.jms.MessageFormatException.
testShort2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, to get is as a boolean throws a javax.jms.MessageFormatException.
testShort2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, to get is as a byte throws a javax.jms.MessageFormatException.
testShort2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, to get is as a double throws a javax.jms.MessageFormatException.
testShort2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, to get is as a float throws a javax.jms.MessageFormatException.
testShort2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, it can also be read as an int.
testShort2Long() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, it can also be read as a long.
testShort2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, it can also be read as a short.
testShort2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a short, it can also be read as a String.
testString2Boolean_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a boolean if the String is a correct representation of a boolean (e.g.
testString2Boolean_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, to get it as a boolean returns true if the property is not null and is equal, ignoring case, to the string "true" (.eg.
testString2Byte_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a byte if the String is a correct representation of a byte (e.g.
testString2Byte_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, to get it as a byte throws a java.lang.NuberFormatException if the String is not a correct representation for a byte (e.g.
testString2Double_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a double as long as the String is a correct representation of a double (e.g.
testString2Double_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, to get it as a double throws a java.lang.NuberFormatException if the String is not a correct representation for a double (e.g.
testString2Float_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a float as long as the String is a correct representation of a float (e.g.
testString2Float_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, to get it as a float throws a java.lang.NuberFormatException if the String is not a correct representation for a float (e.g.
testString2Int_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a int as long as the String is a correct representation of a int (e.g.
testString2Int_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, to get it as a int throws a java.lang.NuberFormatException if the String is not a correct representation for a int (e.g.
testString2Long_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a long as long as the String is a correct representation of a long (e.g.
testString2Long_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, to get it as a long throws a java.lang.NuberFormatException if the String is not a correct representation for a long (e.g.
testString2Short_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a short as long as the String is a correct representation of a short (e.g.
testString2Short_2() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, to get it as a short throws a java.lang.NuberFormatException if the String is not a correct representation for a short (e.g.
testString2String() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
if a property is set as a java.lang.String, it can also be read as a java.lang.String.

M O S T