All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.StandAloneSnmpAgent

java.lang.Object
   |
   +----examples.snmp.agent.StandAloneSnmpAgent

public class StandAloneSnmpAgent
extends Object
The example shows how to write a standalone SNMP agent using Java Dynamic Management Kit.

The agent is started on a non standard SNMP port: 8085.
As such you do not need to be root to start the agent.


Constructor Index

 o StandAloneSnmpAgent()

Method Index

 o getSnmpAdaptor()
 o main(String[])
The main method does not allow you to specify command-line parameters.

Constructors

 o StandAloneSnmpAgent
 public StandAloneSnmpAgent()

Methods

 o main
 public static void main(String args[])
The main method does not allow you to specify command-line parameters.

 o getSnmpAdaptor
 public static AdaptorServerImpl getSnmpAdaptor()

All Packages  Class Hierarchy  This Package  Previous  Next  Index