public final class QueueDistributionAgentMBeanImpl extends Object implements QueueDistributionAgentMBean
| Constructor and Description |
|---|
QueueDistributionAgentMBeanImpl(DistributionAgent agent,
Map<String,Object> osgiConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedRoots()
If set the agent will allow only distribution requests under the specified roots.
|
String |
getDetails()
The display friendly details of the agent.
|
String |
getLogLevel()
The log level recorded in the transient log accessible via http.
|
String |
getName()
The name of the agent.
|
String |
getPriorityQueues()
List of priority queues that should used for specific paths.The selector format is {queuePrefix}[|{mainQueueMatcher}]={pathMatcher}, e.g.
|
String |
getServiceName()
The name of the service used to access the repository.
|
String |
getStatus()
The distribution agent status, usually one of:
paused
idle
running
blocked
|
String |
getTitle()
The display friendly title of the agent.
|
boolean |
isEnabled()
Whether or not to start the distribution agent.
|
public QueueDistributionAgentMBeanImpl(DistributionAgent agent, Map<String,Object> osgiConfiguration)
public String getName()
QueueDistributionAgentMBeangetName in interface QueueDistributionAgentMBeanpublic String getTitle()
QueueDistributionAgentMBeangetTitle in interface QueueDistributionAgentMBeanpublic String getDetails()
QueueDistributionAgentMBeangetDetails in interface QueueDistributionAgentMBeanpublic boolean isEnabled()
QueueDistributionAgentMBeanisEnabled in interface QueueDistributionAgentMBeanpublic String getServiceName()
QueueDistributionAgentMBeangetServiceName in interface QueueDistributionAgentMBeanpublic String getLogLevel()
QueueDistributionAgentMBeangetLogLevel in interface QueueDistributionAgentMBeanpublic String getAllowedRoots()
QueueDistributionAgentMBeangetAllowedRoots in interface QueueDistributionAgentMBeanpublic String getPriorityQueues()
QueueDistributionAgentMBeangetPriorityQueues in interface QueueDistributionAgentMBeanpublic String getStatus()
QueueDistributionAgentMBeangetStatus in interface QueueDistributionAgentMBeanDistributionAgentStateCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.