- CacheExpression(Expression) - Constructor for class org.activemq.filter.mockrunner.MultiExpressionEvaluator.CacheExpression
-
- callExceptionListener() - Method in class com.mockrunner.mock.jms.MockConnection
-
- callExceptionListener(JMSException) - Method in class com.mockrunner.mock.jms.MockConnection
-
Calls the ExceptionListener
using the specified exception.
- canConsume(Message) - Method in class com.mockrunner.mock.jms.MockMessageConsumer
-
Returns if this consumer can consume an incoming message,
i.e.
- checkEqualOperand(Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
Validates that the expression can be used in == or <> expression.
- checkLessThanOperand(Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
Only Numeric expressions can be used in >, >=, < or <= expressions.
- clear() - Method in class com.mockrunner.mock.jms.MockDestination
-
Clears all current messages.
- clearBody() - Method in class com.mockrunner.mock.jms.MockBytesMessage
-
- clearBody() - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- clearBody() - Method in class com.mockrunner.mock.jms.MockMessage
-
- clearBody() - Method in class com.mockrunner.mock.jms.MockObjectMessage
-
- clearBody() - Method in class com.mockrunner.mock.jms.MockStreamMessage
-
- clearBody() - Method in class com.mockrunner.mock.jms.MockTextMessage
-
- clearConnections() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
Clears the list of connections
- clearProperties() - Method in class com.mockrunner.mock.jms.MockMessage
-
- clone() - Method in class com.mockrunner.mock.jms.MockBytesMessage
-
- clone() - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- clone() - Method in class com.mockrunner.mock.jms.MockMessage
-
- clone() - Method in class com.mockrunner.mock.jms.MockObjectMessage
-
- clone() - Method in class com.mockrunner.mock.jms.MockStreamMessage
-
- close() - Method in class com.mockrunner.mock.jms.MockConnection
-
- close() - Method in class com.mockrunner.mock.jms.MockConnectionConsumer
-
- close() - Method in class com.mockrunner.mock.jms.MockMessageConsumer
-
- close() - Method in class com.mockrunner.mock.jms.MockMessageProducer
-
- close() - Method in class com.mockrunner.mock.jms.MockQueueBrowser
-
- close() - Method in class com.mockrunner.mock.jms.MockSession
-
- closeAll() - Method in class com.mockrunner.jms.GenericTransmissionManager
-
Closes all producers.
- closeAll() - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Closes all senders, receivers, browsers, publishers and subscribers.
- closeAll() - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Closes all senders, receivers, browsers, publishers and subscribers.
- closeAllMessageProducers() - Method in class com.mockrunner.jms.GenericTransmissionManager
-
Closes all producers.
- closeAllQueueBrowsers() - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Closes all queue browsers.
- closeAllQueueReceivers() - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Closes all queue receivers.
- closeAllQueueSenders() - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Closes all queue senders.
- closeAllTopicDurableSubscribers() - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Closes all durable topic subscribers.
- closeAllTopicPublishers() - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Closes all topic publishers.
- closeAllTopicSubscribers() - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Closes all topic subscribers.
- com.mockrunner.jms - package com.mockrunner.jms
-
- com.mockrunner.mock.jms - package com.mockrunner.mock.jms
-
- commit() - Method in class com.mockrunner.mock.jms.MockSession
-
- compare(Comparable, Comparable) - Method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- ComparisonExpression - Class in org.activemq.filter.mockrunner
-
Alwin Ibba: Changed package
Alwin Ibba: Modification to be Java 1.3 compatible
A filter performing a comparison of two objects
- ComparisonExpression(Expression, Expression) - Constructor for class org.activemq.filter.mockrunner.ComparisonExpression
-
- comparisonExpression() - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- ConfigurationManager - Class in com.mockrunner.jms
-
The ConfigurationManager is used
for global settings of the JMS test framework.
- ConfigurationManager() - Constructor for class com.mockrunner.jms.ConfigurationManager
-
- configurationManager() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- connections() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- ConstantExpression - Class in org.activemq.filter.mockrunner
-
Alwin Ibba: Changed package
Represents a constant expression
- ConstantExpression(Object) - Constructor for class org.activemq.filter.mockrunner.ConstantExpression
-
- createAND(BooleanExpression, BooleanExpression) - Static method in class org.activemq.filter.mockrunner.LogicExpression
-
- createBetween(Expression, Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createBooleanCast(Expression) - Static method in class org.activemq.filter.mockrunner.UnaryExpression
-
- createBrowser(Queue) - Method in class com.mockrunner.mock.jms.MockSession
-
- createBrowser(Queue, String) - Method in class com.mockrunner.mock.jms.MockSession
-
- createBytesMessage() - Method in class com.mockrunner.jms.MessageManager
-
Creates a new BytesMessage.
- createBytesMessage() - Method in class com.mockrunner.mock.jms.MockSession
-
- createConnection() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- createConnection(String, String) - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- createConnection() - Method in class com.mockrunner.mock.jms.MockQueueConnectionFactory
-
- createConnection(String, String) - Method in class com.mockrunner.mock.jms.MockQueueConnectionFactory
-
- createConnection() - Method in class com.mockrunner.mock.jms.MockTopicConnectionFactory
-
- createConnection(String, String) - Method in class com.mockrunner.mock.jms.MockTopicConnectionFactory
-
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class com.mockrunner.mock.jms.MockConnection
-
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class com.mockrunner.mock.jms.MockQueueConnection
-
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class com.mockrunner.mock.jms.MockTopicConnection
-
- createConsumer(Destination) - Method in class com.mockrunner.mock.jms.MockSession
-
- createConsumer(Destination, String) - Method in class com.mockrunner.mock.jms.MockSession
-
- createConsumer(Destination, String, boolean) - Method in class com.mockrunner.mock.jms.MockSession
-
- createDivide(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class com.mockrunner.mock.jms.MockConnection
-
- createDurableSubscriber(Topic, String) - Method in class com.mockrunner.mock.jms.MockSession
-
- createDurableSubscriber(Topic, String, String, boolean) - Method in class com.mockrunner.mock.jms.MockSession
-
- createDurableTopicSubscriber(MockTopic, String, String, boolean) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Creates a new durable TopicSubscriber for the specified
Topic.
- createEqual(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createFloat(String) - Static method in class org.activemq.filter.mockrunner.ConstantExpression
-
- createFromDecimal(String) - Static method in class org.activemq.filter.mockrunner.ConstantExpression
-
- createFromHex(String) - Static method in class org.activemq.filter.mockrunner.ConstantExpression
-
- createFromOctal(String) - Static method in class org.activemq.filter.mockrunner.ConstantExpression
-
- createGreaterThan(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createGreaterThanEqual(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createInExpression(PropertyExpression, List, boolean) - Static method in class org.activemq.filter.mockrunner.UnaryExpression
-
- createInFilter(Expression, List) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createIsNotNull(Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createIsNull(Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createJMSMockObjectFactory() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- createJMSTestModule() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- createJMSTestModule(JMSMockObjectFactory) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- createLessThan(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createLessThanEqual(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createLike(Expression, String, String) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createMapMessage() - Method in class com.mockrunner.jms.MessageManager
-
Creates a new MapMessage.
- createMapMessage() - Method in class com.mockrunner.mock.jms.MockSession
-
- createMessage() - Method in class com.mockrunner.jms.MessageManager
-
Creates a new Message.
- createMessage() - Method in class com.mockrunner.mock.jms.MockSession
-
- createMessageProducer() - Method in class com.mockrunner.jms.GenericTransmissionManager
-
Creates a new MessageProducer.
- createMinus(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- createMockConnectionFactory() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- createMockQueueConnectionFactory() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- createMockTopicConnectionFactory() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- createMod(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- createMultiply(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- createNegate(Expression) - Static method in class org.activemq.filter.mockrunner.UnaryExpression
-
- createNOT(BooleanExpression) - Static method in class org.activemq.filter.mockrunner.UnaryExpression
-
- createNotBetween(Expression, Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createNotEqual(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createNotInFilter(Expression, List) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createNotLike(Expression, String, String) - Static method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- createObjectMessage(Serializable) - Method in class com.mockrunner.jms.MessageManager
-
Creates a new ObjectMessage.
- createObjectMessage() - Method in class com.mockrunner.mock.jms.MockSession
-
- createObjectMessage(Serializable) - Method in class com.mockrunner.mock.jms.MockSession
-
- createOR(BooleanExpression, BooleanExpression) - Static method in class org.activemq.filter.mockrunner.LogicExpression
-
- createPlus(Expression, Expression) - Static method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- createProducer(Destination) - Method in class com.mockrunner.mock.jms.MockSession
-
- createProducerForNullDestination() - Method in class com.mockrunner.mock.jms.MockQueueSession
-
- createProducerForNullDestination() - Method in class com.mockrunner.mock.jms.MockSession
-
- createProducerForNullDestination() - Method in class com.mockrunner.mock.jms.MockTopicSession
-
- createPublisher(Topic) - Method in class com.mockrunner.mock.jms.MockTopicSession
-
- createQueue(String) - Method in class com.mockrunner.jms.DestinationManager
-
- createQueue(String) - Method in class com.mockrunner.mock.jms.MockSession
-
- createQueueBrowser(MockQueue, String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Creates a new QueueBrowser for the specified
Queue.
- createQueueConnection() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- createQueueConnection(String, String) - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- createQueueReceiver(MockQueue, String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Creates a new QueueReceiver for the specified
Queue.
- createQueueSender() - Method in class com.mockrunner.jms.GenericTransmissionManager
-
Creates a new QueueSender.
- createQueueSender(MockQueue) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Creates a new QueueSender for the specified
Queue.
- createQueueSession(boolean, int) - Method in class com.mockrunner.mock.jms.MockQueueConnection
-
- createReceiver(Queue) - Method in class com.mockrunner.mock.jms.MockQueueSession
-
- createReceiver(Queue, String) - Method in class com.mockrunner.mock.jms.MockQueueSession
-
- createSender(Queue) - Method in class com.mockrunner.mock.jms.MockQueueSession
-
- createSession(boolean, int) - Method in class com.mockrunner.mock.jms.MockConnection
-
- createSession(boolean, int) - Method in class com.mockrunner.mock.jms.MockQueueConnection
-
- createSession(boolean, int) - Method in class com.mockrunner.mock.jms.MockTopicConnection
-
- createStreamMessage() - Method in class com.mockrunner.jms.MessageManager
-
Creates a new StreamMessage.
- createStreamMessage() - Method in class com.mockrunner.mock.jms.MockSession
-
- createSubscriber(Topic) - Method in class com.mockrunner.mock.jms.MockTopicSession
-
- createSubscriber(Topic, String, boolean) - Method in class com.mockrunner.mock.jms.MockTopicSession
-
- createTemporaryQueue() - Method in class com.mockrunner.mock.jms.MockSession
-
- createTemporaryTopic() - Method in class com.mockrunner.mock.jms.MockSession
-
- createTextMessage(String) - Method in class com.mockrunner.jms.MessageManager
-
Creates a new TextMessage.
- createTextMessage() - Method in class com.mockrunner.mock.jms.MockSession
-
- createTextMessage(String) - Method in class com.mockrunner.mock.jms.MockSession
-
- createTopic(String) - Method in class com.mockrunner.jms.DestinationManager
-
- createTopic(String) - Method in class com.mockrunner.mock.jms.MockSession
-
- createTopicConnection() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- createTopicConnection(String, String) - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- createTopicPublisher() - Method in class com.mockrunner.jms.GenericTransmissionManager
-
Creates a new TopicPublisher.
- createTopicPublisher(MockTopic) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Creates a new TopicPublisher for the specified
Topic.
- createTopicSession(boolean, int) - Method in class com.mockrunner.mock.jms.MockTopicConnection
-
- createTopicSubscriber(MockTopic, String, boolean) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Creates a new TopicSubscriber for the specified
Topic.
- curChar - Variable in class org.activemq.selector.mockrunner.SelectorParserTokenManager
-
- currentToken - Variable in exception org.activemq.selector.mockrunner.ParseException
-
This is the last token that has been consumed successfully.
- enable_tracing() - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- encodeString(String) - Static method in class org.activemq.filter.mockrunner.ConstantExpression
-
Encodes the value of string so that it looks like it would look like
when it was provided in a selector.
- endColumn - Variable in class org.activemq.selector.mockrunner.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine - Variable in class org.activemq.selector.mockrunner.Token
-
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- EOF - Static variable in interface org.activemq.selector.mockrunner.SelectorParserConstants
-
- eol - Variable in exception org.activemq.selector.mockrunner.ParseException
-
The end of line string for this machine.
- equalityExpression() - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- equals(Object) - Method in class com.mockrunner.mock.jms.MockBytesMessage
-
Compares the underlying byte data.
- equals(Object) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
Compares the underlying map data.
- equals(Object) - Method in class com.mockrunner.mock.jms.MockObjectMessage
-
Calls the equals method of the underlying
object.
- equals(Object) - Method in class com.mockrunner.mock.jms.MockStreamMessage
-
Compares the underlying stream data.
- equals(Object) - Method in class com.mockrunner.mock.jms.MockTextMessage
-
Compares the underlying String.
- equals(Object) - Method in class org.activemq.filter.mockrunner.BinaryExpression
-
TODO: more efficient hashCode()
- equals(Object) - Method in class org.activemq.filter.mockrunner.ConstantExpression
-
TODO: more efficient hashCode()
- equals(Object) - Method in class org.activemq.filter.mockrunner.MultiExpressionEvaluator.CacheExpression
-
- equals(Object) - Method in class org.activemq.filter.mockrunner.PropertyExpression
-
- equals(Object) - Method in class org.activemq.filter.mockrunner.UnaryExpression
-
TODO: more efficient hashCode()
- ESCAPE - Static variable in interface org.activemq.selector.mockrunner.SelectorParserConstants
-
- evaluate(Message) - Method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- evaluate(Object, Object) - Method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- evaluate(Message) - Method in class org.activemq.filter.mockrunner.ComparisonExpression
-
- evaluate(Message) - Method in class org.activemq.filter.mockrunner.ConstantExpression
-
- evaluate(Message) - Method in interface org.activemq.filter.mockrunner.Expression
-
- evaluate(Message) - Method in class org.activemq.filter.mockrunner.LogicExpression
-
- evaluate(Message) - Method in class org.activemq.filter.mockrunner.MultiExpressionEvaluator.CacheExpression
-
Implementation of org.activemq.filter.Expression#evaluate(javax.jms.Message)
- evaluate(Message) - Method in class org.activemq.filter.mockrunner.MultiExpressionEvaluator
-
Evaluates the message against all the Expressions added to
this object.
- evaluate(Message) - Method in class org.activemq.filter.mockrunner.PropertyExpression
-
- exception() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
- existsQueue(String) - Method in class com.mockrunner.jms.DestinationManager
-
- existsTopic(String) - Method in class com.mockrunner.jms.DestinationManager
-
- expectedTokenSequences - Variable in exception org.activemq.selector.mockrunner.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.activemq.selector.mockrunner.SelectorParserConstants
-
- Expression - Interface in org.activemq.filter.mockrunner
-
Alwin Ibba: Changed package
Represents an expression
- ExpressionFilter - Class in org.activemq.filter.mockrunner
-
Alwin Ibba: Changed package
Represents a filter using an expression
- ExpressionFilter(Expression) - Constructor for class org.activemq.filter.mockrunner.ExpressionFilter
-
- generateParseException() - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- GenericTransmissionManager - Class in com.mockrunner.jms
-
This class is used to create generic producers that are not
associated with a destination.
- GenericTransmissionManager(MockConnection, MockSession) - Constructor for class com.mockrunner.jms.GenericTransmissionManager
-
- getAcknowledgeMode() - Method in class com.mockrunner.mock.jms.MockSession
-
Note: Returns 0 if the session is transacted.
- getBeginColumn() - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
- getBeginLine() - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
- getBodyLength() - Method in class com.mockrunner.mock.jms.MockBytesMessage
-
- getBoolean(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getBooleanProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getByte(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getByteProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getBytes() - Method in class com.mockrunner.mock.jms.MockBytesMessage
-
Returns a copy of the underlying byte data regardless if the message
is in read or write mode.
- getBytes(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getBytesMessage(int) - Method in class com.mockrunner.jms.MessageManager
-
Returns a BytesMessage by its index or
null, if no such BytesMessage is
present.
- getBytesMessageList() - Method in class com.mockrunner.jms.MessageManager
-
Returns the list of BytesMessage objects.
- getChar(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getClientID() - Method in class com.mockrunner.mock.jms.MockConnection
-
- getColumn() - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
Deprecated.
- getConfigurationManager() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getConfigurationManager() - Method in class com.mockrunner.jms.JMSTestModule
-
- getConfigurationManager() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- getConfigurationManager() - Method in class com.mockrunner.mock.jms.MockConnection
-
- getConnection(int) - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
Returns the connection with the specified index
or null if no such connection
exists.
- getConnection() - Method in class com.mockrunner.mock.jms.MockMessageConsumer
-
- getConnection() - Method in class com.mockrunner.mock.jms.MockSession
-
- getCurrentConnection() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getCurrentConnection() - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the current
MockConnection based on its
index or
null if no connection
was created.
- getCurrentMessageList() - Method in class com.mockrunner.mock.jms.MockDestination
-
Returns a List of all current messages.
- getCurrentMessageListFromQueue(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getCurrentMessageListFromQueue(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that are currently present in the queue
or null if no such queue exists.
- getCurrentMessageListFromTemporaryQueue(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getCurrentMessageListFromTemporaryQueue(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that are currently present in the
temporary queue or null if no such queue exists.
- getCurrentMessageListFromTemporaryTopic(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getCurrentMessageListFromTemporaryTopic(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that are currently present in the
temporary topic or null if no such topic exists.
- getCurrentMessageListFromTopic(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getCurrentMessageListFromTopic(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that are currently present in the topic
or null if no such topic exists.
- getCurrentQueueConnection() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getCurrentQueueConnection() - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the current
MockQueueConnection based on its
index or
null if no queue connection
was created.
- getCurrentTopicConnection() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getCurrentTopicConnection() - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the current
MockTopicConnection based on its
index or
null if no topic connection
was created.
- getDeliveryMode() - Method in class com.mockrunner.mock.jms.MockMessageProducer
-
- getDestination() - Method in class com.mockrunner.mock.jms.MockMessageProducer
-
- getDestinationManager() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getDestinationManager() - Method in class com.mockrunner.jms.JMSTestModule
-
- getDestinationManager() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- getDestinationManager() - Method in class com.mockrunner.mock.jms.MockConnection
-
- getDisableMessageID() - Method in class com.mockrunner.mock.jms.MockMessageProducer
-
- getDisableMessageTimestamp() - Method in class com.mockrunner.mock.jms.MockMessageProducer
-
- getDoCloneOnSend() - Method in class com.mockrunner.jms.ConfigurationManager
-
- getDouble(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getDoubleProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getDurableTopicSubscriber(String) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns a durable TopicSubscriber by its name or
null, if no such durable TopicSubscriber is
present.
- getDurableTopicSubscriberMap(String) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns the map of all durable TopicSubscriber objects
for a specific Topic.
- getDurableTopicSubscriberMap() - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns the map of all durable TopicSubscriber objects.
- getEndColumn() - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
- getEndLine() - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
- getEnumeration() - Method in class com.mockrunner.mock.jms.MockQueueBrowser
-
- getExceptionListener() - Method in class com.mockrunner.mock.jms.MockConnection
-
- getExpression() - Method in class org.activemq.filter.mockrunner.ExpressionFilter
-
- getExpressionSymbol() - Method in class org.activemq.filter.mockrunner.BinaryExpression
-
Returns the symbol that represents this binary expression.
- getExpressionSymbol() - Method in class org.activemq.filter.mockrunner.MultiExpressionEvaluator.CacheExpression
-
- getExpressionSymbol() - Method in class org.activemq.filter.mockrunner.UnaryExpression
-
Returns the symbol that represents this binary expression.
- getFloat(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getFloatProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getGenericTransmissionManager() - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
- getGenericTransmissionManager() - Method in class com.mockrunner.mock.jms.MockSession
-
- GetImage() - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
- getInt(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getIntProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSCorrelationID() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSCorrelationIDAsBytes() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSDeliveryMode() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSDestination() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSExpiration() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSMajorVersion() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getJMSMessageID() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSMinorVersion() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getJMSMockObjectFactory() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getJMSPriority() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSProviderName() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getJMSRedelivered() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSReplyTo() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSTestModule() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getJMSTimestamp() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSType() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getJMSVersion() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getJMSXPropertyNames() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getLatestConnection() - Method in class com.mockrunner.mock.jms.MockConnectionFactory
-
Returns the latest created connection
or null if no such connection
exists.
- getLatestQueueConnection() - Method in class com.mockrunner.mock.jms.MockQueueConnectionFactory
-
Returns the latest created connection
or null if no such connection
exists.
- getLatestTopicConnection() - Method in class com.mockrunner.mock.jms.MockTopicConnectionFactory
-
Returns the latest created connection
or null if no such connection
exists.
- getLeft() - Method in class org.activemq.filter.mockrunner.AndFilter
-
- getLeft() - Method in class org.activemq.filter.mockrunner.BinaryExpression
-
- getLeft() - Method in class org.activemq.filter.mockrunner.OrFilter
-
- getLine() - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
Deprecated.
- getLong(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getLongProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getMap() - Method in class com.mockrunner.mock.jms.MockMapMessage
-
Returns a copy of the underlying data as a Map
regardless if the message is in read or write mode.
- getMapMessage(int) - Method in class com.mockrunner.jms.MessageManager
-
Returns a MapMessage by its index or
null, if no such MapMessage is
present.
- getMapMessageList() - Method in class com.mockrunner.jms.MessageManager
-
Returns the list of MapMessage objects.
- getMapNames() - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getMatchingMessage(Filter) - Method in class com.mockrunner.mock.jms.MockDestination
-
Returns the next message that matches the filter.
- getMessage(int) - Method in class com.mockrunner.jms.MessageManager
-
Returns a Message by its index or
null, if no such Message is
present.
- getMessage() - Method in class com.mockrunner.mock.jms.MockDestination
-
Returns the next message.
- getMessage() - Method in exception org.activemq.selector.mockrunner.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error org.activemq.selector.mockrunner.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessageConsumer(int) - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
- getMessageConsumerList() - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
Returns a list of all consumer objects.
- getMessageFilter() - Method in class com.mockrunner.mock.jms.MockMessageConsumer
-
- getMessageList() - Method in class com.mockrunner.jms.MessageManager
-
Returns the list of Message objects.
- getMessageListener() - Method in class com.mockrunner.mock.jms.MockMessageConsumer
-
- getMessageListener() - Method in class com.mockrunner.mock.jms.MockSession
-
- getMessageManager(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getMessageManager(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MessageManager for the specified session
or
null if the session does not exist.
- getMessageManager() - Method in class com.mockrunner.mock.jms.MockSession
-
- getMessageProducer(int) - Method in class com.mockrunner.jms.GenericTransmissionManager
-
Returns a MessageProducer by its index or
null, if no such MessageProducer is
present.
- getMessageProducer(int) - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
- getMessageProducerList() - Method in class com.mockrunner.jms.GenericTransmissionManager
-
Returns the list of all MessageProducer objects.
- getMessageProducerList() - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
Returns a list of all producer objects.
- getMessageSelector() - Method in class com.mockrunner.mock.jms.MockMessageConsumer
-
- getMessageSelector() - Method in class com.mockrunner.mock.jms.MockQueueBrowser
-
- getMetaData() - Method in class com.mockrunner.mock.jms.MockConnection
-
- getMockConnectionFactory() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- getMockQueueConnectionFactory() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- getMockTopicConnectionFactory() - Method in class com.mockrunner.mock.jms.JMSMockObjectFactory
-
- getName() - Method in class com.mockrunner.mock.jms.MockTopicSubscriber
-
Returns the name of the subscription if the subscription
is durable.
- getName() - Method in class org.activemq.filter.mockrunner.PropertyExpression
-
- getNextToken() - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- getNextToken() - Method in class org.activemq.selector.mockrunner.SelectorParserTokenManager
-
- getNoLocal() - Method in class com.mockrunner.mock.jms.MockTopicSubscriber
-
- getNullPropertyMessage(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getNumberCommits() - Method in class com.mockrunner.mock.jms.MockSession
-
Returns the number of commits.
- getNumberRollbacks() - Method in class com.mockrunner.mock.jms.MockSession
-
Returns the number of rollbacks.
- getObject(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getObject() - Method in class com.mockrunner.mock.jms.MockObjectMessage
-
- getObjectMessage(int) - Method in class com.mockrunner.jms.MessageManager
-
Returns a ObjectMessage by its index or
null, if no such ObjectMessage is
present.
- getObjectMessageList() - Method in class com.mockrunner.jms.MessageManager
-
Returns the list of ObjectMessage objects.
- getObjectProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getPassword() - Method in class com.mockrunner.mock.jms.MockConnection
-
Returns the password.
- getPriority() - Method in class com.mockrunner.mock.jms.MockMessageProducer
-
- getPropertyNames() - Method in class com.mockrunner.mock.jms.MockMessage
-
- getProviderMajorVersion() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getProviderMinorVersion() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getProviderVersion() - Method in class com.mockrunner.mock.jms.MockConnectionMetaData
-
- getQueue(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getQueue(String) - Method in class com.mockrunner.jms.DestinationManager
-
- getQueue(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MockQueue with the specified name
or
null if no such queue exists.
- getQueue() - Method in class com.mockrunner.mock.jms.MockQueueBrowser
-
- getQueue() - Method in class com.mockrunner.mock.jms.MockQueueReceiver
-
- getQueue() - Method in class com.mockrunner.mock.jms.MockQueueSender
-
- getQueueBrowser(int) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns a QueueBrowser by its index or
null, if no such QueueBrowser is
present.
- getQueueBrowser(String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns a QueueBrowser by the name of its
corresponding Queue.
- getQueueBrowserList(String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns the list of the QueueBrowser objects
for a specific Queue.
- getQueueBrowserList() - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns the list of QueueBrowser objects.
- getQueueConnection(int) - Method in class com.mockrunner.mock.jms.MockQueueConnectionFactory
-
Returns the connection with the specified index
or null if no such connection
exists.
- getQueueMessageManager(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getQueueMessageManager(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MessageManager for the specified session
or
null if the session does not exist.
- getQueueName() - Method in class com.mockrunner.mock.jms.MockQueue
-
- getQueueReceiver(int) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns a QueueReceiver by its index or
null, if no such QueueReceiver is
present.
- getQueueReceiver(String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns a QueueReceiver by the name of its
corresponding Queue.
- getQueueReceiverList(String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns the list of the QueueReceiver objects
for a specific Queue.
- getQueueReceiverList() - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns the list of QueueReceiver objects.
- getQueueSender(int) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns a QueueSender by its index or
null, if no such QueueSender is
present.
- getQueueSender(String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns a QueueSender by the name of its
corresponding Queue.
- getQueueSender(int) - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
- getQueueSenderList(String) - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns the list of the QueueSender objects
for a specific Queue.
- getQueueSenderList() - Method in class com.mockrunner.jms.QueueTransmissionManager
-
Returns the list of all QueueSender objects.
- getQueueSenderList() - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
Returns a list of all queue senders, i.e.
- getQueueSession(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getQueueSession(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MockQueueSession for the specified index
or
null if the session does not exist.
- getQueueSession(int) - Method in class com.mockrunner.mock.jms.MockQueueConnection
-
- getQueueSessionList() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getQueueSessionList() - Method in class com.mockrunner.jms.JMSTestModule
-
- getQueueSessionList() - Method in class com.mockrunner.mock.jms.MockQueueConnection
-
- getQueueTransmissionManager(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getQueueTransmissionManager(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getQueueTransmissionManager() - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
- getQueueTransmissionManager() - Method in class com.mockrunner.mock.jms.MockSession
-
- getQueueTransmissionManagerWrapper(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getQueueTransmissionManagerWrapper(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getReceivedMessageList() - Method in class com.mockrunner.mock.jms.MockDestination
-
Returns a List of all received messages.
- getReceivedMessageListFromQueue(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getReceivedMessageListFromQueue(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that were received by the queue
or null if no such queue exists.
- getReceivedMessageListFromTemporaryQueue(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getReceivedMessageListFromTemporaryQueue(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that were received by the
temporary queue or null if no such queue exists.
- getReceivedMessageListFromTemporaryTopic(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getReceivedMessageListFromTemporaryTopic(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that were received by the
temporary topic or null if no such topic exists.
- getReceivedMessageListFromTopic(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getReceivedMessageListFromTopic(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the list of messages that were received by the topic
or null if no such topic exists.
- getRight() - Method in class org.activemq.filter.mockrunner.AndFilter
-
- getRight() - Method in class org.activemq.filter.mockrunner.BinaryExpression
-
- getRight() - Method in class org.activemq.filter.mockrunner.OrFilter
-
- getRight() - Method in class org.activemq.filter.mockrunner.UnaryExpression
-
- getServerSession() - Method in class com.mockrunner.mock.jms.MockServerSessionPool
-
- getServerSessionPool() - Method in class com.mockrunner.mock.jms.MockConnectionConsumer
-
- getSession(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getSession(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MockSession for the specified index
or
null if the session does not exist.
- getSession(int) - Method in class com.mockrunner.mock.jms.MockConnection
-
- getSession() - Method in class com.mockrunner.mock.jms.MockServerSession
-
- getSessionList() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getSessionList() - Method in class com.mockrunner.jms.JMSTestModule
-
- getSessionList() - Method in class com.mockrunner.mock.jms.MockConnection
-
- getShort(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getShortProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- getStreamMessage(int) - Method in class com.mockrunner.jms.MessageManager
-
Returns a StreamMessage by its index or
null, if no such StreamMessage is
present.
- getStreamMessageList() - Method in class com.mockrunner.jms.MessageManager
-
Returns the list of StreamMessage objects.
- getString(String) - Method in class com.mockrunner.mock.jms.MockMapMessage
-
- getStringProperty(String) - Method in class com.mockrunner.mock.jms.MockMessage
-
- GetSuffix(int) - Method in class org.activemq.selector.mockrunner.SimpleCharStream
-
- getTemporaryQueue(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTemporaryQueue(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTemporaryQueue(int) - Method in class com.mockrunner.mock.jms.MockSession
-
Returns a TemporaryQueue by its index.
- getTemporaryQueueList(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTemporaryQueueList(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTemporaryQueueList() - Method in class com.mockrunner.mock.jms.MockSession
-
Returns the list of temporary queues.
- getTemporaryTopic(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTemporaryTopic(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTemporaryTopic(int) - Method in class com.mockrunner.mock.jms.MockSession
-
Returns a TemporaryTopic by its index.
- getTemporaryTopicList(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTemporaryTopicList(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTemporaryTopicList() - Method in class com.mockrunner.mock.jms.MockSession
-
Returns the list of temporary topics.
- getText() - Method in class com.mockrunner.mock.jms.MockTextMessage
-
- getTextMessage(int) - Method in class com.mockrunner.jms.MessageManager
-
Returns a TextMessage by its index or
null, if no such TextMessage is
present.
- getTextMessageList() - Method in class com.mockrunner.jms.MessageManager
-
Returns the list of TextMessage objects.
- getTimeToLive() - Method in class com.mockrunner.mock.jms.MockMessageProducer
-
- getToken(int) - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- getTopic(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTopic(String) - Method in class com.mockrunner.jms.DestinationManager
-
- getTopic(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MockTopic with the specified name
or
null if no such topic exists.
- getTopic() - Method in class com.mockrunner.mock.jms.MockTopicPublisher
-
- getTopic() - Method in class com.mockrunner.mock.jms.MockTopicSubscriber
-
- getTopicConnection(int) - Method in class com.mockrunner.mock.jms.MockTopicConnectionFactory
-
Returns the connection with the specified index
or null if no such connection
exists.
- getTopicMessageManager(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTopicMessageManager(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MessageManager for the specified session
or
null if the session does not exist.
- getTopicName() - Method in class com.mockrunner.mock.jms.MockTopic
-
- getTopicPublisher(int) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns a TopicPublisher by its index or
null, if no such TopicPublisher is
present.
- getTopicPublisher(String) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns a TopicPublisher by the name of its
corresponding Topic.
- getTopicPublisher(int) - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
- getTopicPublisherList(String) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns the list of the TopicPublisher objects
for a specific Topic.
- getTopicPublisherList() - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns the list of all TopicPublisher objects.
- getTopicPublisherList() - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
Returns a list of all topic publishers, i.e.
- getTopicSession(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTopicSession(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Returns the
MockTopicSession for the specified index
or
null if the session does not exist.
- getTopicSession(int) - Method in class com.mockrunner.mock.jms.MockTopicConnection
-
- getTopicSessionList() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTopicSessionList() - Method in class com.mockrunner.jms.JMSTestModule
-
- getTopicSessionList() - Method in class com.mockrunner.mock.jms.MockTopicConnection
-
- getTopicSubscriber(int) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns a TopicSubscriber by its index or
null, if no such TopicSubscriber is
present.
- getTopicSubscriber(String) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns a TopicSubscriber by the name of its
corresponding Topic.
- getTopicSubscriberList(String) - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns the list of the TopicSubscriber objects
for a specific Topic.
- getTopicSubscriberList() - Method in class com.mockrunner.jms.TopicTransmissionManager
-
Returns the list of all TopicSubscriber objects.
- getTopicTransmissionManager(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTopicTransmissionManager(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTopicTransmissionManager() - Method in class com.mockrunner.jms.TransmissionManagerWrapper
-
- getTopicTransmissionManager() - Method in class com.mockrunner.mock.jms.MockSession
-
- getTopicTransmissionManagerWrapper(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTopicTransmissionManagerWrapper(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTransacted() - Method in class com.mockrunner.mock.jms.MockSession
-
- getTransmissionManager(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
Deprecated.
- getTransmissionManager(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTransmissionManager() - Method in class com.mockrunner.mock.jms.MockSession
-
- getTransmissionManagerWrapper(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- getTransmissionManagerWrapper(int) - Method in class com.mockrunner.jms.JMSTestModule
-
- getTransmissionManagerWrapper() - Method in class com.mockrunner.mock.jms.MockSession
-
- getUseMessageSelectors() - Method in class com.mockrunner.jms.ConfigurationManager
-
Get if message selectors should be used.
- getUserName() - Method in class com.mockrunner.mock.jms.MockConnection
-
Returns the user name.
- getValue() - Method in class org.activemq.filter.mockrunner.ConstantExpression
-
- matches(Message) - Method in class org.activemq.filter.mockrunner.AndFilter
-
- matches(Message) - Method in class org.activemq.filter.mockrunner.ExpressionFilter
-
- matches(Message) - Method in interface org.activemq.filter.mockrunner.Filter
-
- matches(Message) - Method in class org.activemq.filter.mockrunner.NotFilter
-
- matches(Message) - Method in class org.activemq.filter.mockrunner.OrFilter
-
- MessageManager - Class in com.mockrunner.jms
-
Can be used to create and access all type of messages.
- MessageManager() - Constructor for class com.mockrunner.jms.MessageManager
-
- minus(Number, Number) - Method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- MockBytesMessage - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS BytesMessage.
- MockBytesMessage() - Constructor for class com.mockrunner.mock.jms.MockBytesMessage
-
- MockConnection - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS Connection.
- MockConnection(DestinationManager, ConfigurationManager) - Constructor for class com.mockrunner.mock.jms.MockConnection
-
- MockConnection(DestinationManager, ConfigurationManager, String, String) - Constructor for class com.mockrunner.mock.jms.MockConnection
-
- MockConnectionConsumer - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS ConnectionConsumer.
- MockConnectionConsumer(MockConnection, ServerSessionPool) - Constructor for class com.mockrunner.mock.jms.MockConnectionConsumer
-
- MockConnectionFactory - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS ConnectionFactory.
- MockConnectionFactory(DestinationManager, ConfigurationManager) - Constructor for class com.mockrunner.mock.jms.MockConnectionFactory
-
- MockConnectionMetaData - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS ConnectionMetaData.
- MockConnectionMetaData() - Constructor for class com.mockrunner.mock.jms.MockConnectionMetaData
-
- MockDestination - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS Destination.
- MockDestination() - Constructor for class com.mockrunner.mock.jms.MockDestination
-
- MockMapMessage - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS MapMessage.
- MockMapMessage() - Constructor for class com.mockrunner.mock.jms.MockMapMessage
-
- MockMessage - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS Message.
- MockMessage() - Constructor for class com.mockrunner.mock.jms.MockMessage
-
- MockMessageConsumer - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS MessageConsumer.
- MockMessageConsumer(MockConnection, String) - Constructor for class com.mockrunner.mock.jms.MockMessageConsumer
-
- MockMessageProducer - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS MessageProducer.
- MockMessageProducer(MockConnection, MockSession, MockDestination) - Constructor for class com.mockrunner.mock.jms.MockMessageProducer
-
- MockObjectMessage - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS ObjectMessage.
- MockObjectMessage() - Constructor for class com.mockrunner.mock.jms.MockObjectMessage
-
- MockObjectMessage(Serializable) - Constructor for class com.mockrunner.mock.jms.MockObjectMessage
-
- MockQueue - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS Queue.
- MockQueue(String) - Constructor for class com.mockrunner.mock.jms.MockQueue
-
- MockQueueBrowser - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS QueueBrowser.
- MockQueueBrowser(MockConnection, MockQueue) - Constructor for class com.mockrunner.mock.jms.MockQueueBrowser
-
- MockQueueBrowser(MockConnection, MockQueue, String) - Constructor for class com.mockrunner.mock.jms.MockQueueBrowser
-
- MockQueueConnection - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS QueueConnection.
- MockQueueConnection(DestinationManager, ConfigurationManager) - Constructor for class com.mockrunner.mock.jms.MockQueueConnection
-
- MockQueueConnection(DestinationManager, ConfigurationManager, String, String) - Constructor for class com.mockrunner.mock.jms.MockQueueConnection
-
- MockQueueConnectionFactory - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS QueueConnectionFactory.
- MockQueueConnectionFactory(DestinationManager, ConfigurationManager) - Constructor for class com.mockrunner.mock.jms.MockQueueConnectionFactory
-
- MockQueueReceiver - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS QueueReceiver.
- MockQueueReceiver(MockConnection, MockQueueSession, MockQueue) - Constructor for class com.mockrunner.mock.jms.MockQueueReceiver
-
- MockQueueReceiver(MockConnection, MockSession, MockQueue, String) - Constructor for class com.mockrunner.mock.jms.MockQueueReceiver
-
- MockQueueSender - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS QueueSender.
- MockQueueSender(MockConnection, MockSession, MockQueue) - Constructor for class com.mockrunner.mock.jms.MockQueueSender
-
- MockQueueSession - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS QueueSession.
- MockQueueSession(MockQueueConnection) - Constructor for class com.mockrunner.mock.jms.MockQueueSession
-
- MockQueueSession(MockQueueConnection, boolean, int) - Constructor for class com.mockrunner.mock.jms.MockQueueSession
-
- MockServerSession - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS ServerSession.
- MockServerSession(MockConnection) - Constructor for class com.mockrunner.mock.jms.MockServerSession
-
- MockServerSessionPool - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS ServerSessionPool.
- MockServerSessionPool(MockConnection) - Constructor for class com.mockrunner.mock.jms.MockServerSessionPool
-
- MockSession - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS Session.
- MockSession(MockConnection, boolean, int) - Constructor for class com.mockrunner.mock.jms.MockSession
-
- MockStreamMessage - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS StreamMessage.
- MockStreamMessage() - Constructor for class com.mockrunner.mock.jms.MockStreamMessage
-
- MockTemporaryQueue - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TemporaryQueue.
- MockTemporaryQueue() - Constructor for class com.mockrunner.mock.jms.MockTemporaryQueue
-
- MockTemporaryTopic - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TemporaryTopic.
- MockTemporaryTopic() - Constructor for class com.mockrunner.mock.jms.MockTemporaryTopic
-
- MockTextMessage - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TextMessage.
- MockTextMessage() - Constructor for class com.mockrunner.mock.jms.MockTextMessage
-
- MockTextMessage(String) - Constructor for class com.mockrunner.mock.jms.MockTextMessage
-
- MockTopic - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS Topic.
- MockTopic(String) - Constructor for class com.mockrunner.mock.jms.MockTopic
-
- MockTopicConnection - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TopicConnection.
- MockTopicConnection(DestinationManager, ConfigurationManager) - Constructor for class com.mockrunner.mock.jms.MockTopicConnection
-
- MockTopicConnection(DestinationManager, ConfigurationManager, String, String) - Constructor for class com.mockrunner.mock.jms.MockTopicConnection
-
- MockTopicConnectionFactory - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TopicConnectionFactory.
- MockTopicConnectionFactory(DestinationManager, ConfigurationManager) - Constructor for class com.mockrunner.mock.jms.MockTopicConnectionFactory
-
- MockTopicPublisher - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TopicPublisher.
- MockTopicPublisher(MockConnection, MockSession, MockTopic) - Constructor for class com.mockrunner.mock.jms.MockTopicPublisher
-
- MockTopicSession - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TopicSession.
- MockTopicSession(MockTopicConnection) - Constructor for class com.mockrunner.mock.jms.MockTopicSession
-
- MockTopicSession(MockTopicConnection, boolean, int) - Constructor for class com.mockrunner.mock.jms.MockTopicSession
-
- MockTopicSubscriber - Class in com.mockrunner.mock.jms
-
Mock implementation of JMS TopicSubscriber.
- MockTopicSubscriber(MockConnection, MockSession, MockTopic) - Constructor for class com.mockrunner.mock.jms.MockTopicSubscriber
-
- MockTopicSubscriber(MockConnection, MockSession, MockTopic, String, boolean) - Constructor for class com.mockrunner.mock.jms.MockTopicSubscriber
-
- mod(Number, Number) - Method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- multExpr() - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- MultiExpressionEvaluator - Class in org.activemq.filter.mockrunner
-
A MultiExpressionEvaluator is used to evaluate multiple expressions in
single method call.
- MultiExpressionEvaluator() - Constructor for class org.activemq.filter.mockrunner.MultiExpressionEvaluator
-
- MultiExpressionEvaluator.CacheExpression - Class in org.activemq.filter.mockrunner
-
A UnaryExpression that caches the result of the
nested expression.
- multiply(Number, Number) - Method in class org.activemq.filter.mockrunner.ArithmeticExpression
-
- variable() - Method in class org.activemq.selector.mockrunner.SelectorParser
-
- verifyAllDurableTopicSubscribersClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllDurableTopicSubscribersClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all durable subscribers for the specified session are closed.
- verifyAllMessageConsumersClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllMessageConsumersClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all consumers for the specified session are closed.
- verifyAllMessageProducersClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllMessageProducersClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all producers for the specified session are closed.
- verifyAllQueueBrowsersClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllQueueBrowsersClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all browsers for the specified session are closed.
- verifyAllQueueReceiversClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllQueueReceiversClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all receivers for the specified session are closed.
- verifyAllQueueSendersClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllQueueSendersClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all senders for the specified session are closed.
- verifyAllQueueSessionsClosed() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllQueueSessionsClosed() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all queue sessions are closed.
- verifyAllQueueSessionsCommitted() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllQueueSessionsCommitted() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all queue sessions were commited.
- verifyAllQueueSessionsRecovered() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllQueueSessionsRecovered() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all queue sessions are recovered.
- verifyAllQueueSessionsRolledBack() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllQueueSessionsRolledBack() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all queue sessions were rolled back.
- verifyAllReceivedQueueMessagesAcknowledged(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllReceivedQueueMessagesAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllReceivedQueueMessagesAcknowledged(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all received messages of the specified queue
are acknowledged.
- verifyAllReceivedQueueMessagesAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all received messages of the specified temporary queue
are acknowledged.
- verifyAllReceivedTopicMessagesAcknowledged(String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllReceivedTopicMessagesAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllReceivedTopicMessagesAcknowledged(String) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all received messages of the specified topic
are acknowledged.
- verifyAllReceivedTopicMessagesAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all received messages of the specified temporary topic
are acknowledged.
- verifyAllSessionsClosed() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllSessionsClosed() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all sessions are closed.
- verifyAllSessionsCommitted() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllSessionsCommitted() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all sessions were commited.
- verifyAllSessionsRecovered() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllSessionsRecovered() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all sessions are recovered.
- verifyAllSessionsRolledBack() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllSessionsRolledBack() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all topic sessions were rolled back.
- verifyAllTemporaryQueuesDeleted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTemporaryQueuesDeleted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all temporary queues were deleted.
- verifyAllTemporaryTopicsDeleted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTemporaryTopicsDeleted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all temporary topics were deleted.
- verifyAllTopicPublishersClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTopicPublishersClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all publishers for the specified session are closed.
- verifyAllTopicSessionsClosed() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTopicSessionsClosed() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all topic sessions are closed.
- verifyAllTopicSessionsCommitted() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTopicSessionsCommitted() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all topic sessions were commited.
- verifyAllTopicSessionsRecovered() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTopicSessionsRecovered() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all topic sessions are recovered.
- verifyAllTopicSessionsRolledBack() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTopicSessionsRolledBack() - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all topic sessions were rolled back.
- verifyAllTopicSubscribersClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyAllTopicSubscribersClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that all subscribers for the specified session are closed.
- verifyConnectionClosed() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyConnectionClosed() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyConnectionStarted() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyConnectionStarted() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyConnectionStopped() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyConnectionStopped() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedBytesMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedBytesMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedBytesMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedBytesMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedMapMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedMapMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedMapMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedMapMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedObjectMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedObjectMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedObjectMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedObjectMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueBytesMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueBytesMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueBytesMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueBytesMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueMapMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueMapMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueMapMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueMapMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueObjectMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueObjectMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueObjectMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueObjectMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueStreamMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueStreamMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueStreamMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueStreamMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueTextMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueTextMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedQueueTextMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedQueueTextMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedStreamMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedStreamMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedStreamMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedStreamMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTextMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTextMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTextMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTextMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicBytesMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicBytesMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicBytesMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicBytesMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicMapMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicMapMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicMapMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicMapMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicObjectMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicObjectMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicObjectMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicObjectMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicStreamMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicStreamMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicStreamMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicStreamMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicTextMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicTextMessageAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCreatedTopicTextMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCreatedTopicTextMessageNotAcknowledged(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyCurrentQueueMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCurrentQueueMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCurrentQueueMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message in the specified queue is equal to
the specified message by calling the equals() method.
- verifyCurrentQueueMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message in the specified temporary queue is equal to
the specified message by calling the equals() method.
- verifyCurrentTopicMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCurrentTopicMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyCurrentTopicMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message in the specified topic is equal to
the specified message by calling the equals() method.
- verifyCurrentTopicMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message in the specified temporary topic is equal to
the specified message by calling the equals() method.
- verifyDurableTopicSubscriberClosed(int, String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyDurableTopicSubscriberClosed(int, String) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the specified durable subscriber is closed.
- verifyDurableTopicSubscriberPresent(int, String) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyDurableTopicSubscriberPresent(int, String) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a durable subscriber exists.
- verifyMessageEquals(MockMessage, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyMessageEquals(MockMessage, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the specified messages are equal by calling the
equals() method.
- verifyNumberDurableTopicSubscribers(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberDurableTopicSubscribers(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberDurableTopicSubscribers(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of durable subscribers for the specified session.
- verifyNumberDurableTopicSubscribers(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of durable subscribers for the specified session and
the specified topic name.
- verifyNumberMessageConsumers(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberMessageConsumers(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of consumers for the specified session.
- verifyNumberMessageProducers(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberMessageProducers(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of producers for the specified session.
- verifyNumberOfCreatedBytesMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedBytesMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedMapMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedMapMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedObjectMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedObjectMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedQueueBytesMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedQueueBytesMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedQueueMapMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedQueueMapMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedQueueMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedQueueMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedQueueObjectMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedQueueObjectMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedQueueStreamMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedQueueStreamMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedQueueTextMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedQueueTextMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedStreamMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedStreamMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedTextMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedTextMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedTopicBytesMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedTopicBytesMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedTopicMapMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedTopicMapMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedTopicMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedTopicMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedTopicObjectMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedTopicObjectMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedTopicStreamMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedTopicStreamMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCreatedTopicTextMessages(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCreatedTopicTextMessages(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyNumberOfCurrentQueueMessages(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCurrentQueueMessages(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCurrentQueueMessages(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages in a queue.
- verifyNumberOfCurrentQueueMessages(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages in a temporary queue.
- verifyNumberOfCurrentTopicMessages(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCurrentTopicMessages(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfCurrentTopicMessages(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages in a topic.
- verifyNumberOfCurrentTopicMessages(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages in a temporary topic.
- verifyNumberOfReceivedQueueMessages(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfReceivedQueueMessages(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfReceivedQueueMessages(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages received by a queue.
- verifyNumberOfReceivedQueueMessages(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages received by a temporary queue.
- verifyNumberOfReceivedTopicMessages(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfReceivedTopicMessages(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberOfReceivedTopicMessages(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages received by a topic.
- verifyNumberOfReceivedTopicMessages(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of messages received by a temporary topic.
- verifyNumberQueueBrowsers(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberQueueBrowsers(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberQueueBrowsers(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of browsers for the specified session.
- verifyNumberQueueBrowsers(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of browsers for the specified session and
the specified queue name.
- verifyNumberQueueReceivers(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberQueueReceivers(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberQueueReceivers(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of receivers for the specified session.
- verifyNumberQueueReceivers(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of receivers for the specified session and
the specified queue name.
- verifyNumberQueueSenders(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberQueueSenders(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberQueueSenders(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of senders for the specified session.
- verifyNumberQueueSenders(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of senders for the specified session and
the specified queue name.
- verifyNumberQueueSessions(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberQueueSessions(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of queue sessions.
- verifyNumberSessions(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberSessions(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of sessions.
- verifyNumberTemporaryQueues(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberTemporaryQueues(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of temporary queues.
- verifyNumberTemporaryTopics(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberTemporaryTopics(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of temporary topics.
- verifyNumberTopicPublishers(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberTopicPublishers(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberTopicPublishers(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of publishers for the specified session.
- verifyNumberTopicPublishers(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of publishers for the specified session and
the specified topic name.
- verifyNumberTopicSessions(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberTopicSessions(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of topic sessions.
- verifyNumberTopicSubscribers(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberTopicSubscribers(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyNumberTopicSubscribers(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of subscribers for the specified session.
- verifyNumberTopicSubscribers(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of subscribers for the specified session and
the specified topic name.
- verifyQueueBrowserClosed(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueBrowserClosed(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the specified browser is closed.
- verifyQueueConnectionClosed() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueConnectionClosed() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyQueueConnectionStarted() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueConnectionStarted() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyQueueConnectionStopped() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueConnectionStopped() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyQueueReceiverClosed(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueReceiverClosed(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the specified receiver is closed.
- verifyQueueSenderClosed(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSenderClosed(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the specified sender is closed.
- verifyQueueSessionClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the queue session with the specified index is
closed.
- verifyQueueSessionCommitted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionCommitted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the queue session with the specified index was
committed.
- verifyQueueSessionNotCommitted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionNotCommitted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the queue session with the specified index was
not committed.
- verifyQueueSessionNotRecovered(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionNotRecovered(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the queue session with the specified index was
not recovered.
- verifyQueueSessionNotRolledBack(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionNotRolledBack(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the queue session with the specified index was
not rolled back.
- verifyQueueSessionNumberCommits(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionNumberCommits(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of commits of the queue session with the specified index.
- verifyQueueSessionNumberRollbacks(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionNumberRollbacks(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of rollbacks of the queue session with the specified index.
- verifyQueueSessionRecovered(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionRecovered(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the queue session with the specified index was
recovered.
- verifyQueueSessionRolledBack(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyQueueSessionRolledBack(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the queue session with the specified index was
rolled back.
- verifyReceivedQueueMessageAcknowledged(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedQueueMessageAcknowledged(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedQueueMessageAcknowledged(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a received message is acknowledged.
- verifyReceivedQueueMessageAcknowledged(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that message received by a temporary queue is acknowledged.
- verifyReceivedQueueMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedQueueMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedQueueMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a received message is equal to the specified message
by calling the equals() method.
- verifyReceivedQueueMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message received by a temporary queue is equal to the specified message
by calling the equals() method.
- verifyReceivedQueueMessageNotAcknowledged(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedQueueMessageNotAcknowledged(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedQueueMessageNotAcknowledged(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a received message is not acknowledged.
- verifyReceivedQueueMessageNotAcknowledged(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a received by a temporary queue is not acknowledged.
- verifyReceivedTopicMessageAcknowledged(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedTopicMessageAcknowledged(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedTopicMessageAcknowledged(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a received message is acknowledged.
- verifyReceivedTopicMessageAcknowledged(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message received by a temporary topic is acknowledged.
- verifyReceivedTopicMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedTopicMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedTopicMessageEquals(String, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a received message is equal to the specified message
by calling the equals() method.
- verifyReceivedTopicMessageEquals(int, int, int, MockMessage) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message received by a temporary topic is equal to the specified message
by calling the equals() method.
- verifyReceivedTopicMessageNotAcknowledged(int, int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedTopicMessageNotAcknowledged(String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyReceivedTopicMessageNotAcknowledged(String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a received message is not acknowledged.
- verifyReceivedTopicMessageNotAcknowledged(int, int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that a message received by a temporary topic is not acknowledged.
- verifySessionClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the session with the specified index is
closed.
- verifySessionCommitted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionCommitted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the session with the specified index was
committed.
- verifySessionNotCommitted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionNotCommitted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the session with the specified index was
not committed.
- verifySessionNotRecovered(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionNotRecovered(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the session with the specified index was
not recovered.
- verifySessionNotRolledBack(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionNotRolledBack(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the session with the specified index was
not rolled back.
- verifySessionNumberCommits(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionNumberCommits(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of commits of session with the specified index.
- verifySessionNumberRollbacks(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionNumberRollbacks(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of rollbacks of session with the specified index.
- verifySessionRecovered(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionRecovered(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the session with the specified index was
recovered.
- verifySessionRolledBack(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifySessionRolledBack(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the session with the specified index was
rolled back.
- verifyTemporaryQueueDeleted(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTemporaryQueueDeleted(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the temporary queue with the specified index
was deleted.
- verifyTemporaryTopicDeleted(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTemporaryTopicDeleted(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the temporary topic with the specified index
was closed.
- verifyTopicConnectionClosed() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicConnectionClosed() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyTopicConnectionStarted() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicConnectionStarted() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyTopicConnectionStopped() - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicConnectionStopped() - Method in class com.mockrunner.jms.JMSTestModule
-
- verifyTopicPublisherClosed(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicPublisherClosed(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the specified publisher is closed.
- verifyTopicSessionClosed(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionClosed(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the topic session with the specified index is
closed.
- verifyTopicSessionCommitted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionCommitted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the topic session with the specified index was
committed.
- verifyTopicSessionNotCommitted(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionNotCommitted(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the topic session with the specified index was
not committed.
- verifyTopicSessionNotRecovered(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionNotRecovered(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the topic session with the specified index was
not recovered.
- verifyTopicSessionNotRolledBack(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionNotRolledBack(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the topic session with the specified index was
not rolled back.
- verifyTopicSessionNumberCommits(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionNumberCommits(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of commits of the topic session with the specified index.
- verifyTopicSessionNumberRollbacks(int, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionNumberRollbacks(int, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies the number of rollbacks of the topic session with the specified index.
- verifyTopicSessionRecovered(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionRecovered(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the topic session with the specified index was
recovered.
- verifyTopicSessionRolledBack(int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSessionRolledBack(int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the topic session with the specified index was
rolled back.
- verifyTopicSubscriberClosed(int, String, int) - Method in class com.mockrunner.jms.BasicJMSTestCaseAdapter
-
- verifyTopicSubscriberClosed(int, String, int) - Method in class com.mockrunner.jms.JMSTestModule
-
Verifies that the specified subscriber is closed.