com.adventnet.snmp.snmp2.agent
Class AgentSnmpDecoder

java.lang.Object
  extended by com.adventnet.snmp.snmp2.agent.AgentSnmpDecoder

public class AgentSnmpDecoder
extends java.lang.Object


Constructor Summary
AgentSnmpDecoder()
           
AgentSnmpDecoder(SnmpAPI api)
          The Constructor with SnmpAPI
 
Method Summary
(package private)  void addDecodeListener(DecodeListener list)
           
 void decode(byte[] barr)
           
 java.lang.String getErrorString()
           
 java.lang.String getResultString()
           
(package private)  void initializeDecoder(SnmpAPI api)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentSnmpDecoder

public AgentSnmpDecoder()

AgentSnmpDecoder

public AgentSnmpDecoder(SnmpAPI api)
The Constructor with SnmpAPI

Parameters:
api - The SnmpAPI instance
Method Detail

addDecodeListener

void addDecodeListener(DecodeListener list)

initializeDecoder

void initializeDecoder(SnmpAPI api)

decode

public void decode(byte[] barr)

getResultString

public java.lang.String getResultString()

getErrorString

public java.lang.String getErrorString()