Package com.mockobjects.jms
Class MockQueue
- java.lang.Object
-
- com.mockobjects.MockObject
-
- com.mockobjects.jms.MockQueue
-
- All Implemented Interfaces:
Verifiable
- Direct Known Subclasses:
MockTemporaryQueue
public class MockQueue extends MockObject
-
-
Constructor Summary
Constructors Constructor Description MockQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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()
- Overrides:
toString
in classjava.lang.Object
-
setupThrowException
public void setupThrowException(JMSException e)
-
-