| File was renamed from opendj-sdk/opends/src/server/org/opends/server/replication/service/SetGenerationIdTask.java |
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.replication.service; |
| | | package org.opends.server.replication.plugin; |
| | | import static org.opends.server.config.ConfigConstants.*; |
| | | import static org.opends.server.core.DirectoryServer.getAttributeType; |
| | | |
| | | import org.opends.server.replication.service.ReplicationDomain; |
| | | import org.opends.server.tasks.TaskUtils; |
| | | |
| | | |
| | |
| | | import org.opends.server.loggers.debug.DebugTracer; |
| | | import org.opends.server.types.Attribute; |
| | | import org.opends.server.types.AttributeType; |
| | | import org.opends.server.types.DN; |
| | | import org.opends.server.types.DirectoryException; |
| | | import org.opends.server.types.Entry; |
| | | import org.opends.server.types.ResultCode; |
| | |
| | | |
| | | try |
| | | { |
| | | domain = ReplicationDomain.retrievesReplicationDomain(domainString); |
| | | DN dn = DN.decode(domainString); |
| | | domain = LDAPReplicationDomain.retrievesReplicationDomain(dn); |
| | | } |
| | | catch(DirectoryException e) |
| | | { |