| | |
| | | * |
| | | * |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2010 ForgeRock AS |
| | | * Portions Copyright 2010-2011 ForgeRock AS |
| | | */ |
| | | package org.opends.server.replication.server; |
| | | |
| | |
| | | } |
| | | /** |
| | | * Provide a string representation of this object for debug purpose.. |
| | | * @param buffer Append to this buffer. |
| | | */ |
| | | public void toString(StringBuilder buffer) |
| | | { |
| | |
| | | // INIT_PHASE is done AND search is persistent => goto PERSISTENT_PHASE |
| | | searchPhase = PERSISTENT_PHASE; |
| | | |
| | | if (writer ==null) |
| | | final ProtocolSession localSession = session; |
| | | if (writer ==null && localSession != null) |
| | | { |
| | | writer = new ECLServerWriter(session,this,replicationServerDomain); |
| | | writer = new ECLServerWriter(localSession,this,replicationServerDomain); |
| | | writer.start(); // start suspended |
| | | } |
| | | |