|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mockrunner.mock.jms.MockDestination com.mockrunner.mock.jms.MockTopic com.mockrunner.mock.jms.MockTemporaryTopic
public class MockTemporaryTopic
Mock implementation of JMS TemporaryTopic
.
Constructor Summary | |
---|---|
MockTemporaryTopic()
|
Method Summary | |
---|---|
void |
delete()
|
boolean |
isDeleted()
Returns if this temporary topic is deleted. |
Methods inherited from class com.mockrunner.mock.jms.MockTopic |
---|
addMessage, getTopicName |
Methods inherited from class com.mockrunner.mock.jms.MockDestination |
---|
acknowledgeMessage, addCurrentMessage, addReceivedMessage, addSession, clear, getCurrentMessageList, getMatchingMessage, getMessage, getReceivedMessageList, isEmpty, loadMessage, removeSession, 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.Topic |
---|
getTopicName, toString |
Constructor Detail |
---|
public MockTemporaryTopic()
Method Detail |
---|
public boolean isDeleted()
true
if this topic is deletedpublic void delete() throws javax.jms.JMSException
delete
in interface javax.jms.TemporaryTopic
javax.jms.JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |