|
MySnmpCrawler API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.management.NotificationBroadcasterSupport | +--snmp.mbean.GenericMBean | +--snmp.test.mbeans.demo.DemoSystem
Nested Class Summary |
Nested classes inherited from class javax.management.NotificationBroadcasterSupport |
|
Field Summary | |
protected java.lang.String |
sysDescr
Variable for storing the value of "SysDescr". |
protected java.lang.String |
sysErrMsg
Variable for storing the value of "SysErrMsg". |
protected java.lang.Integer |
sysFreeMem
Variable for storing the value of "SysFreeMem". |
protected java.lang.String |
sysHostName
Variable for storing the value of "SysHostName". |
protected java.lang.String |
sysTest1
Variable for storing the value of "sysTest1". |
protected java.lang.String |
sysTest2
Variable for storing the value of "sysTest1". |
private java.lang.String |
sysTest3
Variable for storing the value of "sysTest1". |
protected java.lang.Integer |
sysTotalMem
Variable for storing the value of "SysTotalMem". |
Fields inherited from class snmp.mbean.GenericMBean |
|
Fields inherited from class javax.management.NotificationBroadcasterSupport |
|
Constructor Summary | |
DemoSystem()
|
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. |
private void |
init()
|
void |
setSysTest1(java.lang.String sysTest1)
|
void |
setSysTest2(java.lang.String sysTest2)
|
void |
setSysTest3(java.lang.String sysTest3)
|
Methods inherited from class snmp.mbean.GenericMBean |
addNotificationListener, getMBeanClassName, getMBeanMeta, getMBeanObjectName, sendAttrChangeNotification |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String sysTest3
protected java.lang.String sysTest2
protected java.lang.String sysTest1
protected java.lang.String sysErrMsg
protected java.lang.Integer sysFreeMem
protected java.lang.Integer sysTotalMem
protected java.lang.String sysHostName
protected java.lang.String sysDescr
Constructor Detail |
public DemoSystem() throws SnmpException
Method Detail |
private void init()
public java.lang.String getSysErrMsg() throws SnmpException
getSysErrMsg
in interface DemoSystemMBean
SnmpException
public java.lang.Integer getSysFreeMem() throws SnmpException
getSysFreeMem
in interface DemoSystemMBean
SnmpException
public java.lang.Integer getSysTotalMem() throws SnmpException
getSysTotalMem
in interface DemoSystemMBean
SnmpException
public java.lang.String getSysHostName() throws SnmpException
getSysHostName
in interface DemoSystemMBean
SnmpException
public java.lang.String getSysDescr() throws SnmpException
getSysDescr
in interface DemoSystemMBean
SnmpException
public java.lang.String getSysTest1() throws SnmpException
getSysTest1
in interface DemoSystemMBean
SnmpException
public void setSysTest1(java.lang.String sysTest1) throws SnmpException
setSysTest1
in interface DemoSystemMBean
SnmpException
public java.lang.String getSysTest2() throws SnmpException
getSysTest2
in interface DemoSystemMBean
SnmpException
public void setSysTest2(java.lang.String sysTest2) throws SnmpException
setSysTest2
in interface DemoSystemMBean
SnmpException
public java.lang.String getSysTest3() throws SnmpException
getSysTest3
in interface DemoSystemMBean
SnmpException
public void setSysTest3(java.lang.String sysTest3) throws SnmpException
setSysTest3
in interface DemoSystemMBean
SnmpException
|
MySnmpCrawler API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |