|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.server.LocalServer
public class LocalServer
Top-level element for the opennms-server.xml configuration file.
| Constructor Summary | |
|---|---|
LocalServer()
|
|
| Method Summary | |
|---|---|
void |
deleteDefaultCriticalPathRetries()
|
void |
deleteDefaultCriticalPathTimeout()
|
String |
getDefaultCriticalPathIp()
Returns the value of field 'defaultCriticalPathIp'. |
int |
getDefaultCriticalPathRetries()
Returns the value of field 'defaultCriticalPathRetries'. |
String |
getDefaultCriticalPathService()
Returns the value of field 'defaultCriticalPathService'. |
int |
getDefaultCriticalPathTimeout()
Returns the value of field 'defaultCriticalPathTimeout'. |
String |
getServerName()
Returns the value of field 'serverName'. |
String |
getVerifyServer()
Returns the value of field 'verifyServer'. |
boolean |
hasDefaultCriticalPathRetries()
Method hasDefaultCriticalPathRetries. |
boolean |
hasDefaultCriticalPathTimeout()
Method hasDefaultCriticalPathTimeout. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setDefaultCriticalPathIp(String defaultCriticalPathIp)
Sets the value of field 'defaultCriticalPathIp'. |
void |
setDefaultCriticalPathRetries(int defaultCriticalPathRetries)
Sets the value of field 'defaultCriticalPathRetries'. |
void |
setDefaultCriticalPathService(String defaultCriticalPathService)
Sets the value of field 'defaultCriticalPathService'. |
void |
setDefaultCriticalPathTimeout(int defaultCriticalPathTimeout)
Sets the value of field 'defaultCriticalPathTimeout'. |
void |
setServerName(String serverName)
Sets the value of field 'serverName'. |
void |
setVerifyServer(String verifyServer)
Sets the value of field 'verifyServer'. |
static LocalServer |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalServer()
| Method Detail |
|---|
public void deleteDefaultCriticalPathRetries()
public void deleteDefaultCriticalPathTimeout()
public String getDefaultCriticalPathIp()
public int getDefaultCriticalPathRetries()
public String getDefaultCriticalPathService()
public int getDefaultCriticalPathTimeout()
public String getServerName()
public String getVerifyServer()
public boolean hasDefaultCriticalPathRetries()
public boolean hasDefaultCriticalPathTimeout()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setDefaultCriticalPathIp(String defaultCriticalPathIp)
defaultCriticalPathIp - the value of field
'defaultCriticalPathIp'.public void setDefaultCriticalPathRetries(int defaultCriticalPathRetries)
defaultCriticalPathRetries - the value of field
'defaultCriticalPathRetries'.public void setDefaultCriticalPathService(String defaultCriticalPathService)
defaultCriticalPathService - the value of field
'defaultCriticalPathService'.public void setDefaultCriticalPathTimeout(int defaultCriticalPathTimeout)
defaultCriticalPathTimeout - the value of field
'defaultCriticalPathTimeout'.public void setServerName(String serverName)
serverName - the value of field 'serverName'.public void setVerifyServer(String verifyServer)
verifyServer - the value of field 'verifyServer'.
public static LocalServer unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||