|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.snmp.Configuration
public class Configuration
Class Configuration.
| Constructor Summary | |
|---|---|
Configuration()
|
|
| Method Summary | |
|---|---|
void |
deleteMaxRepetitions()
|
void |
deleteMaxRequestSize()
|
void |
deleteMaxVarsPerPdu()
|
void |
deletePort()
|
void |
deleteRetry()
|
void |
deleteSecurityLevel()
|
void |
deleteTimeout()
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method. |
String |
getAuthPassphrase()
Returns the value of field 'authPassphrase'. |
String |
getAuthProtocol()
Returns the value of field 'authProtocol'. |
String |
getContextEngineId()
Returns the value of field 'contextEngineId'. |
String |
getContextName()
Returns the value of field 'contextName'. |
String |
getEngineId()
Returns the value of field 'engineId'. |
String |
getEnterpriseId()
Returns the value of field 'enterpriseId'. |
int |
getMaxRepetitions()
Returns the value of field 'maxRepetitions'. |
int |
getMaxRequestSize()
Returns the value of field 'maxRequestSize'. |
int |
getMaxVarsPerPdu()
Returns the value of field 'maxVarsPerPdu'. |
int |
getPort()
Returns the value of field 'port'. |
String |
getPrivacyPassphrase()
Returns the value of field 'privacyPassphrase'. |
String |
getPrivacyProtocol()
Returns the value of field 'privacyProtocol'. |
String |
getProxyHost()
Returns the value of field 'proxyHost'. |
String |
getReadCommunity()
Returns the value of field 'readCommunity'. |
int |
getRetry()
Returns the value of field 'retry'. |
int |
getSecurityLevel()
Returns the value of field 'securityLevel'. |
String |
getSecurityName()
Returns the value of field 'securityName'. |
int |
getTimeout()
Returns the value of field 'timeout'. |
String |
getVersion()
Returns the value of field 'version'. |
String |
getWriteCommunity()
Returns the value of field 'writeCommunity'. |
int |
hashCode()
Overrides the java.lang.Object.hashCode method. |
boolean |
hasMaxRepetitions()
Method hasMaxRepetitions. |
boolean |
hasMaxRequestSize()
Method hasMaxRequestSize. |
boolean |
hasMaxVarsPerPdu()
Method hasMaxVarsPerPdu. |
boolean |
hasPort()
Method hasPort. |
boolean |
hasRetry()
Method hasRetry. |
boolean |
hasSecurityLevel()
Method hasSecurityLevel. |
boolean |
hasTimeout()
Method hasTimeout. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setAuthPassphrase(String authPassphrase)
Sets the value of field 'authPassphrase'. |
void |
setAuthProtocol(String authProtocol)
Sets the value of field 'authProtocol'. |
void |
setContextEngineId(String contextEngineId)
Sets the value of field 'contextEngineId'. |
void |
setContextName(String contextName)
Sets the value of field 'contextName'. |
void |
setEngineId(String engineId)
Sets the value of field 'engineId'. |
void |
setEnterpriseId(String enterpriseId)
Sets the value of field 'enterpriseId'. |
void |
setMaxRepetitions(int maxRepetitions)
Sets the value of field 'maxRepetitions'. |
void |
setMaxRequestSize(int maxRequestSize)
Sets the value of field 'maxRequestSize'. |
void |
setMaxVarsPerPdu(int maxVarsPerPdu)
Sets the value of field 'maxVarsPerPdu'. |
void |
setPort(int port)
Sets the value of field 'port'. |
void |
setPrivacyPassphrase(String privacyPassphrase)
Sets the value of field 'privacyPassphrase'. |
void |
setPrivacyProtocol(String privacyProtocol)
Sets the value of field 'privacyProtocol'. |
void |
setProxyHost(String proxyHost)
Sets the value of field 'proxyHost'. |
void |
setReadCommunity(String readCommunity)
Sets the value of field 'readCommunity'. |
void |
setRetry(int retry)
Sets the value of field 'retry'. |
void |
setSecurityLevel(int securityLevel)
Sets the value of field 'securityLevel'. |
void |
setSecurityName(String securityName)
Sets the value of field 'securityName'. |
void |
setTimeout(int timeout)
Sets the value of field 'timeout'. |
void |
setVersion(String version)
Sets the value of field 'version'. |
void |
setWriteCommunity(String writeCommunity)
Sets the value of field 'writeCommunity'. |
static Configuration |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configuration()
| Method Detail |
|---|
public void deleteMaxRepetitions()
public void deleteMaxRequestSize()
public void deleteMaxVarsPerPdu()
public void deletePort()
public void deleteRetry()
public void deleteSecurityLevel()
public void deleteTimeout()
public boolean equals(Object obj)
equals in class Objectobj -
public String getAuthPassphrase()
public String getAuthProtocol()
public String getContextEngineId()
public String getContextName()
public String getEngineId()
public String getEnterpriseId()
public int getMaxRepetitions()
public int getMaxRequestSize()
public int getMaxVarsPerPdu()
public int getPort()
public String getPrivacyPassphrase()
public String getPrivacyProtocol()
public String getProxyHost()
public String getReadCommunity()
public int getRetry()
public int getSecurityLevel()
public String getSecurityName()
public int getTimeout()
public String getVersion()
public String getWriteCommunity()
public boolean hasMaxRepetitions()
public boolean hasMaxRequestSize()
public boolean hasMaxVarsPerPdu()
public boolean hasPort()
public boolean hasRetry()
public boolean hasSecurityLevel()
public boolean hasTimeout()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode in class Objectpublic 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 setAuthPassphrase(String authPassphrase)
authPassphrase - the value of field 'authPassphrase'.public void setAuthProtocol(String authProtocol)
authProtocol - the value of field 'authProtocol'.public void setContextEngineId(String contextEngineId)
contextEngineId - the value of field 'contextEngineId'.public void setContextName(String contextName)
contextName - the value of field 'contextName'.public void setEngineId(String engineId)
engineId - the value of field 'engineId'.public void setEnterpriseId(String enterpriseId)
enterpriseId - the value of field 'enterpriseId'.public void setMaxRepetitions(int maxRepetitions)
maxRepetitions - the value of field 'maxRepetitions'.public void setMaxRequestSize(int maxRequestSize)
maxRequestSize - the value of field 'maxRequestSize'.public void setMaxVarsPerPdu(int maxVarsPerPdu)
maxVarsPerPdu - the value of field 'maxVarsPerPdu'.public void setPort(int port)
port - the value of field 'port'.public void setPrivacyPassphrase(String privacyPassphrase)
privacyPassphrase - the value of field
'privacyPassphrase'.public void setPrivacyProtocol(String privacyProtocol)
privacyProtocol - the value of field 'privacyProtocol'.public void setProxyHost(String proxyHost)
proxyHost - the value of field 'proxyHost'.public void setReadCommunity(String readCommunity)
readCommunity - the value of field 'readCommunity'.public void setRetry(int retry)
retry - the value of field 'retry'.public void setSecurityLevel(int securityLevel)
securityLevel - the value of field 'securityLevel'.public void setSecurityName(String securityName)
securityName - the value of field 'securityName'.public void setTimeout(int timeout)
timeout - the value of field 'timeout'.public void setVersion(String version)
version - the value of field 'version'.public void setWriteCommunity(String writeCommunity)
writeCommunity - the value of field 'writeCommunity'.
public static Configuration 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 | |||||||||