Modifier and Type | Method and Description |
---|---|
TypedProperties |
ClientMessageInternal.getProperties() |
Modifier and Type | Field and Description |
---|---|
protected TypedProperties |
MessageImpl.properties |
Modifier and Type | Method and Description |
---|---|
TypedProperties |
MessageImpl.getProperties() |
TypedProperties |
MessageImpl.getTypedProperties() |
TypedProperties |
MessageInternal.getTypedProperties() |
Modifier and Type | Method and Description |
---|---|
Message |
MessageImpl.putTypedProperties(TypedProperties otherProps) |
Constructor and Description |
---|
MessageImpl(MessageImpl other,
TypedProperties properties) |
Constructor and Description |
---|
ServerMessageImpl(ServerMessageImpl other,
TypedProperties properties) |
Modifier and Type | Method and Description |
---|---|
TypedProperties |
Notification.getProperties() |
Constructor and Description |
---|
Notification(String uid,
NotificationType type,
TypedProperties properties) |
Modifier and Type | Method and Description |
---|---|
static TypedProperties |
MapMessageUtil.readBodyMap(ActiveMQBuffer message)
Utility method to set the map on a message body
|
Modifier and Type | Method and Description |
---|---|
static void |
MapMessageUtil.readBodyMap(ActiveMQBuffer message,
TypedProperties map)
Utility method to set the map on a message body
|
static void |
MapMessageUtil.writeBodyMap(ActiveMQBuffer message,
TypedProperties properties)
Utility method to set the map on a message body
|
Modifier and Type | Method and Description |
---|---|
void |
TypedProperties.putTypedProperties(TypedProperties otherProps) |
static void |
TypedProperties.setObjectProperty(SimpleString key,
Object value,
TypedProperties properties)
Helper for MapMessage#setObjectProperty(String, Object)
|
Constructor and Description |
---|
TypedProperties(TypedProperties other) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.