com.mockobjects.jms

Class MockQueue

Implemented Interfaces:
Queue, Verifiable
Known Direct Subclasses:
MockTemporaryQueue

public class MockQueue
extends MockObject
implements Queue

Method Summary

String
getQueueName()
void
setupGetQueueName(String name)
void
setupThrowException(JMSException e)
String
toString()

Methods inherited from class com.mockobjects.MockObject

notImplemented, notYetImplemented, verify

Method Details

getQueueName

public String getQueueName()
            throws JMSException

setupGetQueueName

public void setupGetQueueName(String name)

setupThrowException

public void setupThrowException(JMSException e)

toString

public String toString()

Copyright © 2002 Mock Objects. All Rights Reserved.