public class GcMessageAcknowledge extends Object
Constructor and Description |
---|
GcMessageAcknowledge() |
Modifier and Type | Method and Description |
---|---|
GcMessageAcknowledge |
addMessageId(String messageId)
add a message to the list
|
GcMessageAcknowledge |
addParam(String paramName,
String paramValue)
add a param to the list
|
GcMessageAcknowledge |
addParam(WsParam wsParam)
add a param to the list
|
GcMessageAcknowledge |
assignAcknowledgeType(String theAcknowledgeType) |
GcMessageAcknowledge |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any
|
GcMessageAcknowledge |
assignAnotherQueueOrTopicName(String theAnotherQueueOrTopicName) |
GcMessageAcknowledge |
assignAnotherQueueType(String theAnotherQueueOrTopic) |
GcMessageAcknowledge |
assignClientVersion(String theClientVersion)
assign client version
|
GcMessageAcknowledge |
assignMessageSystemName(String theMessageSystemName) |
GcMessageAcknowledge |
assignQueueOrTopicName(String theQueueOrTopicName) |
WsMessageAcknowledgeResults |
execute()
execute the call and return the results.
|
public GcMessageAcknowledge assignAcknowledgeType(String theAcknowledgeType)
theAcknowledgeType
- mark_as_processed, return_to_queue, return_to_end_of_queue, send_to_another_queuepublic GcMessageAcknowledge assignAnotherQueueOrTopicName(String theAnotherQueueOrTopicName)
theAnotherQueueOrTopicName
- public GcMessageAcknowledge assignAnotherQueueType(String theAnotherQueueOrTopic)
theAnotherQueueOrTopic
- public GcMessageAcknowledge addMessageId(String messageId)
messageId
- public GcMessageAcknowledge assignQueueOrTopicName(String theQueueOrTopicName)
theQueueOrTopicName
- public GcMessageAcknowledge assignMessageSystemName(String theMessageSystemName)
theMessageSystemName
- public GcMessageAcknowledge addParam(String paramName, String paramValue)
paramName
- paramValue
- public GcMessageAcknowledge addParam(WsParam wsParam)
wsParam
- public GcMessageAcknowledge assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
- public GcMessageAcknowledge assignClientVersion(String theClientVersion)
theClientVersion
- public WsMessageAcknowledgeResults execute()
Copyright © 2020 Internet2. All rights reserved.