org.snmp4j.agent.io
Class Context

java.lang.Object
  extended by org.snmp4j.agent.io.Context
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Context(org.snmp4j.smi.OctetString context)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.snmp4j.smi.OctetString getContext()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(org.snmp4j.smi.OctetString context)
Method Detail

getContext

public org.snmp4j.smi.OctetString getContext()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.