Modifier and Type | Method and Description |
---|---|
void |
StorageManager.addQueueBinding(long tx,
Binding binding) |
Modifier and Type | Method and Description |
---|---|
void |
JournalStorageManager.addQueueBinding(long tx,
Binding binding) |
Modifier and Type | Method and Description |
---|---|
void |
NullStorageManager.addQueueBinding(long tx,
Binding binding) |
Modifier and Type | Interface and Description |
---|---|
interface |
QueueBinding
A QueueBinding
|
Modifier and Type | Method and Description |
---|---|
Binding |
AddressManager.getBinding(SimpleString queueName) |
Binding |
PostOffice.getBinding(SimpleString uniqueName) |
Binding |
AddressManager.removeBinding(SimpleString uniqueName,
Transaction tx)
This will use a Transaction as we need to confirm the queue was removed
|
Binding |
PostOffice.removeBinding(SimpleString uniqueName,
Transaction tx) |
Modifier and Type | Method and Description |
---|---|
Collection<Binding> |
Bindings.getBindings() |
Map<SimpleString,Binding> |
AddressManager.getBindings() |
Modifier and Type | Method and Description |
---|---|
void |
Bindings.addBinding(Binding binding) |
boolean |
AddressManager.addBinding(Binding binding) |
void |
PostOffice.addBinding(Binding binding) |
void |
Bindings.removeBinding(Binding binding) |
Modifier and Type | Class and Description |
---|---|
class |
DivertBinding |
class |
LocalQueueBinding
A LocalQueueBinding
|
Modifier and Type | Method and Description |
---|---|
Binding |
SimpleAddressManager.getBinding(SimpleString bindableName) |
Binding |
PostOfficeImpl.getBinding(SimpleString name) |
Binding |
SimpleAddressManager.removeBinding(SimpleString uniqueName,
Transaction tx) |
Binding |
PostOfficeImpl.removeBinding(SimpleString uniqueName,
Transaction tx) |
Binding |
WildcardAddressManager.removeBinding(SimpleString uniqueName,
Transaction tx)
If the address is a wild card then the binding will be removed from the actual mappings for any linked address.
|
protected Binding |
SimpleAddressManager.removeMapping(SimpleString bindableName,
Bindings bindings) |
Modifier and Type | Method and Description |
---|---|
Collection<Binding> |
BindingsImpl.getBindings() |
Map<SimpleString,Binding> |
SimpleAddressManager.getBindings() |
Modifier and Type | Method and Description |
---|---|
void |
BindingsImpl.addBinding(Binding binding) |
boolean |
SimpleAddressManager.addBinding(Binding binding) |
void |
PostOfficeImpl.addBinding(Binding binding) |
boolean |
WildcardAddressManager.addBinding(Binding binding)
If the address to add the binding to contains a wildcard then a copy of the binding (with the same underlying queue)
will be added to the actual mappings.
|
protected boolean |
SimpleAddressManager.addMappingInternal(SimpleString address,
Binding binding) |
void |
BindingsImpl.removeBinding(Binding binding) |
Modifier and Type | Method and Description |
---|---|
HornetQQueueExistsException |
HornetQMessageBundle.bindingAlreadyExists(Binding binding) |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteQueueBinding
A RemoteQueueBinding
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteQueueBindingImpl
A RemoteQueueBindingImpl
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.