public static final class SrvConfigDescriptor.Admin extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SrvConfigDescriptor.Admin.Sma |
Constructor and Description |
---|
SrvConfigDescriptor.Admin() |
Modifier and Type | Method and Description |
---|---|
void |
dump(String prefix,
StringBuilder sb)
Dumps configuration.
|
boolean |
getPassiveMonitoringOnly() |
SrvConfigDescriptor.Admin.Sma |
getSma()
Returns the configuration for monitoring over SMA.
|
void |
setPassiveMonitoringOnly(boolean passiveMonitoringOnly)
Sets whether administrative command and control operations are enabled.
|
public SrvConfigDescriptor.Admin.Sma getSma()
public void setPassiveMonitoringOnly(boolean passiveMonitoringOnly)
passiveMonitoringOnly
- When true the XVM will only emit monitoring data.public boolean getPassiveMonitoringOnly()
public void dump(String prefix, StringBuilder sb)
prefix
- The prefix to prepend on each line.sb
- The StringBuilder to dump to.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.