|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterSupport | |
---|---|
org.snmp4j.mp | Provides classes and interfaces for the SNMP message processing. |
org.snmp4j.security | Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. |
Uses of CounterSupport in org.snmp4j.mp |
---|
Fields in org.snmp4j.mp declared as CounterSupport | |
---|---|
protected static CounterSupport |
CounterSupport.instance
|
Methods in org.snmp4j.mp that return CounterSupport | |
---|---|
CounterSupport |
MPv3.getCounterSupport()
Gets the counter support instance that can be used to register for counter incrementation events. |
static CounterSupport |
CounterSupport.getInstance()
Gets the counter support singleton. |
Methods in org.snmp4j.mp with parameters of type CounterSupport | |
---|---|
void |
MPv3.setCounterSupport(CounterSupport counterSupport)
Sets the counter support instance. |
Constructors in org.snmp4j.mp with parameters of type CounterSupport | |
---|---|
MPv3(byte[] localEngineID,
PDUFactory incomingPDUFactory,
SecurityProtocols secProtocols,
SecurityModels secModels,
CounterSupport counterSupport)
Creates a fully qualified MPv3 instance with custom security protocols and models as well as a custom counter support. |
Uses of CounterSupport in org.snmp4j.security |
---|
Methods in org.snmp4j.security that return CounterSupport | |
---|---|
CounterSupport |
USM.getCounterSupport()
Gets the counter support instance that can be used to register for counter incremnetation events. |
Methods in org.snmp4j.security with parameters of type CounterSupport | |
---|---|
void |
USM.setCounterSupport(CounterSupport counterSupport)
Sets the counter support instance. |
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV NEXT | FRAMES NO FRAMES |