|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface specifies those methods of the SnmpGroupCounters whose implementation is internally handled by the SnmpAgent rather than the API .
| Method Summary | |
java.lang.Integer |
getSnmpEnableAuthenTraps()
Handles the SNMP Get Request for snmpEnableAuthenTraps. |
java.lang.Long |
getSnmpInBadCommunityNames()
Handles the SNMP Get Request for snmpInBadCommunityNames. |
java.lang.Long |
getSnmpInBadCommunityUses()
Handles the SNMP Get Request for snmpInBadCommunityUses. |
java.lang.Long |
getSnmpOutTraps()
Handles the SNMP Get Request for snmpOutTraps. |
java.lang.Long |
getSnmpProxyDrops()
Handles the SNMP Get Request for snmpProxyDrops. |
java.lang.Long |
getSnmpSilentDrops()
Handles the SNMP Get Request for snmpSilentDrops. |
void |
setSnmpEnableAuthenTraps(SnmpVar var)
Handles the SNMP set Request for snmpEnableAutheTraps. |
void |
setSnmpInBadCommunityNames(java.lang.Long value)
Handles the SNMP Set Request for snmpInBadCommunityNames. |
void |
setSnmpInBadCommunityUses(java.lang.Long value)
Handles the SNMP Set Request for snmpInBadCommunityUses. |
void |
setSnmpOutTraps(java.lang.Long snmpOutTraps)
Handles the SNMP Set Request for snmpOutTraps. |
void |
setSnmpProxyDrops(java.lang.Long value)
Handles the SNMP Set Request for snmpProxyDrops. |
void |
setSnmpSilentDrops(java.lang.Long value)
Handles the SNMP Set Request for snmpSilentDrops. |
| Method Detail |
public java.lang.Integer getSnmpEnableAuthenTraps()
throws AgentSnmpException
public void setSnmpEnableAuthenTraps(SnmpVar var)
throws AgentSnmpException
var - the snmpEnableAutheTraps value to be set.
public java.lang.Long getSnmpInBadCommunityNames()
throws AgentSnmpException
public void setSnmpInBadCommunityNames(java.lang.Long value)
throws AgentSnmpException
value - The snmpInBadCommunityNames vlaue to be set.
public java.lang.Long getSnmpInBadCommunityUses()
throws AgentSnmpException
public java.lang.Long getSnmpOutTraps()
throws AgentSnmpException
public void setSnmpOutTraps(java.lang.Long snmpOutTraps)
snmpOutTraps - The Long value of snmpOutTraps to be set.
public void setSnmpInBadCommunityUses(java.lang.Long value)
throws AgentSnmpException
value - The snmpInBadCommunityUses value to be set.
public java.lang.Long getSnmpSilentDrops()
throws AgentSnmpException
public void setSnmpSilentDrops(java.lang.Long value)
value - The value of snmpSilentDrops to be set.
public java.lang.Long getSnmpProxyDrops()
throws AgentSnmpException
public void setSnmpProxyDrops(java.lang.Long value)
value - The snmpProxyDrops value to be set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||