|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This class acts as the interface for the SystemGroup using which user can plug-in his own System Group implementation.
The User has to implement this class to read the original values and
the user implementation needs to be added to the SnmpAgent using
the addSystemGroupListener method.
| Method Summary | |
java.lang.String |
getSysContact()
Getter for the SysContact value. |
java.lang.String |
getSysDescr()
Getter for the SysDescr value. |
java.lang.String |
getSysLocation()
Getter for the SysLocation value. |
java.lang.String |
getSysName()
Getter for the SysName value. |
java.lang.String |
getSysObjectID()
Getter for the SysObjectID value. |
java.lang.Long |
getSysORLastChange()
Getter for the SysORLastChange value. |
java.lang.Integer |
getSysServices()
Getter for the SysServices value. |
java.lang.Long |
getSysUpTime()
Getter for the SysUpTime value. |
void |
setSysContact(java.lang.String value)
Setter for the SysContact value. |
void |
setSysLocation(java.lang.String value)
Setter for the SysLocation value. |
void |
setSysName(java.lang.String value)
Setter for the SysName value. |
| Method Detail |
public java.lang.String getSysDescr()
throws AgentException
public java.lang.Integer getSysServices()
throws AgentException
public java.lang.Long getSysORLastChange()
throws AgentException
public java.lang.String getSysLocation()
throws AgentException
public void setSysLocation(java.lang.String value)
throws AgentException
value - The Value to be set for the SysLocation.
public java.lang.String getSysName()
throws AgentException
public void setSysName(java.lang.String value)
throws AgentException
value - The Value to be set for the SysName.
public void setSysContact(java.lang.String value)
throws AgentException
value - The Value to be set for the SysContact.
public java.lang.String getSysContact()
throws AgentException
public java.lang.Long getSysUpTime()
throws AgentException
public java.lang.String getSysObjectID()
throws AgentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||