|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mockrunner.mock.jms.MockDestination
com.mockrunner.mock.jms.MockQueue
com.mockrunner.mock.jms.MockTemporaryQueue
Mock implementation of JMS TemporaryQueue
.
Constructor Summary | |
MockTemporaryQueue()
|
Method Summary | |
void |
delete()
|
boolean |
isDeleted()
Returns if this temporary queue is deleted. |
Methods inherited from class com.mockrunner.mock.jms.MockQueue |
addMessage, getQueueName |
Methods inherited from class com.mockrunner.mock.jms.MockDestination |
acknowledgeMessage, addSession, clear, currentMessageList, getCurrentMessageList, getMatchingMessage, getMessage, getReceivedMessageList, isEmpty, receivedMessageList, reset, sessionSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.Queue |
getQueueName, toString |
Constructor Detail |
public MockTemporaryQueue()
Method Detail |
public boolean isDeleted()
true
if this queue is deletedpublic void delete() throws javax.jms.JMSException
delete
in interface javax.jms.TemporaryQueue
javax.jms.JMSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |