|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hornetq.rest.queue.QueueConsumer
org.hornetq.rest.topic.SubscriptionResource
public class SubscriptionResource
Field Summary |
---|
Fields inherited from class org.hornetq.rest.queue.QueueConsumer |
---|
autoAck, closed, consumer, destination, factory, id, lastConsumed, lastPing, previousIndex, selector, serviceManager, session |
Constructor Summary | |
---|---|
SubscriptionResource(org.hornetq.api.core.client.ClientSessionFactory factory,
java.lang.String destination,
java.lang.String id,
DestinationServiceManager serviceManager,
java.lang.String selector)
|
Method Summary | |
---|---|
boolean |
isDurable()
|
void |
setDurable(boolean durable)
|
Methods inherited from class org.hornetq.rest.queue.QueueConsumer |
---|
checkIndexAndPoll, createSession, getConsumeIndex, getId, getLastPingTime, getMessageResponse, getServiceManager, isClosed, ping, poll, pollWithIndex, receive, receiveFromConsumer, runPoll, setConsumeNextLink, setMessageResponseLinks, setPollTimeoutLinks, setServiceManager, setSessionLink, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubscriptionResource(org.hornetq.api.core.client.ClientSessionFactory factory, java.lang.String destination, java.lang.String id, DestinationServiceManager serviceManager, java.lang.String selector) throws org.hornetq.api.core.HornetQException
org.hornetq.api.core.HornetQException
Method Detail |
---|
public boolean isDurable()
isDurable
in interface Subscription
public void setDurable(boolean durable)
setDurable
in interface Subscription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |