org.apache.qpid.client.messaging.address
Class Link
java.lang.Object
org.apache.qpid.client.messaging.address.Link
public class Link
- extends Object
Constructor Summary |
Link()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
_filter
protected String _filter
_filterType
protected Link.FilterType _filterType
_isNoLocal
protected boolean _isNoLocal
_isDurable
protected boolean _isDurable
_consumerCapacity
protected int _consumerCapacity
_producerCapacity
protected int _producerCapacity
node
protected Node node
subscription
protected Link.Subscription subscription
Link
public Link()
getNode
public Node getNode()
setNode
public void setNode(Node node)
isDurable
public boolean isDurable()
setDurable
public void setDurable(boolean durable)
getFilter
public String getFilter()
setFilter
public void setFilter(String filter)
getFilterType
public Link.FilterType getFilterType()
setFilterType
public void setFilterType(Link.FilterType type)
isNoLocal
public boolean isNoLocal()
setNoLocal
public void setNoLocal(boolean noLocal)
getConsumerCapacity
public int getConsumerCapacity()
setConsumerCapacity
public void setConsumerCapacity(int capacity)
getProducerCapacity
public int getProducerCapacity()
setProducerCapacity
public void setProducerCapacity(int capacity)
getName
public String getName()
setName
public void setName(String name)
getSubscription
public Link.Subscription getSubscription()
setSubscription
public void setSubscription(Link.Subscription subscription)
Licensed to the Apache Software Foundation