org.snmp4j.agent.mo.snmp
Class DisplayStringScalar

java.lang.Object
  extended by org.snmp4j.agent.mo.MOScalar
      extended by org.snmp4j.agent.mo.snmp.DisplayStringScalar
All Implemented Interfaces:
ManagedObject, ManagedObjectValueAccess, MOScope, RegisteredManagedObject, SerializableManagedObject
Direct Known Subclasses:
Snmp4jDemoMib.Snmp4jDemoScalar

public class DisplayStringScalar
extends MOScalar

The DisplayStringScalar class implements the DisplayString textual convention as defined by the SNMPv2-TC MIB specification for scalar objects.

Version:
1.0
Author:
Frank Fock

Constructor Summary
DisplayStringScalar(org.snmp4j.smi.OID oid, MOAccess access, org.snmp4j.smi.OctetString value)
           
DisplayStringScalar(org.snmp4j.smi.OID oid, MOAccess access, org.snmp4j.smi.OctetString value, int minSize, int maxSize)
           
 
Method Summary
 
Methods inherited from class org.snmp4j.agent.mo.MOScalar
addMOChangeListener, addMOValueValidationListener, changeValue, checkRequestScope, cleanup, commit, covers, find, fireAfterMOChange, fireAfterPrepareMOChange, fireBeforeMOChange, fireBeforePrepareMOChange, fireValidate, get, getAccess, getID, getLowerBound, getOid, getScope, getSingleInstanceScope, getUpperBound, getValue, getValue, isCovered, isLowerIncluded, isOverlapping, isUpperIncluded, isValueOK, isVolatile, load, next, prepare, removeMOChangeListener, removeMOValueValidationListener, save, setValue, setValue, setVolatile, toString, toStringDetails, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisplayStringScalar

public DisplayStringScalar(org.snmp4j.smi.OID oid,
                           MOAccess access,
                           org.snmp4j.smi.OctetString value,
                           int minSize,
                           int maxSize)

DisplayStringScalar

public DisplayStringScalar(org.snmp4j.smi.OID oid,
                           MOAccess access,
                           org.snmp4j.smi.OctetString value)

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.