Package | Description |
---|---|
org.hornetq.api.core |
Core Messaging API.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
Message.getBooleanProperty(SimpleString key)
Returns the property corresponding to the specified key as a Boolean.
|
java.lang.Boolean |
Message.getBooleanProperty(java.lang.String key) |
java.lang.Byte |
Message.getByteProperty(SimpleString key)
Returns the property corresponding to the specified key as a Byte.
|
java.lang.Byte |
Message.getByteProperty(java.lang.String key) |
byte[] |
Message.getBytesProperty(SimpleString key)
Returns the property corresponding to the specified key as a byte[].
|
byte[] |
Message.getBytesProperty(java.lang.String key) |
java.lang.Double |
Message.getDoubleProperty(SimpleString key)
Returns the property corresponding to the specified key as a Double.
|
java.lang.Double |
Message.getDoubleProperty(java.lang.String key) |
java.lang.Float |
Message.getFloatProperty(SimpleString key)
Returns the property corresponding to the specified key as a Float.
|
java.lang.Float |
Message.getFloatProperty(java.lang.String key) |
java.lang.Integer |
Message.getIntProperty(SimpleString key)
Returns the property corresponding to the specified key as an Integer.
|
java.lang.Integer |
Message.getIntProperty(java.lang.String key) |
java.lang.Long |
Message.getLongProperty(SimpleString key)
Returns the property corresponding to the specified key as a Long.
|
java.lang.Long |
Message.getLongProperty(java.lang.String key) |
java.lang.Short |
Message.getShortProperty(SimpleString key)
Returns the property corresponding to the specified key as a Short.
|
java.lang.Short |
Message.getShortProperty(java.lang.String key) |
SimpleString |
Message.getSimpleStringProperty(SimpleString key)
Returns the property corresponding to the specified key as a SimpleString.
|
SimpleString |
Message.getSimpleStringProperty(java.lang.String key) |
java.lang.String |
Message.getStringProperty(SimpleString key)
Returns the property corresponding to the specified key as a String.
|
java.lang.String |
Message.getStringProperty(java.lang.String key) |
void |
Message.putObjectProperty(SimpleString key,
java.lang.Object value)
Puts an Object property in this message.
|
void |
Message.putObjectProperty(java.lang.String key,
java.lang.Object value) |
Copyright © 2009 Red Hat Inc. All Rights Reserved.