public final class ReverseDistributionAgentMBeanImpl extends Object implements ReverseDistributionAgentMBean
| Constructor and Description |
|---|
ReverseDistributionAgentMBeanImpl(DistributionAgent agent,
Map<String,Object> osgiConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
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 |
getPackageExporterEndpoints()
List of endpoints from which packages are received (exported).
|
int |
getPullItems()
Number of subsequent pull requests to make.
|
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.
|
boolean |
isQueueProcessingEnabled()
Whether or not the distribution agent should process packages in the queues.
|
public ReverseDistributionAgentMBeanImpl(DistributionAgent agent, Map<String,Object> osgiConfiguration)
public String getName()
ReverseDistributionAgentMBeangetName in interface ReverseDistributionAgentMBeanpublic String getTitle()
ReverseDistributionAgentMBeangetTitle in interface ReverseDistributionAgentMBeanpublic String getDetails()
ReverseDistributionAgentMBeangetDetails in interface ReverseDistributionAgentMBeanpublic boolean isEnabled()
ReverseDistributionAgentMBeanisEnabled in interface ReverseDistributionAgentMBeanpublic String getServiceName()
ReverseDistributionAgentMBeangetServiceName in interface ReverseDistributionAgentMBeanpublic String getLogLevel()
ReverseDistributionAgentMBeangetLogLevel in interface ReverseDistributionAgentMBeanpublic boolean isQueueProcessingEnabled()
ReverseDistributionAgentMBeanisQueueProcessingEnabled in interface ReverseDistributionAgentMBeanpublic String getPackageExporterEndpoints()
ReverseDistributionAgentMBeangetPackageExporterEndpoints in interface ReverseDistributionAgentMBeanpublic int getPullItems()
ReverseDistributionAgentMBeangetPullItems in interface ReverseDistributionAgentMBeanpublic String getStatus()
ReverseDistributionAgentMBeangetStatus in interface ReverseDistributionAgentMBeanDistributionAgentStateCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.