| java.lang.Object org.mockejb.jms.MockConnection
All known Subclasses: org.mockejb.jms.TopicConnectionImpl, org.mockejb.jms.QueueConnectionImpl,
MockConnection | abstract class MockConnection implements Connection(Code) | | author: Dimitar Gospodinov |
checkClosed | void checkClosed() throws javax.jms.IllegalStateException(Code) | | |
close | public void close() throws JMSException(Code) | | Does nothing.
See Also: javax.jms.Connection.close |
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Destination destination, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | |
createDurableConnectionConsumer | public ConnectionConsumer createDurableConnectionConsumer(Topic topic, java.lang.String subscriptionName, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | |
createMockSession | abstract MockSession createMockSession(boolean transacted, int acknowledgeMode)(Code) | | |
createSession | public Session createSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | |
getClientID | public String getClientID() throws JMSException(Code) | | Returns client Id for this connection.
See Also: javax.jms.Connection.getClientID |
getExceptionListener | public ExceptionListener getExceptionListener() throws JMSException(Code) | | Not implemented.
See Also: javax.jms.Connection.getExceptionListener |
getMetaData | public ConnectionMetaData getMetaData() throws JMSException(Code) | | Returns metadata for MockEJB JMS connection.
See Also: javax.jms.Connection.getMetaData |
isStarted | boolean isStarted()(Code) | | |
setClientID | public void setClientID(String arg0) throws JMSException(Code) | | See Also: javax.jms.Connection.setClientID(java.lang.String) |
setExceptionListener | public void setExceptionListener(ExceptionListener listener) throws JMSException(Code) | | Not implemented.
See Also: javax.jms.Connection.setExceptionListener(javax.jms.ExceptionListener) |
start | public void start() throws JMSException(Code) | | Not implemented.
See Also: javax.jms.Connection.start |
stop | public void stop() throws JMSException(Code) | | Not implemented.
See Also: javax.jms.Connection.stop |
|
|