org.apache.qpid.server.binding
Class Binding
java.lang.Object
org.apache.qpid.server.binding.Binding
public class Binding
- extends Object
Binding
public Binding(UUID id,
String bindingKey,
AMQQueue queue,
Exchange exchange,
Map<String,Object> arguments)
getId
public UUID getId()
getBindingKey
public String getBindingKey()
getQueue
public AMQQueue getQueue()
getExchange
public Exchange getExchange()
getArguments
public Map<String,Object> getArguments()
incrementMatches
public void incrementMatches()
getMatches
public long getMatches()
isDurable
boolean isDurable()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Licensed to the Apache Software Foundation