Package org.apache.synapse.commons.snmp
Class SynapseSNMPAgent
java.lang.Object
org.apache.synapse.commons.snmp.SynapseSNMPAgent
This is the public API for initializing and stopping the Synapse SNMP agent.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SynapseSNMPAgent
-
-
Method Details
-
start
Start the SNMP agent for Synapse. This will initialize the SNMP transport bindings, initialize the MIB and start the SNMP agent to accept incoming requests.- Throws:
IOException- If an error occurs while starting the SNMP agent
-
stop
public void stop()Stop and shutdown the Synapse SNMP agent.
-