public class CoreAddress<T extends CoreAddress> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CoreAddress.CoreAddressResources
Child mutators for CoreAddress
|
| Constructor and Description |
|---|
CoreAddress(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
bindingNames()
The names of all bindings (both queues and diverts) bound to this address.
|
T |
bindingNames(List<String> value)
The names of all bindings (both queues and diverts) bound to this address.
|
String |
getKey() |
Long |
numberOfBytesPerPage()
The number of bytes used by each page for this address.
|
T |
numberOfBytesPerPage(Long value)
The number of bytes used by each page for this address.
|
Integer |
numberOfPages()
The number of pages used by this address.
|
T |
numberOfPages(Integer value)
The number of pages used by this address.
|
List<String> |
queueNames()
The names of the queues associated with the address.
|
T |
queueNames(List<String> value)
The names of the queues associated with the address.
|
T |
role(Role value)
Add the Role object to the list of subresources
|
T |
roles(List<Role> value)
Add all Role objects to this subresource
|
CoreAddress.CoreAddressResources |
subresources() |
public CoreAddress(String key)
public String getKey()
public List<String> bindingNames()
public T bindingNames(List<String> value)
public Long numberOfBytesPerPage()
public T numberOfBytesPerPage(Long value)
public Integer numberOfPages()
public T queueNames(List<String> value)
public CoreAddress.CoreAddressResources subresources()
public T roles(List<Role> value)
value - List of Role objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.