goldengate.snmp.interf
Interface GgInterfaceVariableFactory

All Known Implementing Classes:
GgDefaultVariableFactory, GgTestVariableFactory

public interface GgInterfaceVariableFactory

Constructor of Variable

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
 

Method Detail

getVariable

org.snmp4j.smi.Variable getVariable(org.snmp4j.smi.OID oid,
                                    int type,
                                    int mibLevel,
                                    int entry)
Used to access MIB entry according to argument

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.