ch.qos.logback.classic.net.mock
Class MockTopic

java.lang.Object
  extended by ch.qos.logback.classic.net.mock.MockTopic
All Implemented Interfaces:
javax.jms.Destination, javax.jms.Topic

public class MockTopic
extends Object
implements javax.jms.Topic


Constructor Summary
MockTopic(String name)
           
 
Method Summary
 String getTopicName()
           
 
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(String name)
Method Detail

getTopicName

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


Copyright © 2005-2009 QOS.ch. All Rights Reserved.