public class LocalServer extends Object implements Serializable
Constructor and Description |
---|
LocalServer() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDefaultCriticalPathRetries() |
void |
deleteDefaultCriticalPathTimeout() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
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.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
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() |
public void deleteDefaultCriticalPathRetries()
public void deleteDefaultCriticalPathTimeout()
public boolean equals(Object obj)
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 int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2015. All Rights Reserved.