Package org.ldaptive.control.util
Class SyncReplCookie.CSN
java.lang.Object
org.ldaptive.control.util.SyncReplCookie.CSN
- Enclosing class:
- SyncReplCookie
Class representing a Change Sequence Number.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
Entire CSN value. -
time
CSN time. -
count
CSN count. -
sid
CSN sid. -
mod
CSN mod.
-
-
Constructor Details
-
CSN
Creates a new CSN with the supplied string.- Parameters:
csn
- to parse
-
-
Method Details
-
getValue
Returns the entire value of the CSN.- Returns:
- entire value
-
getTime
Returns the time part of the CSN- Returns:
- CSN time
-
getCount
Returns the count part of the CSN- Returns:
- CSN count
-
getSid
Returns the sid part of the CSN- Returns:
- CSN sid
-
getMod
Returns the mod part of the CSN- Returns:
- CSN mod
-