org.snmp4j.smi
Class SMIAddress

java.lang.Object
  extended by org.snmp4j.smi.AbstractVariable
      extended by org.snmp4j.smi.SMIAddress
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, BERSerializable, Address, AssignableFromString, Variable
Direct Known Subclasses:
GenericAddress, IpAddress

public abstract class SMIAddress
extends AbstractVariable
implements Address

A SMIAddress is an address that is defined by the Structure of Management Information (SMI) and can be thereby serialized through the Basic Encoding Rules (BER) used by the SNMP protocol.

Since:
1.5
Version:
1.8
Author:
Frank Fock
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.snmp4j.smi.AbstractVariable
SMISYNTAXES_PROPERTIES
 
Constructor Summary
SMIAddress()
           
 
Method Summary
 
Methods inherited from class org.snmp4j.smi.AbstractVariable
clone, compareTo, createFromBER, createFromSyntax, decodeBER, encodeBER, equals, fromSubIndex, getBERLength, getBERPayloadLength, getSyntax, getSyntaxFromString, getSyntaxString, getSyntaxString, hashCode, isDynamic, isException, toInt, toLong, toString, toSubIndex
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.snmp4j.smi.Address
isValid, parseAddress, setValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

SMIAddress

public SMIAddress()

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.