|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> message >> [ properties overview ] | PREV NEXT | ||||||||
M
- MessagePropertyConversionTest - class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest.
- Test the conversion of primitive types for the
javax.jms.Messageproperties. - 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.Messageproperties. - 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 aboolean. - testBoolean2Byte() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
boolean, to get is as abytethrows ajavax.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 adoublethrows ajavax.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 afloatthrows ajavax.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 aintthrows ajavax.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 alongthrows ajavax.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 ashortthrows ajavax.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 aString. - testByte2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
byte, to get is as abooleanthrows ajavax.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 abyte. - testByte2Double() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
byte, to get is as adoublethrows ajavax.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 afloatthrows ajavax.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 anint. - 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 along. - 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 ashort. - 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 aString. - 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 abooleanthrows ajavax.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 abytethrows ajavax.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 adouble. - testDouble2Float() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
double, to get is as afloatthrows ajavax.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 anintthrows ajavax.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 alongthrows ajavax.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 ashortthrows ajavax.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 ajava.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 abooleanthrows ajavax.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 abytethrows ajavax.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 adouble. - 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 afloat. - testFloat2Int() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
float, to get is as aintthrows ajavax.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 alongthrows ajavax.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 ashortthrows ajavax.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 aString. - testGetBooleanProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that an attempt to get a
booleanproperty which does not exist returnsfalse - testGetByteProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that an attempt to get a
byteproperty which does not exist throw ajava.lang.NumberFormatException - testGetDoubleProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that an attempt to get a
doubleproperty which does not exist throw ajava.lang.NullPointerException - testGetFloatProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that an attempt to get a
floatproperty which does not exist throw ajava.lang.NullPointerException - testGetIntProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that an attempt to get a
intproperty which does not exist throw ajava.lang.NumberFormatException - testGetLongProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that an attempt to get a
longproperty which does not exist throw ajava.lang.NumberFormatException - testGetObjectProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that a
nullvalue is returned by theMessage.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
shortproperty which does not exist throw ajava.lang.NumberFormatException - testGetStringProperty() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that a
nullvalue is returned by theMessage.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 abooleanthrows ajavax.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 abytethrows ajavax.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 adoublethrows ajavax.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 afloatthrows ajavax.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 anint. - 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 along. - testInt2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
int, to get is as ashortthrows ajavax.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 aString. - testLong2Boolean() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
long, to get is as abooleanthrows ajavax.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 abytethrows ajavax.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 adoublethrows ajavax.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 afloatthrows ajavax.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 anintthrows ajavax.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 along. - testLong2Short() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyConversionTest
- if a property is set as a
long, to get is as ashortthrows ajavax.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 aString. - testPropertyIteration() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- Test that the
Message.getPropertyNames()method returns an emptyjava.util.Enumerationif there is no properties. - testSetObjectProperty_1() - Method in class org.objectweb.jtests.jms.conform.message.properties.MessagePropertyTest
- if a property is set as a
Floatwith theMessage.setObjectProperty()method, it can be retrieve directly as adoublebyMessage.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, DoubleandStringused in theMessage.setObjectProperty()method throws ajavax.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 abooleanthrows ajavax.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 abytethrows ajavax.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 adoublethrows ajavax.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 afloatthrows ajavax.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 anint. - 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 along. - 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 ashort. - 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 aString. - 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 abooleanif theStringis a correct representation of aboolean(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 abooleanreturnstrueif 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 abyteif theStringis a correct representation of abyte(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 abytethrows ajava.lang.NuberFormatExceptionif theStringis not a correct representation for abyte(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 adoubleas long as theStringis a correct representation of adouble(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 adoublethrows ajava.lang.NuberFormatExceptionif theStringis not a correct representation for adouble(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 afloatas long as theStringis a correct representation of afloat(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 afloatthrows ajava.lang.NuberFormatExceptionif theStringis not a correct representation for afloat(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 aintas long as theStringis a correct representation of aint(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 aintthrows ajava.lang.NuberFormatExceptionif theStringis not a correct representation for aint(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 alongas long as theStringis a correct representation of along(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 alongthrows ajava.lang.NuberFormatExceptionif theStringis not a correct representation for along(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 ashortas long as theStringis a correct representation of ashort(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 ashortthrows ajava.lang.NuberFormatExceptionif theStringis not a correct representation for ashort(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 ajava.lang.String.
M O S T
|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> message >> [ properties overview ] | PREV NEXT | ||||||||