Groovy Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A


B


C

changeMessageStatus(String, String, String) - Method in MessageServiceClient
Change the status on a message in a queue
createQueue(String, List, List, List) - Method in MessageServiceClient
Create a new queue
createQueueMessage(String, String, Map) - Method in MessageServiceClient
Create a new message in a queue
createTopic(String, List, List, List) - Method in MessageServiceClient
Create a new topic
createTopicMessage(String, String, Map) - Method in MessageServiceClient
Create a new message in a topic

D

deleteQueue(String) - Method in MessageServiceClient
Delete Queue
deleteQueueMessage(String, String) - Method in MessageServiceClient
Delete a message from a queue
deleteTopic(String) - Method in MessageServiceClient
Delete Topic

E


F


G

getInProgressMessages(String) - Method in MessageServiceClient
Get a list of all messages in a queue with the status 'in-progress'
getQueueList() - Method in MessageServiceClient
Get a list of all message queues
getQueueMessage(String) - Method in MessageServiceClient
Get oldest "pending" message in a queue
getTopicList() - Method in MessageServiceClient
Get a list of all message topics
getTopicMessages(String, def, def) - Method in MessageServiceClient
Get a list of all messages in a topic

H


I


J


K


L


M

MessageServiceClient - Class in edu.usf.MessageService
Groovy Client for MessageService
MessageServiceClient(String) - Constructor in MessageServiceClient
@param messageHost URL of the MessageService Host (Example: https://server.example.edu)

N


O


P

peek(String, Integer) - Method in MessageServiceClient
Get a list of messages in a queue without changing their status

Q


R


S

setCredentials(String, String) - Method in MessageServiceClient
Set the username and password for MessageService access
setKeyStoreLocation(String, String) - Method in MessageServiceClient
Set the location and password of the Java Trust Store to use for this connection.
setMessageBasePath(String) - Method in MessageServiceClient
Set the base location of the MessageService deployment.
setQueueFileLocation(String) - Method in MessageServiceClient
Set the directory to write local queue files to in case of a MessageService outage or error

T

trustAllCerts() - Method in MessageServiceClient
Disable certificate validation and trust the certificate of any server we connect to.

U


V


W


X


Y


Z


_


Groovy Documentation