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.Exception
java.lang.String getRolesAsJSON() throws java.lang.Exception
RoleInfo.from(String)
.java.lang.Exception
java.lang.String[] getQueueNames() throws java.lang.Exception
java.lang.Exception
int getNumberOfPages() throws java.lang.Exception
java.lang.Exception
boolean isPaging() throws java.lang.Exception
java.lang.Exception
long getNumberOfBytesPerPage() throws java.lang.Exception
java.lang.Exception
java.lang.String[] getBindingNames() throws java.lang.Exception
java.lang.Exception
Copyright © 2009 Red Hat Inc. All Rights Reserved.