Uses of Interface
com.documentum.fc.client.mq.IDfMessage
Packages that use IDfMessage
-
Uses of IDfMessage in com.documentum.fc.client.mq
Methods in com.documentum.fc.client.mq that return IDfMessageModifier and TypeMethodDescriptionIDfMessageQueue.acquireNext()Returns the next ready message with the highest priority and the earliest creation_time, sets the message to 'acquired' state.IDfMessageQueue.acquireNext(String recipient) Returns the next available ready message with the highest priority and earliest creation time that is addressed the specified recipient.IDfMessageQueue.createMessage()Creates a message object that implements IDfMessage.Returns the message for the given message id.Methods in com.documentum.fc.client.mq that return types with arguments of type IDfMessageModifier and TypeMethodDescriptionIDfMessageQueue.acquireNextBatch(int batchSize) Returns as a collection the next uptocountready messages with the highest priority and earliest creation_time, sets their state to 'acquired'.IDfMessageQueue.acquireNextBatch(int batchSize, String recipient) Returns as a collection the next uptocountready message whose recipient matches the specified message recipient, sets their state to 'acquired'.IDfMessageQueue.get(int state) Returns as a collection all the messages in the given state. if any,nullotherwiseReturns as a collection all the messages that satisfy the specified predicates.Methods in com.documentum.fc.client.mq with parameters of type IDfMessageModifier and TypeMethodDescriptionvoidIDfMessageQueue.acknowledge(IDfMessage message, boolean success, String description) Acknoeledges to message queue the delivery status of the specified message.voidIDfMessageQueue.save(IDfMessage msg) Adds a message to the queue.Method parameters in com.documentum.fc.client.mq with type arguments of type IDfMessageModifier and TypeMethodDescriptionvoidIDfMessageQueue.acknowledge(Collection<IDfMessage> messages, boolean success, String description) Acknowledges to message server the delivery status of the specified message.