net.sf.snmpadaptor4j.mbean
Interface SystemInfoMBean

All Known Implementing Classes:
SystemInfo

public interface SystemInfoMBean

MBean containing all informations on the system.

Author:
Jean-Philippe MINETTI

Method Summary
 String getSysContact()
          Returns the administrator contact of system (system.sysContact.0).
 String getSysDescr()
          Returns the description on the system (system.sysDescr.0).
 String getSysLocation()
          Returns the location of the system (system.sysLocation.0).
 String getSysName()
          Returns the name given to the system (system.sysName.0).
 long getSysUpTime()
          Returns the elapsed time in milliseconds since the last boot (system.sysUpTime.0).
 void setSysContact(String sysContact)
          Sets the administrator contact of system (system.sysContact.0).
 void setSysDescr(String sysDescr)
          Sets the description on the system (system.sysDescr.0).
 void setSysLocation(String sysLocation)
          Sets the location of the system (system.sysLocation.0).
 void setSysName(String sysName)
          Sets the name given to the system (system.sysName.0).
 

Method Detail

getSysName

String getSysName()
Returns the name given to the system (system.sysName.0).

Returns:
Name given to the system.

setSysName

void setSysName(String sysName)
Sets the name given to the system (system.sysName.0).

Parameters:
sysName - Name given to the system.

getSysDescr

String getSysDescr()
Returns the description on the system (system.sysDescr.0).

Returns:
Description on the system.

setSysDescr

void setSysDescr(String sysDescr)
Sets the description on the system (system.sysDescr.0).

Parameters:
sysDescr - Description on the system.

getSysLocation

String getSysLocation()
Returns the location of the system (system.sysLocation.0).

Returns:
Location of the system.

setSysLocation

void setSysLocation(String sysLocation)
Sets the location of the system (system.sysLocation.0).

Parameters:
sysLocation - Location of the system.

getSysContact

String getSysContact()
Returns the administrator contact of system (system.sysContact.0).

Returns:
Administrator contact of system.

setSysContact

void setSysContact(String sysContact)
Sets the administrator contact of system (system.sysContact.0).

Parameters:
sysContact - Administrator contact of system.

getSysUpTime

long getSysUpTime()
Returns the elapsed time in milliseconds since the last boot (system.sysUpTime.0).

Returns:
Elapsed time in milliseconds since the last boot.


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.