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

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

public class MockQueue
extends Object
implements javax.jms.Queue


Constructor Summary
MockQueue(String name)
           
 
Method Summary
 String getQueueName()
           
 
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
toString
 

Constructor Detail

MockQueue

public MockQueue(String name)
Method Detail

getQueueName

public String getQueueName()
                    throws javax.jms.JMSException
Specified by:
getQueueName in interface javax.jms.Queue
Throws:
javax.jms.JMSException


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