Uses of Class
com.swiftmq.impl.streams.comp.message.Message
Packages that use Message
Package
Description
-
Uses of Message in com.swiftmq.impl.streams
Methods in com.swiftmq.impl.streams that return MessageMethods in com.swiftmq.impl.streams with parameters of type Message -
Uses of Message in com.swiftmq.impl.streams.comp.io
Methods in com.swiftmq.impl.streams.comp.io that return MessageModifier and TypeMethodDescriptionInput.current()
Returns the current Message of this Input.ManagementInput.current()
QueueInput.current()
QueueWireTapInput.current()
TopicInput.current()
QueueWireTapInput.next()
Internal use.Methods in com.swiftmq.impl.streams.comp.io with parameters of type MessageModifier and TypeMethodDescriptionSets the current Message on this Input.Sends a Message. -
Uses of Message in com.swiftmq.impl.streams.comp.memory
Methods in com.swiftmq.impl.streams.comp.memory that return MessageModifier and TypeMethodDescriptionHeapMemory.at
(int index) abstract Message
Memory.at
(int index) Returns the Message at the index.QueueMemory.at
(int index) Memory.first()
Returns the first Message of this Memory.Memory.last()
Returns the last Message of this Memory.Returns the Message with the maximum value of a Property.Returns the Message with the minimum value of a Property.Methods in com.swiftmq.impl.streams.comp.memory with parameters of type MessageModifier and TypeMethodDescriptionabstract Memory
Add a Message to the Memory.Adds a Message to this MemoryGroup.protected void
Memory.addToIndexes
(String key, Message message) void
Single method to be executed for each Message of a Memoryprotected long
Memory.getStoreTime
(Message message) protected boolean
protected void
Memory.removeFromIndexes
(String key, Message message) Constructors in com.swiftmq.impl.streams.comp.memory with parameters of type Message -
Uses of Message in com.swiftmq.impl.streams.comp.message
Subclasses of Message in com.swiftmq.impl.streams.comp.messageModifier and TypeClassDescriptionclass
Facade to wrap a javax.jms.BytesMessage.class
Facade to wrap a javax.jms.MapMessageclass
Facade to wrap a javax.jms.ObjectMessage.class
Facade to wrap a javax.jms.StreamMessage.class
Facade to wrap a javax.jms.TextMessage.Methods in com.swiftmq.impl.streams.comp.message that return MessageModifier and TypeMethodDescriptionProperty.clear()
Clears the property value.Message.clearBody()
Clears the message body.MessageBuilder.copyMessage
(Message msg) Internal use only.Message.copyProperties
(Message source) Internal use only.Message.correlationId
(String s) Sets the JMS correlation ID.Message.expiration
(long exp) Sets the JMS expirationMessageBuilder.message()
Returns a new Message facade.Sets the JMS message ID.Message.nonpersistent()
Marks this Message as non-persistent.Message.onMessageEnabled
(boolean onMessageEnabled) Can be set to false in an Input callback to disable calling the onMessage Callback with this Message.Message.persistent()
Marks this Message as persistent.Message.priority
(int prio) Sets the JMS priority.Message.replyTo
(Destination destination) Sets the replyTo addressSets the value.Message.timestamp
(long timestamp) Sets the JMS timestampMessageBuilder.wrap
(MessageImpl impl) Internal use only.Methods in com.swiftmq.impl.streams.comp.message with parameters of type MessageModifier and TypeMethodDescriptionMessageBuilder.copyMessage
(Message msg) Internal use only.Message.copyProperties
(Message source) Internal use only.Constructors in com.swiftmq.impl.streams.comp.message with parameters of type Message -
Uses of Message in com.swiftmq.impl.streams.processor.po
Methods in com.swiftmq.impl.streams.processor.po that return MessageConstructors in com.swiftmq.impl.streams.processor.po with parameters of type MessageModifierConstructorDescriptionPOMgmtMessage
(Semaphore semaphore, ManagementProcessor managementProcessor, Message message)