Uses of Class
com.swiftmq.swiftlet.queue.MessageIndex
-
Packages that use MessageIndex Package Description com.swiftmq.jms com.swiftmq.jms.smqp.v750 com.swiftmq.jms.v750 com.swiftmq.swiftlet.queue -
-
Uses of MessageIndex in com.swiftmq.jms
Methods in com.swiftmq.jms that return MessageIndex Modifier and Type Method Description MessageIndexMessageImpl. getMessageIndex()Methods in com.swiftmq.jms with parameters of type MessageIndex Modifier and Type Method Description booleanSwiftMQSession. acknowledgeMessage(MessageIndex messageIndex)voidMessageImpl. setMessageIndex(MessageIndex messageIndex) -
Uses of MessageIndex in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return MessageIndex Modifier and Type Method Description MessageIndexFetchBrowserMessageRequest. getLastMessageIndex()MessageIndexAcknowledgeMessageRequest. getMessageIndex()MessageIndexAssociateMessageRequest. getMessageIndex()MessageIndexDeleteMessageRequest. getMessageIndex()MessageIndexMessageDeliveredRequest. getMessageIndex()Methods in com.swiftmq.jms.smqp.v750 with parameters of type MessageIndex Modifier and Type Method Description voidFetchBrowserMessageRequest. setLastMessageIndex(MessageIndex lastMessageIndex)voidAcknowledgeMessageRequest. setMessageIndex(MessageIndex messageIndex)voidAssociateMessageRequest. setMessageIndex(MessageIndex messageIndex)voidDeleteMessageRequest. setMessageIndex(MessageIndex messageIndex)voidMessageDeliveredRequest. setMessageIndex(MessageIndex messageIndex)Constructors in com.swiftmq.jms.smqp.v750 with parameters of type MessageIndex Constructor Description AcknowledgeMessageRequest(int dispatchId, int queueConsumerId, MessageIndex messageIndex)AcknowledgeMessageRequest(RequestRetryValidator validator, int dispatchId, int queueConsumerId, MessageIndex messageIndex)AssociateMessageRequest(int dispatchId, MessageIndex messageIndex, boolean duplicateDelete)AssociateMessageRequest(RequestRetryValidator validator, int dispatchId, MessageIndex messageIndex, boolean duplicateDelete)DeleteMessageRequest(int dispatchId, MessageIndex messageIndex, boolean fromReadTx)DeleteMessageRequest(RequestRetryValidator validator, int dispatchId, MessageIndex messageIndex, boolean fromReadTx)FetchBrowserMessageRequest(int dispatchId, int queueBrowserId, boolean resetRequired, MessageIndex lastMessageIndex)FetchBrowserMessageRequest(RequestRetryValidator validator, int dispatchId, int queueBrowserId, boolean resetRequired, MessageIndex lastMessageIndex)MessageDeliveredRequest(int dispatchId, int queueConsumerId, MessageIndex messageIndex, boolean duplicate)MessageDeliveredRequest(RequestRetryValidator validator, int dispatchId, int queueConsumerId, MessageIndex messageIndex, boolean duplicate) -
Uses of MessageIndex in com.swiftmq.jms.v750
Methods in com.swiftmq.jms.v750 with parameters of type MessageIndex Modifier and Type Method Description booleanSessionImpl. acknowledgeMessage(MessageIndex messageIndex) -
Uses of MessageIndex in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return MessageIndex Modifier and Type Method Description MessageIndexAbstractQueue. getIndexEntry(MessageIndex messageIndex)Returns the actual index entry (the implementation of the MessageIndex class) used for this MessageIndexMessageIndexMessageEntry. getMessageIndex()Returns the message index.Methods in com.swiftmq.swiftlet.queue with parameters of type MessageIndex Modifier and Type Method Description voidAbstractQueue. acknowledgeMessage(java.lang.Object transactionId, MessageIndex messageIndex)Acknowledges a message that was fetched within a pull transaction.voidAbstractQueue. acknowledgeMessage(java.lang.Object transactionId, MessageIndex messageIndex, AsyncCompletionCallback callback)Async acknowledges a message that was fetched within a pull transaction.voidQueuePullTransaction. acknowledgeMessage(MessageIndex messageIndex)Acknowledge a single message of this transactionvoidQueuePullTransaction. acknowledgeMessage(MessageIndex messageIndex, AsyncCompletionCallback callback)Async acknowledge a single message of this transaction and returns its size as the result of the callback.MessageIndexAbstractQueue. getIndexEntry(MessageIndex messageIndex)Returns the actual index entry (the implementation of the MessageIndex class) used for this MessageIndexMessageEntryAbstractQueue. getMessageByIndex(MessageIndex messageIndex)Returns the message with that given key.voidAbstractQueue. moveToTransaction(MessageIndex messageIndex, java.lang.Object destTxId)Moves a message with the given message index to the destination transaction.voidAbstractQueue. moveToTransaction(MessageIndex messageIndex, java.lang.Object sourceTxId, java.lang.Object destTxId)Moves a message with the given message index from the source to the destination transaction.voidQueuePullTransaction. moveToTransaction(MessageIndex messageIndex)Moves a message with the given message index to this transaction.voidQueuePullTransaction. moveToTransaction(MessageIndex messageIndex, QueuePullTransaction sourceTransaction)Moves a message with the given message index from the source to this transaction.longAbstractQueue. moveToTransactionReturnSize(MessageIndex messageIndex, java.lang.Object destTxId)Moves a message with the given message index to the destination transaction and returns the message size.longAbstractQueue. moveToTransactionReturnSize(MessageIndex messageIndex, java.lang.Object sourceTxId, java.lang.Object destTxId)Moves a message with the given message index from the source to the destination transaction and returns its size.longQueuePullTransaction. moveToTransactionReturnSize(MessageIndex messageIndex)Moves a message with the given message index to this transaction and returns its size.longQueuePullTransaction. moveToTransactionReturnSize(MessageIndex messageIndex, QueuePullTransaction sourceTransaction)Moves a message with the given message index from the source to this transaction and returns its size.voidAbstractQueue. removeMessageByIndex(MessageIndex messageIndex)Removes a message with that given key outside a queue transaction.voidQueueBrowser. setLastMessageIndex(MessageIndex lastMessageIndex)voidMessageEntry. setMessageIndex(MessageIndex messageIndex)Sets the message index.Method parameters in com.swiftmq.swiftlet.queue with type arguments of type MessageIndex Modifier and Type Method Description voidAbstractQueue. removeMessages(java.lang.Object transactionId, java.util.List<MessageIndex> messageIndexes)Remove messages from a queuevoidQueuePullTransaction. removeMessages(java.util.List<MessageIndex> messageIndexes)Remove messages from a queueConstructors in com.swiftmq.swiftlet.queue with parameters of type MessageIndex Constructor Description MessageEntry(MessageIndex messageIndex, MessageImpl message)Create a new MessageEntry.
-