goldengate.snmp.test
Class GgTestVariableFactory

java.lang.Object
  extended by goldengate.snmp.test.GgTestVariableFactory
All Implemented Interfaces:
GgInterfaceVariableFactory

public class GgTestVariableFactory
extends Object
implements GgInterfaceVariableFactory

Author:
Frederic Bregier

Constructor Summary
GgTestVariableFactory()
           
 
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
 

Constructor Detail

GgTestVariableFactory

public GgTestVariableFactory()
Method Detail

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 OID
type - type of MIB
mibLevel - level entry
entry - entry rank
Returns:
the Variable


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