Uses of Interface
org.snmp4j.mp.PduHandleCallback

Packages that use PduHandleCallback
org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. 
org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. 
 

Uses of PduHandleCallback in org.snmp4j
 

Methods in org.snmp4j with parameters of type PduHandleCallback
protected  PduHandle Snmp.sendMessage(PDU pdu, Target target, TransportMapping transport, PduHandleCallback pduHandleCallback)
          Actually sends a PDU to a target and returns a handle for the sent PDU.
 PduHandle MessageDispatcher.sendPdu(TransportMapping transportMapping, Address transportAddress, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, boolean expectResponse, PduHandleCallback callback)
          Sends a PDU to the supplied transport address and returns the PduHandle that uniquely identifies the request as response after the request has been sent and otional, if a PduHandleCallback is given, it returns also the PduHandle just before the request is sent through the the callback interface.
 PduHandle MessageDispatcherImpl.sendPdu(TransportMapping transport, Address transportAddress, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, boolean expectResponse, PduHandleCallback pduHandleCallback)
           
 

Uses of PduHandleCallback in org.snmp4j.util
 

Methods in org.snmp4j.util with parameters of type PduHandleCallback
 PduHandle MultiThreadedMessageDispatcher.sendPdu(TransportMapping transportMapping, Address transportAddress, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, boolean expectResponse, PduHandleCallback callback)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.