goldengate.snmp.utils
Class GgEntry

java.lang.Object
  extended by goldengate.snmp.utils.GgEntry

public class GgEntry
extends Object

Entry for MIB definition

Author:
Frederic Bregier

Field Summary
 org.snmp4j.agent.MOAccess access
          Access as defined in SNMP4J
 int smiConstantsType
          ConstantsType as defined in SNMP4J
 
Constructor Summary
GgEntry(int smiConstantsType, org.snmp4j.agent.MOAccess access)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smiConstantsType

public int smiConstantsType
ConstantsType as defined in SNMP4J


access

public org.snmp4j.agent.MOAccess access
Access as defined in SNMP4J

Constructor Detail

GgEntry

public GgEntry(int smiConstantsType,
               org.snmp4j.agent.MOAccess access)
Parameters:
smiConstantsType - as defined in SNMP4J
access - as defined in SNMP4J


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.