public class OpennmsServerConfigManager extends Object
OpennmsServerConfigManager class.
Modifier | Constructor and Description |
---|---|
protected |
OpennmsServerConfigManager(InputStream is)
Constructor for OpennmsServerConfigManager.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultCriticalPathIp()
Return the default critical path IP
|
int |
getDefaultCriticalPathRetries()
Return the default critical path retries
|
String |
getDefaultCriticalPathService()
Return the default critical path service
|
int |
getDefaultCriticalPathTimeout()
Return the default critical path timeout
|
String |
getServerName()
Return the local opennms server name.
|
boolean |
verifyServer()
Return the boolean flag verify server to determine if poller what to use
server to restrict services to poll.
|
protected OpennmsServerConfigManager(InputStream is) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
Constructor for OpennmsServerConfigManager.
is
- a InputStream
object.org.exolab.castor.xml.MarshalException
- if any.org.exolab.castor.xml.ValidationException
- if any.public String getServerName()
public String getDefaultCriticalPathIp()
public String getDefaultCriticalPathService()
public int getDefaultCriticalPathTimeout()
public int getDefaultCriticalPathRetries()
public boolean verifyServer()
Copyright © 2015. All Rights Reserved.