Examples of purgeConflictsHistorical()


Examples of org.nasutekds.server.replication.plugin.LDAPReplicationDomain.purgeConflictsHistorical()

      {
        DN dn = DN.decode(baseDN);
        // We can assume that this is an LDAP replication domain
        domain = LDAPReplicationDomain.retrievesReplicationDomain(dn);

        domain.purgeConflictsHistorical(null, startTime + purgeMaxTime);
      }

    }
    catch (DirectoryException de)
    {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.