public class AddressControlImpl extends AbstractControl implements AddressControl
storageManager
ROUTED_MESSAGE_COUNT_DESCRIPTION, UNROUTED_MESSAGE_COUNT_DESCRIPTION
Constructor and Description |
---|
AddressControlImpl(AddressInfo addressInfo,
ActiveMQServer server,
PagingManager pagingManager,
StorageManager storageManager,
HierarchicalRepository<Set<Role>> securityRepository,
SecurityStore securityStore,
ManagementService managementService) |
Modifier and Type | Method and Description |
---|---|
protected MBeanAttributeInfo[] |
fillMBeanAttributeInfo() |
protected MBeanOperationInfo[] |
fillMBeanOperationInfo() |
String |
getAddress()
Returns the managed address.
|
long |
getAddressSize()
Returns the number of estimated bytes being used by the queue(s), used to control paging and blocking.
|
String[] |
getBindingNames()
Returns the names of all bindings (both queues and diverts) bound to this address
|
long |
getMessageCount() |
long |
getNumberOfBytesPerPage()
Returns the number of bytes used by each page for this address.
|
long |
getNumberOfMessages()
Returns the sum of messages on queue(s), including messages in delivery.
|
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 with this address.
|
String |
getRolesAsJSON()
Returns the roles (name and permissions) associated with this address
using JSON serialization.
|
long |
getRoutedMessageCount()
Returns the number of messages routed to one or more bindings
|
String[] |
getRoutingTypes() |
String |
getRoutingTypesAsJSON() |
long |
getUnRoutedMessageCount()
Returns the number of messages not routed to any bindings
|
boolean |
isPaging()
Returns whether this address is paging.
|
String |
sendMessage(Map<String,String> headers,
int type,
String body,
boolean durable,
String user,
String password) |
blockOnIO, clearIO, getMBeanInfo, sendMessage, tcclCall, tcclInvoke
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
public AddressControlImpl(AddressInfo addressInfo, ActiveMQServer server, PagingManager pagingManager, StorageManager storageManager, HierarchicalRepository<Set<Role>> securityRepository, SecurityStore securityStore, ManagementService managementService) throws Exception
Exception
public String getAddress()
AddressControl
getAddress
in interface AddressControl
public String[] getRoutingTypes()
getRoutingTypes
in interface AddressControl
public String getRoutingTypesAsJSON() throws Exception
getRoutingTypesAsJSON
in interface AddressControl
Exception
public String[] getQueueNames() throws Exception
AddressControl
getQueueNames
in interface AddressControl
Exception
public String[] getBindingNames() throws Exception
AddressControl
getBindingNames
in interface AddressControl
Exception
public Object[] getRoles() throws Exception
AddressControl
getRoles
in interface AddressControl
Exception
public String getRolesAsJSON() throws Exception
AddressControl
RoleInfo.from(String)
.getRolesAsJSON
in interface AddressControl
Exception
public long getNumberOfBytesPerPage() throws Exception
AddressControl
getNumberOfBytesPerPage
in interface AddressControl
Exception
public long getAddressSize() throws Exception
AddressControl
getAddressSize
in interface AddressControl
Exception
public long getNumberOfMessages() throws Exception
AddressControl
getNumberOfMessages
in interface AddressControl
Exception
public boolean isPaging() throws Exception
AddressControl
isPaging
in interface AddressControl
Exception
public int getNumberOfPages() throws Exception
AddressControl
getNumberOfPages
in interface AddressControl
Exception
public long getMessageCount()
getMessageCount
in interface AddressControl
public long getRoutedMessageCount()
AddressControl
getRoutedMessageCount
in interface AddressControl
public long getUnRoutedMessageCount()
AddressControl
getUnRoutedMessageCount
in interface AddressControl
public String sendMessage(Map<String,String> headers, int type, String body, boolean durable, String user, String password) throws Exception
sendMessage
in interface AddressControl
headers
- the message headers and properties to set. Can only
container Strings maped to primitive types.body
- the text to sendpassword
- @returnException
protected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo
in class AbstractControl
protected MBeanAttributeInfo[] fillMBeanAttributeInfo()
fillMBeanAttributeInfo
in class AbstractControl
Copyright © 2019 JBoss by Red Hat. All rights reserved.