|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressControl

An AddressControl is used to manage an address.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
long getNumberOfBytesPerPage()
throws Exception
Exception
String[] getBindingNames()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||