Skip navigation links
A C D E F G I J M N O P R S T U V W 

A

AbstractJMS11Client - Class in net.relaysoft.robot.jms.client
Abstract JMS API 1.1 version specific implementation of JMS client wrapper interface.
AbstractJMS11Client(String) - Constructor for class net.relaysoft.robot.jms.client.AbstractJMS11Client
Create new JMS client version 1.1 instance.
AbstractJMS20Client - Class in net.relaysoft.robot.jms.client
Abstract JMS API 2.x version specific implementation of JMS client wrapper interface.
AbstractJMS20Client(String) - Constructor for class net.relaysoft.robot.jms.client.AbstractJMS20Client
Create new JMS client version 2.0 instance.
AbstractJMSClient - Class in net.relaysoft.robot.jms.client
Abstract base implementation of JMS client wrapper interface.
AbstractJMSClient(String) - Constructor for class net.relaysoft.robot.jms.client.AbstractJMSClient
Create new abstract JMS client instance.
ActiveMQ11Client - Class in net.relaysoft.robot.jms.client
ActiveMQ provider JMS API 1.1 version specific implementation of JMS client wrapper interface.
ActiveMQ11Client(String) - Constructor for class net.relaysoft.robot.jms.client.ActiveMQ11Client
Creates new ActiveMQ client instance.
addMessage(Message) - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
Add JMS message instance into client's internal storage.

C

clearMessages() - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
clearMessages() - Method in interface net.relaysoft.robot.jms.client.JMSClient
Clear all read messages from client's storage.
clearMessages() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
closeConnection() - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
closeConnection() - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
closeConnection() - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
closeConnection() - Method in interface net.relaysoft.robot.jms.client.JMSClient
Permanently closes JMS client connection.
closeConnection() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
CONNECTION_FACTORY_NAME - Static variable in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
constructObject(Class<?>) - Static method in class net.relaysoft.robot.jms.utils.ReflectionUtil
Construct new object from class object.
ConversionException - Exception in net.relaysoft.robot.jms.exceptions
Conversion exception is thrown when conversion between JMS message types fails.
ConversionException() - Constructor for exception net.relaysoft.robot.jms.exceptions.ConversionException
 
ConversionException(String) - Constructor for exception net.relaysoft.robot.jms.exceptions.ConversionException
 
ConversionException(Throwable) - Constructor for exception net.relaysoft.robot.jms.exceptions.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception net.relaysoft.robot.jms.exceptions.ConversionException
 
ConversionException(String, Throwable, boolean, boolean) - Constructor for exception net.relaysoft.robot.jms.exceptions.ConversionException
 
convertByteArrayToMap(byte[]) - Static method in class net.relaysoft.robot.jms.utils.MessageContentUtils
Converts serialized map byte array into map.
convertMapToByteArray(Map<String, Object>) - Static method in class net.relaysoft.robot.jms.utils.MessageContentUtils
Convert map object into byte array.
CORRELATION_ID - Static variable in class net.relaysoft.robot.jms.utils.MessageParameterNames
 
createClass(String) - Static method in class net.relaysoft.robot.jms.utils.ReflectionUtil
Create class from class name.
createConnectionFactory(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
Create new JMS provider specific connection factory instance.
createConnectionFactory(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.ActiveMQ11Client
 
createConnectionFactory(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.DefaultJMS11Client
 
createConnectionFactory(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.DefaultJMS20Client
 
createConnectionFactory(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.IBMMQ11Client
 
createConnectionFactory(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.IBMMQ20Client
 
createTemporaryQueue() - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
createTemporaryQueue() - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
createTemporaryQueue() - Method in interface net.relaysoft.robot.jms.client.JMSClient
Create new temporary queue.
createTemporaryQueue() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
createTemporaryTopic() - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
createTemporaryTopic() - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
createTemporaryTopic() - Method in interface net.relaysoft.robot.jms.client.JMSClient
Create new temporary topic.
createTemporaryTopic() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 

D

DEFAULT_TIMEOUT - Static variable in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
DefaultJMS11Client - Class in net.relaysoft.robot.jms.client
Default JMS version 1 client implementation.
DefaultJMS11Client(String) - Constructor for class net.relaysoft.robot.jms.client.DefaultJMS11Client
 
DefaultJMS20Client - Class in net.relaysoft.robot.jms.client
Default JMS version 2 client implementation.
DefaultJMS20Client(String) - Constructor for class net.relaysoft.robot.jms.client.DefaultJMS20Client
Create new JMS client instance.
deleteTemporaryQueue(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
deleteTemporaryQueue(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
deleteTemporaryQueue(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Deletes temporary queue.
deleteTemporaryQueue(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
deleteTemporaryTopic(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
deleteTemporaryTopic(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
deleteTemporaryTopic(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Deletes temporary topic.
deleteTemporaryTopic(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
DELIVERY_DELAY - Static variable in class net.relaysoft.robot.jms.utils.MessageParameterNames
 
DELIVERY_MODE - Static variable in class net.relaysoft.robot.jms.utils.MessageParameterNames
 

E

executeMethod(Class<?>, Object, String, Class<?>[], Object[]) - Static method in class net.relaysoft.robot.jms.utils.ReflectionUtil
Execute method in object.

F

factory - Variable in class net.relaysoft.robot.jms.client.AbstractJMSClient
 

G

getClientID() - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
getClientID() - Method in interface net.relaysoft.robot.jms.client.JMSClient
 
getClientID() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getJMSClient(String) - Static method in class net.relaysoft.robot.jms.client.JMSClientFactory
Create new JMS client wrapper.
getJMSClient(String, int) - Static method in class net.relaysoft.robot.jms.client.JMSClientFactory
Create new JMS client wrapper.
getJMSClient(String, int, String) - Static method in class net.relaysoft.robot.jms.client.JMSClientFactory
Create new JMS client wrapper.
getKeywordDocumentation(String) - Method in class JMS
 
getMessage(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
Get read message by this client instance.
getMessageByteContent(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageByteContent(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageByteContent(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return byte message's byte content.
getMessageByteContent(String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageByteContent(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageByteContent() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageCorrelationID(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageCorrelationID(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageCorrelationID(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's correlation ID
getMessageCorrelationID(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageCorrelationID() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageDestinationName(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageDestinationName(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageDestinationName(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's target destination (Queue or Topic) name.
getMessageDestinationName(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageDestinationName() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageExpirationTime(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageExpirationTime(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageExpirationTime(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's expiration time in milliseconds.
getMessageExpirationTime(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageExpirationTime() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageID(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageID(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageID(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's unique ID.
getMessageID() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageMapContent(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageMapContent(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageMapContent(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return map message's map content.
getMessageMapContent(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageMapContent() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessagePriority(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessagePriority(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessagePriority(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's priority value from 1-9.
getMessagePriority(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessagePriority() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageProperty(String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageProperty(String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageProperty(String, String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message property value
getMessageProperty(String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageProperty(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageReplyToQueue(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageReplyToQueue(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageReplyToQueue(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's reply to queue (or topic) target destination.
getMessageReplyToQueue(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageReplyToQueue() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageTextContent(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageTextContent(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageTextContent(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return text message's string content.
getMessageTextContent(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageTextContent() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageTimestamp(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageTimestamp(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageTimestamp(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's latest timestamp.
getMessageTimestamp(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageTimestamp() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageType(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getMessageType(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getMessageType(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return message's JMS type.
getMessageType(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getMessageType() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
getQueueDepth(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
getQueueDepth(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
getQueueDepth(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Return specified queue current depth (Amount of unread messages in queue).
getQueueDepth(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 

I

IBMMQ11Client - Class in net.relaysoft.robot.jms.client
IBM MQ provider JMS API 1.1 version specific implementation of JMS client wrapper interface.
IBMMQ11Client(String) - Constructor for class net.relaysoft.robot.jms.client.IBMMQ11Client
Creates new IBM MQ client instance.
IBMMQ20Client - Class in net.relaysoft.robot.jms.client
IBM MQ provider JMS API 2.0 version specific implementation of JMS client wrapper interface.
IBMMQ20Client(String) - Constructor for class net.relaysoft.robot.jms.client.IBMMQ20Client
Creates new IBM MQ client instance.
initializeClient(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
initializeClient(Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
initializeClient(Map<String, Object>) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Initializes current JMS client wrapper.
initializeClient(String, Map<String, Object>, String, Integer) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
initializeClient(String, Map<String, Object>, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
initializeClient(String, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
initializeClientFromFile(String, String, String, Integer) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
initializeClientFromFile(String, String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
initializeClientFromFile(String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
INVALID_MESSAGE_EXCEPTION - Static variable in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
isBlank(String) - Static method in class net.relaysoft.robot.jms.utils.StringUtils
Checks whether string is null or empty.
isConnected() - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
isNotBlank(String) - Static method in class net.relaysoft.robot.jms.utils.StringUtils
Checks whether string is not null or empty.

J

JMS - Class in <Unnamed>
Robot framework JMS library.
JMS() - Constructor for class JMS
 
JMS_VERSION_1 - Static variable in class net.relaysoft.robot.jms.client.JMSClientFactory
 
JMS_VERSION_2 - Static variable in class net.relaysoft.robot.jms.client.JMSClientFactory
 
JMSClient - Interface in net.relaysoft.robot.jms.client
JMS client for controlling operations against message queue provider.
JMSClientException - Exception in net.relaysoft.robot.jms.exceptions
Generic JMS client exception.
JMSClientException() - Constructor for exception net.relaysoft.robot.jms.exceptions.JMSClientException
 
JMSClientException(String) - Constructor for exception net.relaysoft.robot.jms.exceptions.JMSClientException
 
JMSClientException(Throwable) - Constructor for exception net.relaysoft.robot.jms.exceptions.JMSClientException
 
JMSClientException(String, Throwable) - Constructor for exception net.relaysoft.robot.jms.exceptions.JMSClientException
 
JMSClientException(String, Throwable, boolean, boolean) - Constructor for exception net.relaysoft.robot.jms.exceptions.JMSClientException
 
JMSClientFactory - Class in net.relaysoft.robot.jms.client
Factory for creating JMS client wrappers.
JMSKeywords - Class in net.relaysoft.robot.jms.keywords
 
JMSKeywords() - Constructor for class net.relaysoft.robot.jms.keywords.JMSKeywords
 

M

MessageContentUtils - Class in net.relaysoft.robot.jms.utils
Utility class for JMS message content handling.
MessageParameterNames - Class in net.relaysoft.robot.jms.utils
JMS message parameter names.
MessageTypeEnum - Enum in net.relaysoft.robot.jms.utils
 

N

net.relaysoft.robot.jms.client - package net.relaysoft.robot.jms.client
 
net.relaysoft.robot.jms.exceptions - package net.relaysoft.robot.jms.exceptions
 
net.relaysoft.robot.jms.keywords - package net.relaysoft.robot.jms.keywords
 
net.relaysoft.robot.jms.utils - package net.relaysoft.robot.jms.utils
 

O

openConnection() - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
openConnection(String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
openConnection() - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
openConnection(String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
openConnection() - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
openConnection() - Method in interface net.relaysoft.robot.jms.client.JMSClient
Open new connection into MQ provider/broker.
openConnection(String, String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Open new connection into MQ provider/broker.
openConnection(String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
openConnection() - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 

P

PARAM_BROKER_URL - Static variable in class net.relaysoft.robot.jms.client.ActiveMQ11Client
 
PARAM_CHANNEL - Static variable in class net.relaysoft.robot.jms.client.IBMMQ11Client
 
PARAM_CHANNEL - Static variable in class net.relaysoft.robot.jms.client.IBMMQ20Client
 
PARAM_HOSTNAME - Static variable in class net.relaysoft.robot.jms.client.IBMMQ11Client
 
PARAM_HOSTNAME - Static variable in class net.relaysoft.robot.jms.client.IBMMQ20Client
 
PARAM_PORT - Static variable in class net.relaysoft.robot.jms.client.IBMMQ11Client
 
PARAM_PORT - Static variable in class net.relaysoft.robot.jms.client.IBMMQ20Client
 
PARAM_QUEUE_MANAGER - Static variable in class net.relaysoft.robot.jms.client.IBMMQ11Client
 
PARAM_QUEUE_MANAGER - Static variable in class net.relaysoft.robot.jms.client.IBMMQ20Client
 
PARAM_TRANSPORT_TYPE - Static variable in class net.relaysoft.robot.jms.client.IBMMQ11Client
 
PARAM_TRANSPORT_TYPE - Static variable in class net.relaysoft.robot.jms.client.IBMMQ20Client
 
peekFromQueue(String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
peekFromQueue(String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
peekFromQueue(String, String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Peek first message from the queue.
printOut(String) - Static method in class net.relaysoft.robot.jms.utils.PrintUtil
Print INFO into robot log output.
PrintUtil - Class in net.relaysoft.robot.jms.utils
Utility class for printing into robot framework output log.
PRIORITY - Static variable in class net.relaysoft.robot.jms.utils.MessageParameterNames
 
PROVIDER_ACTIVEMQ - Static variable in class net.relaysoft.robot.jms.client.JMSClientFactory
 
PROVIDER_IBMMQ - Static variable in class net.relaysoft.robot.jms.client.JMSClientFactory
 
PROVIDER_JNDI - Static variable in class net.relaysoft.robot.jms.client.JMSClientFactory
 
publishIntoTopic(String, String, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
publishIntoTopic(String, byte[], Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
publishIntoTopic(String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
publishIntoTopic(String, String, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
publishIntoTopic(String, byte[], Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
publishIntoTopic(String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
publishIntoTopic(String, String, Map<String, Object>, Map<String, Object>) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Publish new message into topic.
publishIntoTopic(String, byte[], Map<String, Object>, Map<String, Object>) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Publish new message into topic.
publishIntoTopic(String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Publish new message into topic.
publishIntoTopic(String, Object, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
publishIntoTopic(String, Object, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
publishIntoTopic(String, Object) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
publishIntoTopicFromFile(String, String, String, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
publishIntoTopicFromFile(String, String, String, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
publishIntoTopicFromFile(String, String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
publishIntoTopicFromFile(String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
purgeQueue(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
purgeQueue(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
purgeQueue(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Remove all messages from specified queue.
purgeQueue(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 

R

readFromQueue(String, long, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
readFromQueue(String, long, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
readFromQueue(String, long, String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Read single message from the queue.
readFromQueue(String, Long, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
readFromQueue(String, Long) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
readFromQueue(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
readFromTopic(String, long) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
readFromTopic(String, long) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
readFromTopic(String, long) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Read single message from the topic.
readFromTopic(String, Long) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
readFromTopic(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
ReflectionUtil - Class in net.relaysoft.robot.jms.utils
Utility class for reflection handling.
REPLY_TO - Static variable in class net.relaysoft.robot.jms.utils.MessageParameterNames
 
resolveMessageType(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
resolveMessageType(Message) - Method in class net.relaysoft.robot.jms.client.AbstractJMSClient
Resolves JMS message's type.
resolveMessageType(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Resolve JMS message's type.
ROBOT_LIBRARY_SCOPE - Static variable in class JMS
 
ROBOT_LIBRARY_VERSION - Static variable in class JMS
 

S

StringUtils - Class in net.relaysoft.robot.jms.utils
The StringUtils class defines helper methods related to String handling.
subscribeTopic(String, String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
subscribeTopic(String, String, String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
subscribeTopic(String, String, String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Make new durable subscription into topic.
subscribeTopic(String, String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
subscribeTopic(String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 

T

temporaryConsumers - Variable in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
temporaryDestinations - Variable in class net.relaysoft.robot.jms.client.AbstractJMSClient
 
TIME_TO_LIVE - Static variable in class net.relaysoft.robot.jms.utils.MessageParameterNames
 
TYPE - Static variable in class net.relaysoft.robot.jms.utils.MessageParameterNames
 

U

unsubscribeTopic(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
unsubscribeTopic(String) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
unsubscribeTopic(String) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Cancel made durable subscription for the topic.
unsubscribeTopic(String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 

V

valueOf(String) - Static method in enum net.relaysoft.robot.jms.utils.MessageTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.relaysoft.robot.jms.utils.MessageTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeIntoQueue(String, String, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
writeIntoQueue(String, byte[], Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
writeIntoQueue(String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS11Client
 
writeIntoQueue(String, String, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
writeIntoQueue(String, byte[], Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
writeIntoQueue(String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.client.AbstractJMS20Client
 
writeIntoQueue(String, String, Map<String, Object>, Map<String, Object>) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Write new message into queue
writeIntoQueue(String, byte[], Map<String, Object>, Map<String, Object>) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Write new message into queue
writeIntoQueue(String, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in interface net.relaysoft.robot.jms.client.JMSClient
Write new message into queue
writeIntoQueue(String, Object, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
writeIntoQueue(String, Object, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
writeIntoQueue(String, Object) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
writeIntoQueueFromFile(String, String, String, Map<String, Object>, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
writeIntoQueueFromFile(String, String, String, Map<String, Object>) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
writeIntoQueueFromFile(String, String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
writeIntoQueueFromFile(String, String) - Method in class net.relaysoft.robot.jms.keywords.JMSKeywords
 
A C D E F G I J M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.