org.snmp4j.agent.mo.snmp
Class RowPointer

java.lang.Object
  extended by org.snmp4j.agent.mo.MOColumn
      extended by org.snmp4j.agent.mo.MOMutableColumn
          extended by org.snmp4j.agent.mo.snmp.RowPointer
All Implemented Interfaces:
java.lang.Comparable

public class RowPointer
extends MOMutableColumn


Constructor Summary
RowPointer(int columnID, MOAccess access, org.snmp4j.smi.OID defaultValue, boolean mutableInService)
           
RowPointer(int columnID, MOAccess access, org.snmp4j.smi.OID defaultValue, boolean mutableInService, MOTable targetTable)
           
 
Method Summary
 MOTable getTargetTable()
           
protected  void illegalRowPointer(SubRequest subRequest)
           
 void prepare(SubRequest subRequest, MOTableRow row, MOTableRow preparedChanges, int column)
           
 void setTargetTable(MOTable targetTable)
           
 
Methods inherited from class org.snmp4j.agent.mo.MOMutableColumn
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validate, validateSetRequest
 
Methods inherited from class org.snmp4j.agent.mo.MOColumn
compareTo, get, getAccess, getColumnID, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowPointer

public RowPointer(int columnID,
                  MOAccess access,
                  org.snmp4j.smi.OID defaultValue,
                  boolean mutableInService,
                  MOTable targetTable)

RowPointer

public RowPointer(int columnID,
                  MOAccess access,
                  org.snmp4j.smi.OID defaultValue,
                  boolean mutableInService)
Method Detail

illegalRowPointer

protected void illegalRowPointer(SubRequest subRequest)

prepare

public void prepare(SubRequest subRequest,
                    MOTableRow row,
                    MOTableRow preparedChanges,
                    int column)
Overrides:
prepare in class MOMutableColumn

getTargetTable

public MOTable getTargetTable()

setTargetTable

public void setTargetTable(MOTable targetTable)

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.