Class SnmpV2PartyClock

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, SnmpSyntax

    public class SnmpV2PartyClock
    extends SnmpUInt32
    Deprecated.
    Obsoleted in RFC 1902.
    Defines an SNMPv2 Party Clock. The Party Clock is currently Obsolete, but included for backwards compatability
    Version:
    1.1.1.1
    Author:
    Brian Weaver
    See Also:
    Serialized Form
    • Field Detail

      • ASNTYPE

        public static final byte ASNTYPE
        Deprecated.
        The ASN.1 type for this object
        See Also:
        Constant Field Values
    • Constructor Detail

      • SnmpV2PartyClock

        public SnmpV2PartyClock()
        Deprecated.
        The class constructor. Constructs a default object with the default value. See the super class constructor for more infomation
      • SnmpV2PartyClock

        public SnmpV2PartyClock​(long value)
        Deprecated.
        Creates a SNMPv2 Party Clock with the specific value.
        Parameters:
        value - The unsigned value for the party clock
      • SnmpV2PartyClock

        public SnmpV2PartyClock​(java.lang.Long value)
        Deprecated.
        Creates a SNMPv2 Party Clock with the specific value.
        Parameters:
        value - The unsigned value for the party clock
      • SnmpV2PartyClock

        public SnmpV2PartyClock​(SnmpV2PartyClock second)
        Deprecated.
        Class copy constructor. Constructs a duplicate party clock.
        Parameters:
        second - The party clock to duplicate
      • SnmpV2PartyClock

        public SnmpV2PartyClock​(SnmpUInt32 uint32)
        Deprecated.
        Constructs a SNMPv2 Party Clock with the specified value.
        Parameters:
        uint32 - The super class value to initialize self with.
    • Method Detail

      • typeId

        public byte typeId()
        Deprecated.
        Used to retreive the ASN.1 value for this object.
        Specified by:
        typeId in interface SnmpSyntax
        Overrides:
        typeId in class SnmpUInt32
        Returns:
        The ASN.1 type.
      • clone

        public java.lang.Object clone()
        Deprecated.
        Creates and returns a duplicate object of self.
        Overrides:
        clone in class SnmpUInt32
        Returns:
        A newly created copy of self.
      • toString

        public java.lang.String toString()
        Deprecated.
        Returns the string representation of the object.
        Overrides:
        toString in class SnmpUInt32