org.hornetq.rest.topic
Interface Subscription

All Known Implementing Classes:
AcknowledgedSubscriptionResource, SubscriptionResource

public interface Subscription

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 long getTimeout()
           
 boolean isDeleteWhenIdle()
           
 boolean isDurable()
           
 void setDeleteWhenIdle(boolean deleteWhenIdle)
           
 void setDurable(boolean isDurable)
           
 void setTimeout(long timeout)
           
 

Method Detail

isDurable

boolean isDurable()

setDurable

void setDurable(boolean isDurable)

getTimeout

long getTimeout()

setTimeout

void setTimeout(long timeout)

isDeleteWhenIdle

boolean isDeleteWhenIdle()

setDeleteWhenIdle

void setDeleteWhenIdle(boolean deleteWhenIdle)


Copyright © 2011. All Rights Reserved.