MySnmpCrawler API

snmp.test.mbeans.demo
Interface DemoSystemMBean

All Known Implementing Classes:
DemoSystem

public interface DemoSystemMBean


Method Summary
 java.lang.String getSysDescr()
          Getter for the "SysDescr" variable.
 java.lang.String getSysErrMsg()
          Getter for the "SysErrMsg" variable.
 java.lang.Integer getSysFreeMem()
          Getter for the "SysFreeMem" variable.
 java.lang.String getSysHostName()
          Getter for the "SysHostName" variable.
 java.lang.String getSysTest1()
           
 java.lang.String getSysTest2()
           
 java.lang.String getSysTest3()
           
 java.lang.Integer getSysTotalMem()
          Getter for the "SysTotalMem" variable.
 void setSysTest1(java.lang.String s)
           
 void setSysTest2(java.lang.String s)
           
 void setSysTest3(java.lang.String s)
           
 

Method Detail

getSysErrMsg

public java.lang.String getSysErrMsg()
                              throws SnmpException
Getter for the "SysErrMsg" variable.

SnmpException

getSysFreeMem

public java.lang.Integer getSysFreeMem()
                                throws SnmpException
Getter for the "SysFreeMem" variable.

SnmpException

getSysTotalMem

public java.lang.Integer getSysTotalMem()
                                 throws SnmpException
Getter for the "SysTotalMem" variable.

SnmpException

getSysHostName

public java.lang.String getSysHostName()
                                throws SnmpException
Getter for the "SysHostName" variable.

SnmpException

getSysDescr

public java.lang.String getSysDescr()
                             throws SnmpException
Getter for the "SysDescr" variable.

SnmpException

getSysTest1

public java.lang.String getSysTest1()
                             throws SnmpException
SnmpException

setSysTest1

public void setSysTest1(java.lang.String s)
                 throws SnmpException
SnmpException

getSysTest2

public java.lang.String getSysTest2()
                             throws SnmpException
SnmpException

setSysTest2

public void setSysTest2(java.lang.String s)
                 throws SnmpException
SnmpException

getSysTest3

public java.lang.String getSysTest3()
                             throws SnmpException
SnmpException

setSysTest3

public void setSysTest3(java.lang.String s)
                 throws SnmpException
SnmpException

MySnmpCrawler API