|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SystemGroupListener
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 |
|---|
java.lang.String getSysDescr()
throws AgentException
AgentException - on error while processing get.
java.lang.Integer getSysServices()
throws AgentException
AgentException - on error while processing get.
java.lang.Long getSysORLastChange()
throws AgentException
AgentException - on error while processing get.
java.lang.String getSysLocation()
throws AgentException
AgentException - on error while processing get.
void setSysLocation(java.lang.String value)
throws AgentException
value - The Value to be set for the SysLocation.
AgentException - on error while processing set.
java.lang.String getSysName()
throws AgentException
AgentException - on error while processing get.
void setSysName(java.lang.String value)
throws AgentException
value - The Value to be set for the SysName.
AgentException - on error while processing set.
void setSysContact(java.lang.String value)
throws AgentException
value - The Value to be set for the SysContact.
AgentException - on error while processing set.
java.lang.String getSysContact()
throws AgentException
AgentException - on error while processing get.
java.lang.Long getSysUpTime()
throws AgentException
AgentException - on error while processing get.
java.lang.String getSysObjectID()
throws AgentException
AgentException - on error while processing get.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||