goldengate.snmp.utils
Class GgEntry
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
smiConstantsType
public int smiConstantsType
- ConstantsType as defined in SNMP4J
access
public org.snmp4j.agent.MOAccess access
- Access as defined in SNMP4J
GgEntry
public GgEntry(int smiConstantsType,
org.snmp4j.agent.MOAccess access)
- Parameters:
smiConstantsType
- as defined in SNMP4Jaccess
- as defined in SNMP4J
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.