public class 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.
|
CoreAddress |
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.
|
CoreAddress |
numberOfBytesPerPage(Long value)
The number of bytes used by each page for this address.
|
Integer |
numberOfPages()
The number of pages used by this address.
|
CoreAddress |
numberOfPages(Integer value)
The number of pages used by this address.
|
List<String> |
queueNames()
The names of the queues associated with the address.
|
CoreAddress |
queueNames(List<String> value)
The names of the queues associated with the address.
|
CoreAddress |
role(Role value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Role object to the list of subresources
|
CoreAddress |
roles(List<Role> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Role objects to this subresource
|
CoreAddress.CoreAddressResources |
subresources() |
public CoreAddress(String key)
public String getKey()
public List<String> bindingNames()
public CoreAddress bindingNames(List<String> value)
public Long numberOfBytesPerPage()
public CoreAddress numberOfBytesPerPage(Long value)
public Integer numberOfPages()
public CoreAddress numberOfPages(Integer value)
public CoreAddress queueNames(List<String> value)
public CoreAddress.CoreAddressResources subresources()
public CoreAddress roles(List<Role> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Role objects.public CoreAddress role(Role value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Role to addCopyright © 2015 JBoss by Red Hat. All rights reserved.