All Packages Class Hierarchy This Package Previous Next Index
Class examples.snmp.agent.System
java.lang.Object
|
+----examples.snmp.agent.System
- public class System
- extends Object
- implements Serializable
The class is used for implementing the "System" group.
The group is defined with the following oid: 1.3.6.1.2.1.1.
-
System(SnmpMib)
- Constructor for the "System" group.
-
checkSysContact(String)
- Checker for the "SysContact" variable.
-
checkSysLocation(String)
- Checker for the "SysLocation" variable.
-
checkSysName(String)
- Checker for the "SysName" variable.
-
getSysContact()
- Getter for the "SysContact" variable.
-
getSysDescr()
- Getter for the "SysDescr" variable.
-
getSysLocation()
- Getter for the "SysLocation" variable.
-
getSysName()
- Getter for the "SysName" variable.
-
getSysObjectID()
- Getter for the "SysObjectID" variable.
-
getSysServices()
- Getter for the "SysServices" variable.
-
getSysUpTime()
- Getter for the "SysUpTime" variable.
-
setSysContact(String)
- Setter for the "SysContact" variable.
-
setSysLocation(String)
- Setter for the "SysLocation" variable.
-
setSysName(String)
- Setter for the "SysName" variable.
System
public System(SnmpMib myMib)
- Constructor for the "System" group.
getSysServices
public Integer getSysServices() throws SnmpStatusException
- Getter for the "SysServices" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getSysLocation
public String getSysLocation() throws SnmpStatusException
- Getter for the "SysLocation" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
setSysLocation
public void setSysLocation(String x) throws SnmpStatusException
- Setter for the "SysLocation" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
checkSysLocation
public void checkSysLocation(String x) throws SnmpStatusException
- Checker for the "SysLocation" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getSysName
public String getSysName() throws SnmpStatusException
- Getter for the "SysName" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
setSysName
public void setSysName(String x) throws SnmpStatusException
- Setter for the "SysName" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
checkSysName
public void checkSysName(String x) throws SnmpStatusException
- Checker for the "SysName" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getSysContact
public String getSysContact() throws SnmpStatusException
- Getter for the "SysContact" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
setSysContact
public void setSysContact(String x) throws SnmpStatusException
- Setter for the "SysContact" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
checkSysContact
public void checkSysContact(String x) throws SnmpStatusException
- Checker for the "SysContact" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getSysUpTime
public Long getSysUpTime() throws SnmpStatusException
- Getter for the "SysUpTime" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getSysObjectID
public String getSysObjectID() throws SnmpStatusException
- Getter for the "SysObjectID" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
getSysDescr
public String getSysDescr() throws SnmpStatusException
- Getter for the "SysDescr" variable.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
All Packages Class Hierarchy This Package Previous Next Index