public class MockQueueConnection extends MockConnection
| Constructor and Description |
|---|
MockQueueConnection() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConsumer |
createConnectionConsumer(Queue queue,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int mexMessages) |
QueueSession |
createQueueSession(boolean transacted,
int acknowledgeMode) |
void |
setupQueueSession(QueueSession queueSession) |
close, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, setExpectedCloseCalls, setExpectedStartCalls, setExpectedStopCalls, setupThrowException, start, stopnotImplemented, notYetImplemented, verifypublic ConnectionConsumer createConnectionConsumer(Queue queue,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int mexMessages)
throws JMSException
JMSExceptionpublic QueueSession createQueueSession(boolean transacted,
int acknowledgeMode)
throws JMSException
JMSExceptionpublic void setupQueueSession(QueueSession queueSession)
Copyright © 2002 Mock Objects. All Rights Reserved.