Searched defs:newServerId (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java506 * @param newServerId The new server Identifier, or null.
510 String newServerId) throws ADSContextException
516 if (newServerId != null)
520 newServerProps.put(ServerProperty.ID,newServerId);
524 serverProperties.put(ServerProperty.ID,newServerId);
509 updateServer(Map<ServerProperty, Object> serverProperties, String newServerId) argument
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java507 * @param newServerId The new server Identifier, or null.
511 String newServerId) throws ADSContextException
517 if (newServerId != null)
521 newServerProps.put(ServerProperty.ID,newServerId);
525 serverProperties.put(ServerProperty.ID,newServerId);
510 updateServer(Map<ServerProperty, Object> serverProperties, String newServerId) argument
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java507 * @param newServerId The new server Identifier, or null.
511 String newServerId) throws ADSContextException
517 if (newServerId != null)
521 newServerProps.put(ServerProperty.ID,newServerId);
525 serverProperties.put(ServerProperty.ID,newServerId);
510 updateServer(Map<ServerProperty, Object> serverProperties, String newServerId) argument
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java506 * @param newServerId The new server Identifier, or null.
510 String newServerId) throws ADSContextException
516 if (newServerId != null)
520 newServerProps.put(ServerProperty.ID,newServerId);
524 serverProperties.put(ServerProperty.ID,newServerId);
509 updateServer(Map<ServerProperty, Object> serverProperties, String newServerId) argument
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java507 * @param newServerId The new server Identifier, or null.
511 String newServerId) throws ADSContextException
517 if (newServerId != null)
521 newServerProps.put(ServerProperty.ID,newServerId);
525 serverProperties.put(ServerProperty.ID,newServerId);
510 updateServer(Map<ServerProperty, Object> serverProperties, String newServerId) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java428 * @param newServerId
433 public void updateServer(Map<ServerProperty, Object> serverProperties, String newServerId) throws ADSContextException argument
439 if (newServerId != null)
442 newServerProps.put(ServerProperty.ID, newServerId);
446 serverProperties.put(ServerProperty.ID, newServerId);

Completed in 47 milliseconds