goldengate.snmp.test
Class GgTestVariableFactory
java.lang.Object
goldengate.snmp.test.GgTestVariableFactory
- All Implemented Interfaces:
- GgInterfaceVariableFactory
public class GgTestVariableFactory
- extends Object
- implements GgInterfaceVariableFactory
- Author:
- Frederic Bregier
Method Summary |
org.snmp4j.smi.Variable |
getVariable(org.snmp4j.smi.OID oid,
int type,
int mibLevel,
int entry)
Used to access MIB entry according to argument |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GgTestVariableFactory
public GgTestVariableFactory()
getVariable
public org.snmp4j.smi.Variable getVariable(org.snmp4j.smi.OID oid,
int type,
int mibLevel,
int entry)
- Description copied from interface:
GgInterfaceVariableFactory
- Used to access MIB entry according to argument
- Specified by:
getVariable
in interface GgInterfaceVariableFactory
- Parameters:
oid
- global OIDtype
- type of MIBmibLevel
- level entryentry
- entry rank
- Returns:
- the Variable
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.