| java.lang.Object org.mockejb.jms.MockConnection org.mockejb.jms.TopicConnectionImpl
TopicConnectionImpl | class TopicConnectionImpl extends MockConnection implements TopicConnection(Code) | | TopicConnection implementation
author: Dimitar Gospodinov |
Constructor Summary | |
| TopicConnectionImpl(int clientId) Creates new topic connection for the specified client Id. |
TopicConnectionImpl | TopicConnectionImpl(int clientId)(Code) | | Creates new topic connection for the specified client Id.
Parameters: clientId - |
createConnectionConsumer | public ConnectionConsumer createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | Not implemented.
See Also: javax.jms.TopicConnection.createConnectionConsumer(javax.jms.Topicjava.lang.Stringjavax.jms.ServerSessionPoolint) |
createDurableConnectionConsumer | public ConnectionConsumer createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) throws JMSException(Code) | | Not implemented.
|
createMockSession | MockSession createMockSession(boolean transacted, int acknowledgeMode)(Code) | | |
createTopicSession | public TopicSession createTopicSession(boolean transacted, int acknowledgeMode) throws JMSException(Code) | | Creates new topic session.
See Also: javax.jms.TopicConnection.createTopicSession(booleanint) |
|
|