|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.skyscreamer.nevado.jms.NevadoConnection
org.skyscreamer.nevado.jms.NevadoTopicConnection
public class NevadoTopicConnection
Nevado implementation of TopicConnection
| Field Summary |
|---|
| Fields inherited from class org.skyscreamer.nevado.jms.NevadoConnection |
|---|
_inUse, DEFAULT_MAX_POLL_WAIT_MS |
| Constructor Summary | |
|---|---|
NevadoTopicConnection(SQSConnector sqsConnector)
|
|
| Method Summary | |
|---|---|
javax.jms.ConnectionConsumer |
createConnectionConsumer(javax.jms.Topic topic,
String s,
javax.jms.ServerSessionPool serverSessionPool,
int i)
|
javax.jms.TopicSession |
createTopicSession(boolean transacted,
int acknowledgeMode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.TopicConnection |
|---|
createDurableConnectionConsumer |
| Methods inherited from interface javax.jms.Connection |
|---|
close, createConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
| Constructor Detail |
|---|
public NevadoTopicConnection(SQSConnector sqsConnector)
throws javax.jms.JMSException
javax.jms.JMSException| Method Detail |
|---|
public javax.jms.TopicSession createTopicSession(boolean transacted,
int acknowledgeMode)
throws javax.jms.JMSException
createTopicSession in interface javax.jms.TopicConnectionjavax.jms.JMSException
public javax.jms.ConnectionConsumer createConnectionConsumer(javax.jms.Topic topic,
String s,
javax.jms.ServerSessionPool serverSessionPool,
int i)
throws javax.jms.JMSException
createConnectionConsumer in interface javax.jms.TopicConnectionjavax.jms.JMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||