|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.OpennmsServerConfigManager
public class OpennmsServerConfigManager
OpennmsServerConfigManager class.
| Constructor Summary | |
|---|---|
protected |
OpennmsServerConfigManager(InputStream is)
Constructor for OpennmsServerConfigManager. |
protected |
OpennmsServerConfigManager(Reader rdr)
Deprecated. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
protected OpennmsServerConfigManager(Reader rdr)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
Constructor for OpennmsServerConfigManager.
rdr - a Reader object.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
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.| Method Detail |
|---|
public String getServerName()
public String getDefaultCriticalPathIp()
public String getDefaultCriticalPathService()
public int getDefaultCriticalPathTimeout()
public int getDefaultCriticalPathRetries()
public boolean verifyServer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||