Package com.swiftmq.jms.v600
Class TopicConnectionConsumerImpl
- java.lang.Object
-
- com.swiftmq.jms.v600.ConnectionConsumerImpl
-
- com.swiftmq.jms.v600.TopicConnectionConsumerImpl
-
- All Implemented Interfaces:
Recreatable
,RequestRetryValidator
,RequestService
,javax.jms.ConnectionConsumer
public class TopicConnectionConsumerImpl extends ConnectionConsumerImpl implements Recreatable
-
-
Field Summary
-
Fields inherited from class com.swiftmq.jms.v600.ConnectionConsumerImpl
DISPATCH_TOKEN
-
-
Constructor Summary
Constructors Constructor Description TopicConnectionConsumerImpl(ConnectionImpl myConnection, int dispatchId, RequestRegistry requestRegistry, javax.jms.ServerSessionPool serverSessionPool, int maxMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getQueueName()
java.util.List
getRecreatables()
Request
getRecreateRequest()
void
setRecreateReply(Reply reply)
-
Methods inherited from class com.swiftmq.jms.v600.ConnectionConsumerImpl
close, getServerSessionPool, isClosed, isDuplicate, processRequest, serviceRequest, setMyDispatchId, setResetInProgress, validate
-
-
-
-
Constructor Detail
-
TopicConnectionConsumerImpl
public TopicConnectionConsumerImpl(ConnectionImpl myConnection, int dispatchId, RequestRegistry requestRegistry, javax.jms.ServerSessionPool serverSessionPool, int maxMessages)
-
-
Method Detail
-
getRecreateRequest
public Request getRecreateRequest()
- Specified by:
getRecreateRequest
in interfaceRecreatable
-
setRecreateReply
public void setRecreateReply(Reply reply)
- Specified by:
setRecreateReply
in interfaceRecreatable
-
getRecreatables
public java.util.List getRecreatables()
- Specified by:
getRecreatables
in interfaceRecreatable
-
getQueueName
protected java.lang.String getQueueName()
- Specified by:
getQueueName
in classConnectionConsumerImpl
-
-