org.stringtree.mock.jms
Class MockServerSessionPool

java.lang.Object
  extended by org.stringtree.mock.RecordingMock
      extended by org.stringtree.mock.jms.MockServerSessionPool
All Implemented Interfaces:
javax.jms.ServerSessionPool

public class MockServerSessionPool
extends RecordingMock
implements javax.jms.ServerSessionPool


Field Summary
 
Fields inherited from class org.stringtree.mock.RecordingMock
exception, recorded, verbose
 
Constructor Summary
MockServerSessionPool()
           
 
Method Summary
 javax.jms.ServerSession getServerSession()
           
 
Methods inherited from class org.stringtree.mock.RecordingMock
assertCalled, assertCalled, assertCalled, assertCalled, assertNotCalled, assertNotCalled, clear, record, record, record, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockServerSessionPool

public MockServerSessionPool()
Method Detail

getServerSession

public javax.jms.ServerSession getServerSession()
                                         throws javax.jms.JMSException
Specified by:
getServerSession in interface javax.jms.ServerSessionPool
Throws:
javax.jms.JMSException