goldengate.snmp.utils
Class GgDefaultVariableFactory

java.lang.Object
  extended by goldengate.snmp.utils.GgDefaultVariableFactory
All Implemented Interfaces:
GgInterfaceVariableFactory

public class GgDefaultVariableFactory
extends Object
implements GgInterfaceVariableFactory

Default VariableFactory

Author:
Frederic Bregier

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

GgDefaultVariableFactory

public GgDefaultVariableFactory()
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.