com.mockobjects.jms
Class MockQueue

java.lang.Object
  extended bycom.mockobjects.MockObject
      extended bycom.mockobjects.jms.MockQueue
All Implemented Interfaces:
Verifiable
Direct Known Subclasses:
MockTemporaryQueue

public class MockQueue
extends MockObject


Constructor Summary
MockQueue()
           
 
Method Summary
 java.lang.String getQueueName()
           
 void setupGetQueueName(java.lang.String name)
           
 void setupThrowException(JMSException e)
           
 java.lang.String toString()
           
 
Methods inherited from class com.mockobjects.MockObject
notImplemented, notYetImplemented, verify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockQueue

public MockQueue()
Method Detail

getQueueName

public java.lang.String getQueueName()
                              throws JMSException
Throws:
JMSException

setupGetQueueName

public void setupGetQueueName(java.lang.String name)

toString

public java.lang.String toString()

setupThrowException

public void setupThrowException(JMSException e)


Copyright © 2002 Mock Objects. All Rights Reserved.