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.


Constructor Index

 o System(SnmpMib)
Constructor for the "System" group.

Method Index

 o checkSysContact(String)
Checker for the "SysContact" variable.
 o checkSysLocation(String)
Checker for the "SysLocation" variable.
 o checkSysName(String)
Checker for the "SysName" variable.
 o getSysContact()
Getter for the "SysContact" variable.
 o getSysDescr()
Getter for the "SysDescr" variable.
 o getSysLocation()
Getter for the "SysLocation" variable.
 o getSysName()
Getter for the "SysName" variable.
 o getSysObjectID()
Getter for the "SysObjectID" variable.
 o getSysServices()
Getter for the "SysServices" variable.
 o getSysUpTime()
Getter for the "SysUpTime" variable.
 o setSysContact(String)
Setter for the "SysContact" variable.
 o setSysLocation(String)
Setter for the "SysLocation" variable.
 o setSysName(String)
Setter for the "SysName" variable.

Constructors

 o System
 public System(SnmpMib myMib)
Constructor for the "System" group.

Methods

 o getSysServices
 public Integer getSysServices() throws SnmpStatusException
Getter for the "SysServices" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getSysLocation
 public String getSysLocation() throws SnmpStatusException
Getter for the "SysLocation" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o setSysLocation
 public void setSysLocation(String x) throws SnmpStatusException
Setter for the "SysLocation" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o checkSysLocation
 public void checkSysLocation(String x) throws SnmpStatusException
Checker for the "SysLocation" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getSysName
 public String getSysName() throws SnmpStatusException
Getter for the "SysName" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o setSysName
 public void setSysName(String x) throws SnmpStatusException
Setter for the "SysName" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o checkSysName
 public void checkSysName(String x) throws SnmpStatusException
Checker for the "SysName" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getSysContact
 public String getSysContact() throws SnmpStatusException
Getter for the "SysContact" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o setSysContact
 public void setSysContact(String x) throws SnmpStatusException
Setter for the "SysContact" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o checkSysContact
 public void checkSysContact(String x) throws SnmpStatusException
Checker for the "SysContact" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getSysUpTime
 public Long getSysUpTime() throws SnmpStatusException
Getter for the "SysUpTime" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o getSysObjectID
 public String getSysObjectID() throws SnmpStatusException
Getter for the "SysObjectID" variable.

Throws: SnmpStatusException
An error occurred while accessing a MIB node.
 o 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