Package | Description |
---|---|
org.hornetq.core.postoffice | |
org.hornetq.core.postoffice.impl |
Modifier and Type | Method and Description |
---|---|
Bindings |
BindingsFactory.createBindings(SimpleString address) |
Bindings |
PostOffice.getBindingsForAddress(SimpleString address)
Differently to lookupBindings, this will always create a new element on the Queue if non-existent
|
Bindings |
AddressManager.getBindingsForRoutingAddress(SimpleString address) |
Bindings |
PostOffice.getMatchingBindings(SimpleString address) |
Bindings |
AddressManager.getMatchingBindings(SimpleString address) |
Bindings |
PostOffice.lookupBindingsForAddress(SimpleString address)
It will lookup the Binding without creating an item on the Queue if non-existent
|
Modifier and Type | Class and Description |
---|---|
class |
BindingsImpl
A BindingsImpl
|
Modifier and Type | Method and Description |
---|---|
Bindings |
PostOfficeImpl.createBindings(SimpleString address) |
Bindings |
PostOfficeImpl.getBindingsForAddress(SimpleString address) |
Bindings |
WildcardAddressManager.getBindingsForRoutingAddress(SimpleString address) |
Bindings |
SimpleAddressManager.getBindingsForRoutingAddress(SimpleString address) |
Bindings |
SimpleAddressManager.getMatchingBindings(SimpleString address) |
Bindings |
PostOfficeImpl.getMatchingBindings(SimpleString address) |
Bindings |
PostOfficeImpl.lookupBindingsForAddress(SimpleString address) |
Modifier and Type | Method and Description |
---|---|
protected Binding |
SimpleAddressManager.removeMapping(SimpleString bindableName,
Bindings bindings) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.