| |
|
| java.lang.Object com.mockrunner.mock.jms.MockServerSession
MockServerSession | public class MockServerSession implements ServerSession(Code) | | Mock implementation of JMS ServerSession .
The ServerSession is not meant for application
use.
|
getSession | public Session getSession() throws JMSException(Code) | | |
isStarted | public boolean isStarted()(Code) | | Returns if this server session was started.
true if this server session is started |
setSession | public void setSession(Session session)(Code) | | |
start | public void start() throws JMSException(Code) | | |
|
|
|