Uses of Class
org.apache.activemq.artemis.utils.collections.TypedProperties
-
-
Uses of TypedProperties in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl that return TypedProperties Modifier and Type Method Description TypedPropertiesClientMessageInternal. getProperties() -
Uses of TypedProperties in org.apache.activemq.artemis.core.message.impl
Fields in org.apache.activemq.artemis.core.message.impl declared as TypedProperties Modifier and Type Field Description protected TypedPropertiesCoreMessage. propertiesMethods in org.apache.activemq.artemis.core.message.impl that return TypedProperties Modifier and Type Method Description TypedPropertiesCoreMessage. getProperties()I am keeping this synchronized as the decode of the Properties is lazyConstructors in org.apache.activemq.artemis.core.message.impl with parameters of type TypedProperties Constructor Description CoreMessage(CoreMessage other, TypedProperties copyProperties) -
Uses of TypedProperties in org.apache.activemq.artemis.core.persistence.impl.journal
Constructors in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type TypedProperties Constructor Description LargeServerMessageImpl(LargeServerMessageImpl copy, TypedProperties properties, SequentialFile fileCopy, long newID)Copy constructor -
Uses of TypedProperties in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management that return TypedProperties Modifier and Type Method Description TypedPropertiesNotification. getProperties()Constructors in org.apache.activemq.artemis.core.server.management with parameters of type TypedProperties Constructor Description Notification(String uid, NotificationType type, TypedProperties properties) -
Uses of TypedProperties in org.apache.activemq.artemis.reader
Methods in org.apache.activemq.artemis.reader that return TypedProperties Modifier and Type Method Description static TypedPropertiesMapMessageUtil. readBodyMap(ActiveMQBuffer message)Utility method to set the map on a message bodyMethods in org.apache.activemq.artemis.reader with parameters of type TypedProperties Modifier and Type Method Description static voidMapMessageUtil. readBodyMap(ActiveMQBuffer message, TypedProperties map)Utility method to set the map on a message bodystatic voidMapMessageUtil. writeBodyMap(ActiveMQBuffer message, TypedProperties properties)Utility method to set the map on a message body -
Uses of TypedProperties in org.apache.activemq.artemis.utils
Subclasses of TypedProperties in org.apache.activemq.artemis.utils Modifier and Type Class Description classTypedPropertiesDeprecated.UseinsteadConstructors in org.apache.activemq.artemis.utils with parameters of type TypedProperties Constructor Description TypedProperties(TypedProperties other)Deprecated. -
Uses of TypedProperties in org.apache.activemq.artemis.utils.collections
Methods in org.apache.activemq.artemis.utils.collections that return TypedProperties Modifier and Type Method Description TypedPropertiesTypedProperties. putProperty(SimpleString key, Object value)Methods in org.apache.activemq.artemis.utils.collections with parameters of type TypedProperties Modifier and Type Method Description voidTypedProperties. putTypedProperties(TypedProperties otherProps)static voidTypedProperties. setObjectProperty(SimpleString key, Object value, TypedProperties properties)Helper for MapMessage#setObjectProperty(String, Object)Constructors in org.apache.activemq.artemis.utils.collections with parameters of type TypedProperties Constructor Description TypedProperties(TypedProperties other)
-