Uses of Interface
org.snmp4j.agent.agentx.subagent.RegistrationCallback

Packages that use RegistrationCallback
org.snmp4j.agent.agentx.subagent   
org.snmp4j.agent.agentx.subagent.test   
 

Uses of RegistrationCallback in org.snmp4j.agent.agentx.subagent
 

Methods in org.snmp4j.agent.agentx.subagent with parameters of type RegistrationCallback
 void AgentXSubagent.registerRegions(AgentXSession session, org.snmp4j.smi.OctetString context, org.snmp4j.smi.TimeTicks sysUpTime, RegistrationCallback registrationCallback)
          Registers the subagent regions at the master agent.
 void AgentXSubagent.registerSharedTableRows(AgentXSession session, org.snmp4j.smi.OctetString context, AgentXSharedMOTable mo, RegistrationCallback registrationCallback)
          Registers the indexes and (row) regions of a shared table.
 

Uses of RegistrationCallback in org.snmp4j.agent.agentx.subagent.test
 

Classes in org.snmp4j.agent.agentx.subagent.test that implement RegistrationCallback
 class TestSubagent
          The TestSubagent is an example implementation of a simple AgentX subagent with shared tables and multi context registration.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.