Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mockobjects.jms
Class MockTopic  view MockTopic download MockTopic.java

java.lang.Object
  extended bycom.mockobjects.MockObject
      extended bycom.mockobjects.jms.MockTopic
All Implemented Interfaces:
javax.jms.Destination, javax.jms.Topic, com.mockobjects.Verifiable

public class MockTopic
extends com.mockobjects.MockObject
implements javax.jms.Topic


Constructor Summary
MockTopic()
           
 
Method Summary
 java.lang.String getTopicName()
           
 
Methods inherited from class com.mockobjects.MockObject
assertEquals, assertEquals, assertTrue, fail, notImplemented, notYetImplemented, notYetImplemented, verify
 
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
toString
 

Constructor Detail

MockTopic

public MockTopic()
Method Detail

getTopicName

public java.lang.String getTopicName()
                              throws javax.jms.JMSException
Specified by:
getTopicName in interface javax.jms.Topic