Class SyncReplCookie.CSN

java.lang.Object
org.ldaptive.control.util.SyncReplCookie.CSN
Enclosing class:
SyncReplCookie

public static class SyncReplCookie.CSN extends Object
Class representing a Change Sequence Number.
  • Field Details

    • value

      private final String value
      Entire CSN value.
    • time

      private final String time
      CSN time.
    • count

      private final String count
      CSN count.
    • sid

      private final String sid
      CSN sid.
    • mod

      private final String mod
      CSN mod.
  • Constructor Details

    • CSN

      public CSN(String csn)
      Creates a new CSN with the supplied string.
      Parameters:
      csn - to parse
  • Method Details

    • getValue

      public String getValue()
      Returns the entire value of the CSN.
      Returns:
      entire value
    • getTime

      public String getTime()
      Returns the time part of the CSN
      Returns:
      CSN time
    • getCount

      public String getCount()
      Returns the count part of the CSN
      Returns:
      CSN count
    • getSid

      public String getSid()
      Returns the sid part of the CSN
      Returns:
      CSN sid
    • getMod

      public String getMod()
      Returns the mod part of the CSN
      Returns:
      CSN mod