| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013-2014 ForgeRock AS. |
| | | * Portions Copyright 2013-2015 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.replication.protocol; |
| | | |
| | |
| | | */ |
| | | public class ServerStartMsg extends StartMsg |
| | | { |
| | | /** Id of the LDAP server that sent this message */ |
| | | /** Id of the LDAP server that sent this message. */ |
| | | private final int serverId; |
| | | private final String serverURL; |
| | | private final DN baseDN; |
| | |
| | | } |
| | | |
| | | /** |
| | | * get the Server URL from the message. |
| | | * Get the Server URL from the message. |
| | | * @return the server URL |
| | | */ |
| | | public String getServerURL() |