public interface AddressControl
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the managed address.
|
String[] |
getBindingNames()
Returns the names of all bindings (both queues and diverts) bound to this address
|
long |
getNumberOfBytesPerPage()
Returns the number of bytes used by each page for this address.
|
int |
getNumberOfPages()
Returns the number of pages used by this address.
|
String[] |
getQueueNames()
Returns the names of the queues bound to this address.
|
Object[] |
getRoles()
Returns the roles (name and permissions) associated to this address.
|
String |
getRolesAsJSON()
Returns the roles (name and permissions) associated to this address
using JSON serialization.
|
boolean |
isPaging()
Returns whether this address is paging.
|
String getAddress()
Object[] getRoles() throws Exception
Exception
String getRolesAsJSON() throws Exception
RoleInfo.from(String)
.Exception
String[] getQueueNames() throws Exception
Exception
int getNumberOfPages() throws Exception
Exception
boolean isPaging() throws Exception
Exception
long getNumberOfBytesPerPage() throws Exception
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.