Uses of Class
org.apache.directory.shared.ldap.csn.Csn

Packages that use Csn
org.apache.directory.shared.ldap.csn   
 

Uses of Csn in org.apache.directory.shared.ldap.csn
 

Methods in org.apache.directory.shared.ldap.csn that return Csn
 Csn CsnFactory.newInstance()
          Returns a new Csn.
 Csn CsnFactory.newInstance(long timestamp, int changeCount)
          Returns a new Csn created from the given values.
 Csn CsnFactory.newPurgeCsn(long expirationDate)
          Generates a CSN used to purge data.
 

Methods in org.apache.directory.shared.ldap.csn with parameters of type Csn
 int Csn.compareTo(Csn csn)
          Compares this object with the specified object for order.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.