Uses of Interface
org.snmp4j.model.transaction.TransactionManager
Packages that use TransactionManager
-
Uses of TransactionManager in org.snmp4j.model.snmp.agent
Classes in org.snmp4j.model.snmp.agent that implement TransactionManagerModifier and TypeClassDescriptionclass
The SNMP4JAgentSnmpService implements theSnmpService
interface for SNMP4J-Agent agents. -
Uses of TransactionManager in org.snmp4j.model.snmp.api
Classes in org.snmp4j.model.snmp.api that implement TransactionManagerModifier and TypeClassDescriptionclass
The LocalSnmpService is the defaultSnmpService
implementation that sends directly (from the local device) SNMP request to the specified targets. -
Uses of TransactionManager in org.snmp4j.model.snmp.spi
Subinterfaces of TransactionManager in org.snmp4j.model.snmp.spiModifier and TypeInterfaceDescriptioninterface
TheSnmpService
provides SNMP services to SNMP command generator applications.