|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.SnmpInstrument
class SnmpInstrument
| Field Summary | |
|---|---|
protected java.lang.Integer |
snmpEnableAuthenTraps
|
protected java.lang.Long |
snmpInASNParseErrs
|
protected java.lang.Long |
snmpInBadCommunityNames
|
protected java.lang.Long |
snmpInBadCommunityUses
|
protected java.lang.Long |
snmpInBadValues
|
protected java.lang.Long |
snmpInBadVersions
|
protected java.lang.Long |
snmpInGenErrs
|
protected java.lang.Long |
snmpInGetNexts
|
protected java.lang.Long |
snmpInGetRequests
|
protected java.lang.Long |
snmpInGetResponses
|
protected java.lang.Long |
snmpInNoSuchNames
|
protected java.lang.Long |
snmpInPkts
|
protected java.lang.Long |
snmpInReadOnlys
|
protected java.lang.Long |
snmpInSetRequests
|
protected java.lang.Long |
snmpInTooBigs
|
protected java.lang.Long |
snmpInTotalReqVars
|
protected java.lang.Long |
snmpInTotalSetVars
|
protected java.lang.Long |
snmpInTraps
|
protected java.lang.Long |
snmpOutBadValues
|
protected java.lang.Long |
snmpOutGenErrs
|
protected java.lang.Long |
snmpOutGetNexts
|
protected java.lang.Long |
snmpOutGetRequests
|
protected java.lang.Long |
snmpOutGetResponses
|
protected java.lang.Long |
snmpOutNoSuchNames
|
protected java.lang.Long |
snmpOutPkts
|
protected java.lang.Long |
snmpOutSetRequests
|
protected java.lang.Long |
snmpOutTooBigs
|
protected java.lang.Long |
snmpOutTraps
|
protected java.lang.Long |
snmpProxyDrops
|
protected java.lang.Long |
snmpSilentDrops
|
| Constructor Summary | |
|---|---|
SnmpInstrument()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getSnmpEnableAuthenTraps()
Handles the SNMP Get Request for snmpEnableAuthenTraps |
java.lang.Long |
getSnmpInASNParseErrs()
Handles the SNMP Get Request for snmpInASNParseErrs |
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 |
getSnmpInBadValues()
Handles the SNMP Get Request for snmpInBadValues |
java.lang.Long |
getSnmpInBadVersions()
Handles the SNMP Get Request for snmpInBadVersions |
java.lang.Long |
getSnmpInGenErrs()
Handles the SNMP Get Request for snmpInGenErrs |
java.lang.Long |
getSnmpInGetNexts()
Handles the SNMP Get Request for snmpInGetNexts |
java.lang.Long |
getSnmpInGetRequests()
Handles the SNMP Get Request for snmpInGetRequests |
java.lang.Long |
getSnmpInGetResponses()
Handles the SNMP Get Request for snmpInGetResponses |
java.lang.Long |
getSnmpInNoSuchNames()
Handles the SNMP Get Request for snmpInNoSuchNames |
java.lang.Long |
getSnmpInPkts()
Handles the SNMP Get Request for snmpInPkts |
java.lang.Long |
getSnmpInReadOnlys()
Handles the SNMP Get Request for snmpInReadOnlys |
java.lang.Long |
getSnmpInSetRequests()
Handles the SNMP Get Request for snmpInSetRequests |
java.lang.Long |
getSnmpInTooBigs()
Handles the SNMP Get Request for snmpInTooBigs |
java.lang.Long |
getSnmpInTotalReqVars()
Handles the SNMP Get Request for snmpInTotalReqVars |
java.lang.Long |
getSnmpInTotalSetVars()
Handles the SNMP Get Request for snmpInTotalSetVars |
java.lang.Long |
getSnmpInTraps()
Handles the SNMP Get Request for snmpInTraps |
java.lang.Long |
getSnmpOutBadValues()
Handles the SNMP Get Request for snmpOutBadValues |
java.lang.Long |
getSnmpOutGenErrs()
Handles the SNMP Get Request for snmpOutGenErrs |
java.lang.Long |
getSnmpOutGetNexts()
Handles the SNMP Get Request for snmpOutGetNexts |
java.lang.Long |
getSnmpOutGetRequests()
Handles the SNMP Get Request for snmpOutGetRequests |
java.lang.Long |
getSnmpOutGetResponses()
Handles the SNMP Get Request for snmpOutGetResponses |
java.lang.Long |
getSnmpOutNoSuchNames()
Handles the SNMP Get Request for snmpOutNoSuchNames |
java.lang.Long |
getSnmpOutPkts()
Handles the SNMP Get Request for snmpOutPkts |
java.lang.Long |
getSnmpOutSetRequests()
Handles the SNMP Get Request for snmpOutSetRequests |
java.lang.Long |
getSnmpOutTooBigs()
Handles the SNMP Get Request for snmpOutTooBigs |
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 |
setAgentRef(AgentSnmpGroup agentRef)
|
void |
setSnmpEnableAuthenTraps(SnmpVar var)
Handles the SNMP Set Request for snmpEnableAuthenTraps |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Long snmpInPkts
protected java.lang.Long snmpOutPkts
protected java.lang.Long snmpInBadVersions
protected java.lang.Long snmpInBadCommunityNames
protected java.lang.Long snmpInBadCommunityUses
protected java.lang.Long snmpInASNParseErrs
protected java.lang.Long snmpInTooBigs
protected java.lang.Long snmpInNoSuchNames
protected java.lang.Long snmpInBadValues
protected java.lang.Long snmpInReadOnlys
protected java.lang.Long snmpInGenErrs
protected java.lang.Long snmpInTotalReqVars
protected java.lang.Long snmpInTotalSetVars
protected java.lang.Long snmpInGetRequests
protected java.lang.Long snmpInGetNexts
protected java.lang.Long snmpInSetRequests
protected java.lang.Long snmpInGetResponses
protected java.lang.Long snmpInTraps
protected java.lang.Long snmpOutTooBigs
protected java.lang.Long snmpOutNoSuchNames
protected java.lang.Long snmpOutBadValues
protected java.lang.Long snmpOutGenErrs
protected java.lang.Long snmpOutGetRequests
protected java.lang.Long snmpOutGetNexts
protected java.lang.Long snmpOutSetRequests
protected java.lang.Long snmpOutGetResponses
protected java.lang.Long snmpOutTraps
protected java.lang.Integer snmpEnableAuthenTraps
protected java.lang.Long snmpSilentDrops
protected java.lang.Long snmpProxyDrops
| Constructor Detail |
|---|
SnmpInstrument()
| Method Detail |
|---|
public void setAgentRef(AgentSnmpGroup agentRef)
public java.lang.Long getSnmpInPkts()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutPkts()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInBadVersions()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInBadCommunityNames()
throws AgentSnmpException
getSnmpInBadCommunityNames in interface AuthenticationListenerAgentSnmpException - This Wraps all the Exceptions thrown while
processing this Event.
public void setSnmpInBadCommunityNames(java.lang.Long value)
throws AgentSnmpException
AuthenticationListener
setSnmpInBadCommunityNames in interface AuthenticationListenervalue - The snmpInBadCommunityNames vlaue to be set.
AgentSnmpException - This Wraps all the Exceptions thrown while
processing this Event.
public java.lang.Long getSnmpInBadCommunityUses()
throws AgentSnmpException
getSnmpInBadCommunityUses in interface AuthenticationListenerAgentSnmpException - This Wraps all the Exceptions thrown while
processing this Event.public void setSnmpInBadCommunityUses(java.lang.Long value)
AuthenticationListener
setSnmpInBadCommunityUses in interface AuthenticationListenervalue - The snmpInBadCommunityUses value to be set.
public java.lang.Long getSnmpInASNParseErrs()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInTooBigs()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInNoSuchNames()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInBadValues()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInReadOnlys()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInGenErrs()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInTotalReqVars()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInTotalSetVars()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInGetRequests()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInGetNexts()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInSetRequests()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInGetResponses()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpInTraps()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutTooBigs()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutNoSuchNames()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutBadValues()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutGenErrs()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutGetRequests()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutGetNexts()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutSetRequests()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutGetResponses()
throws AgentSnmpException
AgentSnmpException
public java.lang.Long getSnmpOutTraps()
throws AgentSnmpException
getSnmpOutTraps in interface AuthenticationListenerAgentSnmpException - This Wraps all the Exceptions thrown while
processing this Event.
public java.lang.Integer getSnmpEnableAuthenTraps()
throws AgentSnmpException
getSnmpEnableAuthenTraps in interface AuthenticationListenerAgentSnmpException - This Wraps all the Exceptions thrown while
processing this Event.
public void setSnmpEnableAuthenTraps(SnmpVar var)
throws AgentSnmpException
setSnmpEnableAuthenTraps in interface AuthenticationListenerSnmpVar -
AgentSnmpException - on errorpublic void setSnmpOutTraps(java.lang.Long snmpOutTraps)
setSnmpOutTraps in interface AuthenticationListenerlongint -
public java.lang.Long getSnmpSilentDrops()
throws AgentSnmpException
getSnmpSilentDrops in interface AuthenticationListenerAgentSnmpException - This Wraps all the Exceptions thrown while
processing this Event.public void setSnmpSilentDrops(java.lang.Long value)
setSnmpSilentDrops in interface AuthenticationListenerLong -
public java.lang.Long getSnmpProxyDrops()
throws AgentSnmpException
getSnmpProxyDrops in interface AuthenticationListenerAgentSnmpException - This Wraps all the Exceptions thrown while
processing this Event.public void setSnmpProxyDrops(java.lang.Long value)
setSnmpProxyDrops in interface AuthenticationListenerLong -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||