public class Node extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAlternateExchange() |
List<AMQDestination.Binding> |
getBindings() |
Map<String,Object> |
getDeclareArgs() |
String |
getExchangeType() |
String |
getName() |
int |
getType() |
boolean |
isAutoDelete() |
boolean |
isDurable() |
boolean |
isExclusive() |
void |
setAlternateExchange(String altExchange) |
void |
setAutoDelete(boolean autoDelete) |
void |
setBindings(List<AMQDestination.Binding> bindings) |
void |
setDeclareArgs(Map<String,Object> options) |
void |
setDurable(boolean durable) |
void |
setExchangeType(String type) |
void |
setExclusive(boolean exclusive) |
void |
setNodeType(int nodeType) |
protected Node(String name)
public String getName()
public void setNodeType(int nodeType)
public int getType()
public boolean isDurable()
public void setDurable(boolean durable)
public boolean isExclusive()
public void setExclusive(boolean exclusive)
public boolean isAutoDelete()
public void setAutoDelete(boolean autoDelete)
public String getAlternateExchange()
public void setAlternateExchange(String altExchange)
public List<AMQDestination.Binding> getBindings()
public void setBindings(List<AMQDestination.Binding> bindings)
public void setExchangeType(String type)
public String getExchangeType()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.