org.snmp4j.mp
Class StatusInformation

java.lang.Object
  extended by org.snmp4j.mp.StatusInformation
All Implemented Interfaces:
java.io.Serializable

public class StatusInformation
extends java.lang.Object
implements java.io.Serializable

The StatusInformation class represents status information of a SNMPv3 message that is needed to return a report message.

Version:
1.0
Author:
Frank Fock
See Also:
Serialized Form

Constructor Summary
StatusInformation()
           
StatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel)
           
 
Method Summary
 byte[] getContextEngineID()
           
 byte[] getContextName()
           
 VariableBinding getErrorIndication()
           
 Integer32 getSecurityLevel()
           
 void setContextEngineID(byte[] contextEngineID)
           
 void setContextName(byte[] contextName)
           
 void setErrorIndication(VariableBinding errorIndication)
           
 void setSecurityLevel(Integer32 securityLevel)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusInformation

public StatusInformation()

StatusInformation

public StatusInformation(VariableBinding errorIndication,
                         byte[] contextName,
                         byte[] contextEngineID,
                         Integer32 securityLevel)
Method Detail

getErrorIndication

public VariableBinding getErrorIndication()

setErrorIndication

public void setErrorIndication(VariableBinding errorIndication)

setContextName

public void setContextName(byte[] contextName)

getContextName

public byte[] getContextName()

setContextEngineID

public void setContextEngineID(byte[] contextEngineID)

getContextEngineID

public byte[] getContextEngineID()

setSecurityLevel

public void setSecurityLevel(Integer32 securityLevel)

getSecurityLevel

public Integer32 getSecurityLevel()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.