Uses of Class
org.hornetq.api.core.PropertyConversionException

Packages that use PropertyConversionException
org.hornetq.api.core Core Messaging API. 
 

Uses of PropertyConversionException in org.hornetq.api.core
 

Methods in org.hornetq.api.core that throw PropertyConversionException
 Boolean Message.getBooleanProperty(SimpleString key)
          Returns the property corresponding to the specified key as a Boolean.
 Boolean Message.getBooleanProperty(String key)
           
 Byte Message.getByteProperty(SimpleString key)
          Returns the property corresponding to the specified key as a Byte.
 Byte Message.getByteProperty(String key)
           
 byte[] Message.getBytesProperty(SimpleString key)
          Returns the property corresponding to the specified key as a byte[].
 byte[] Message.getBytesProperty(String key)
           
 Double Message.getDoubleProperty(SimpleString key)
          Returns the property corresponding to the specified key as a Double.
 Double Message.getDoubleProperty(String key)
           
 Float Message.getFloatProperty(SimpleString key)
          Returns the property corresponding to the specified key as a Float.
 Float Message.getFloatProperty(String key)
           
 Integer Message.getIntProperty(SimpleString key)
          Returns the property corresponding to the specified key as an Integer.
 Integer Message.getIntProperty(String key)
           
 Long Message.getLongProperty(SimpleString key)
          Returns the property corresponding to the specified key as a Long.
 Long Message.getLongProperty(String key)
           
 Short Message.getShortProperty(SimpleString key)
          Returns the property corresponding to the specified key as a Short.
 Short Message.getShortProperty(String key)
           
 SimpleString Message.getSimpleStringProperty(SimpleString key)
          Returns the property corresponding to the specified key as a SimpleString.
 SimpleString Message.getSimpleStringProperty(String key)
           
 String Message.getStringProperty(SimpleString key)
          Returns the property corresponding to the specified key as a String.
 String Message.getStringProperty(String key)
           
 void Message.putObjectProperty(SimpleString key, Object value)
          Puts an Object property in this message.
 void Message.putObjectProperty(String key, Object value)
           
 



Copyright © 2009 Red Hat Inc. All Rights Reserved.