|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageValueException | |
---|---|
org.objectweb.joram.shared.messages | The org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. |
Uses of MessageValueException in org.objectweb.joram.shared.messages |
---|
Methods in org.objectweb.joram.shared.messages that throw MessageValueException | |
---|---|
static boolean |
ConversionHelper.toBoolean(java.lang.Object value)
Gets the boolean value of the given object. |
static byte |
ConversionHelper.toByte(java.lang.Object value)
Gets the byte value of the given object. |
static byte[] |
ConversionHelper.toBytes(java.lang.Object value)
Gets the bytes value of the given object. |
static char |
ConversionHelper.toChar(java.lang.Object value)
Gets the char value of the given object. |
static double |
ConversionHelper.toDouble(java.lang.Object value)
Gets the double value of the given object. |
static float |
ConversionHelper.toFloat(java.lang.Object value)
Gets the float value of the given object. |
static int |
ConversionHelper.toInt(java.lang.Object value)
Gets the int value of the given object. |
static long |
ConversionHelper.toLong(java.lang.Object value)
Gets the long value of the given object. |
static short |
ConversionHelper.toShort(java.lang.Object value)
Gets the short value of the given object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |