
public interface AddressControl
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Returns the managed address.
|
java.lang.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.
|
java.lang.String[] |
getQueueNames()
Returns the names of the queues bound to this address.
|
java.lang.Object[] |
getRoles()
Returns the roles (name and permissions) associated to this address.
|
java.lang.String |
getRolesAsJSON()
Returns the roles (name and permissions) associated to this address
using JSON serialization.
|
boolean |
isPaging() |
java.lang.String getAddress()
java.lang.Object[] getRoles() throws java.lang.Exception
java.lang.Exceptionjava.lang.String getRolesAsJSON() throws java.lang.Exception
RoleInfo.from(String).java.lang.Exceptionjava.lang.String[] getQueueNames() throws java.lang.Exception
java.lang.Exceptionint getNumberOfPages() throws java.lang.Exception
java.lang.Exceptionboolean isPaging() throws java.lang.Exception
java.lang.Exceptionlong getNumberOfBytesPerPage() throws java.lang.Exception
java.lang.Exceptionjava.lang.String[] getBindingNames() throws java.lang.Exception
java.lang.ExceptionCopyright © 2009 Red Hat Inc. All Rights Reserved.