Uses of Class
com.swiftmq.jms.MessageImpl
-
-
Uses of MessageImpl in com.swiftmq.jms
Subclasses of MessageImpl in com.swiftmq.jms Modifier and Type Class Description classBytesMessageImplImplementation of a BytesMessage.classMapMessageImplImplementation of a MapMessage.classObjectMessageImplImplementation of a ObjectMessage.classStreamMessageImplImplementation of a StreamMessage.classTextMessageImplImplementation of a TextMessage.Methods in com.swiftmq.jms that return MessageImpl Modifier and Type Method Description static MessageImplMessageImpl. createInstance(int type)Methods in com.swiftmq.jms with parameters of type MessageImpl Modifier and Type Method Description booleanSwiftMQMessageConsumer. acknowledgeMessage(MessageImpl message) -
Uses of MessageImpl in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return MessageImpl Modifier and Type Method Description static MessageImplSMQPUtil. getMessage(ProduceMessageRequest request)MessageImplProduceMessageRequest. getSingleMessage()static MessageImplSMQPUtil. toMessage(byte[] b)Methods in com.swiftmq.jms.smqp.v750 with parameters of type MessageImpl Modifier and Type Method Description voidProduceMessageRequest. setSingleMessage(MessageImpl singleMessage)static byte[]SMQPUtil. toBytes(MessageImpl msg)Constructors in com.swiftmq.jms.smqp.v750 with parameters of type MessageImpl Constructor Description ProduceMessageRequest(int dispatchId, int queueProducerId, MessageImpl singleMessage, byte[] messageCopy)ProduceMessageRequest(RequestRetryValidator validator, int dispatchId, int queueProducerId, MessageImpl singleMessage, byte[] messageCopy) -
Uses of MessageImpl in com.swiftmq.jms.v750
Methods in com.swiftmq.jms.v750 with parameters of type MessageImpl Modifier and Type Method Description booleanMessageConsumerImpl. acknowledgeMessage(MessageImpl message)booleanConnectionConsumerImpl. isDuplicate(MessageImpl msg)voidConnectionConsumerImpl. markInProgress(MessageImpl msg, java.lang.String messageId)voidConnectionConsumerImpl. removeFromDuplicateLog(MessageImpl msg)voidSessionImpl. storeTransactedMessage(MessageProducerImpl producer, MessageImpl msg)voidConnectionConsumerImpl. unmarkInProgress(MessageImpl msg, java.lang.String messageId) -
Uses of MessageImpl in com.swiftmq.ms
Methods in com.swiftmq.ms with parameters of type MessageImpl Modifier and Type Method Description booleanMessageSelector. isSelected(MessageImpl message) -
Uses of MessageImpl in com.swiftmq.ms.artemis
Methods in com.swiftmq.ms.artemis with parameters of type MessageImpl Modifier and Type Method Description booleanMessageSelector. isSelected(MessageImpl message) -
Uses of MessageImpl in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return MessageImpl Modifier and Type Method Description MessageImplMessageEntry. getMessage()Returns the message.Methods in com.swiftmq.swiftlet.queue with parameters of type MessageImpl Modifier and Type Method Description abstract booleanAbstractQueue. hasReceiver(MessageImpl message)Checks all registered receivers and, if set, their message selectors whether this message will be received by one of them.booleanQueuePushTransaction. hasReceiver(MessageImpl message)Checks all registered receivers and, if set, their message selectors whether this message will be received by one of them.booleanSelector. isSelected(MessageImpl message)Returns true if the message matches the selector criteriabooleanWireTapSubscriber. isSelected(MessageImpl message)abstract voidAbstractQueue. putMessage(java.lang.Object transactionId, MessageImpl message)Put a message into the queuevoidQueuePushTransaction. putMessage(MessageImpl message)Put a message into the queuevoidWireTap. putMessage(MessageImpl message)voidWireTapSubscriber. putMessage(MessageImpl message)voidMessageEntry. setMessage(MessageImpl message)Sets the message.Constructors in com.swiftmq.swiftlet.queue with parameters of type MessageImpl Constructor Description MessageEntry(MessageIndex messageIndex, MessageImpl message)Create a new MessageEntry. -
Uses of MessageImpl in com.swiftmq.swiftlet.store
Fields in com.swiftmq.swiftlet.store declared as MessageImpl Modifier and Type Field Description MessageImplStoreEntry. message -
Uses of MessageImpl in com.swiftmq.tools.tracking
Methods in com.swiftmq.tools.tracking with parameters of type MessageImpl Modifier and Type Method Description voidMessageTracker. track(MessageImpl msg, java.lang.String[] callStack, java.lang.String operation)
-