Fixed javadoc errors, unnecessary semicolons, useless imports
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel; |
| | |
| | | { |
| | | return returnCode; |
| | | } |
| | | }; |
| | | } |
| | | |
| | | /** |
| | | * The splash screen for the control panel. |
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012 ForgeRock AS |
| | | * Portions Copyright 2012-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.browser; |
| | |
| | | * The refresher has failed. |
| | | */ |
| | | FAILED |
| | | }; |
| | | } |
| | | |
| | | BrowserController controller; |
| | | State state; |
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2011 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.datamodel; |
| | |
| | | * The base DN is replicated. |
| | | */ |
| | | REPLICATED |
| | | }; |
| | | } |
| | | |
| | | private int nEntries; |
| | | private int missingChanges; |
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.task; |
| | |
| | | * Other task. |
| | | */ |
| | | OTHER |
| | | }; |
| | | } |
| | | |
| | | /** |
| | | * The state on which the task can be. |
| | |
| | | * The task finished with error. |
| | | */ |
| | | FINISHED_WITH_ERROR |
| | | }; |
| | | } |
| | | |
| | | /** |
| | | * Returns the names of the backends that are affected by the task. |
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui; |
| | |
| | | { |
| | | return backendSet; |
| | | } |
| | | }; |
| | | } |
| | | } |
| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2012 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.quicksetup.installer; |
| | |
| | | * @param args the arguments to be passed to ConfigureDS.configMain. |
| | | * @return the return code of the ConfigureDS.configMain method. |
| | | * @throws ApplicationException if something goes wrong. |
| | | * @see org.opends.server.tools.ConfigureDS#configMain(String[]). |
| | | * @see org.opends.server.tools.ConfigureDS#configMain(String[], |
| | | * java.io.OutputStream, java.io.OutputStream) |
| | | */ |
| | | public int invokeConfigureServer(String[] args) throws ApplicationException { |
| | | return ConfigureDS.configMain(args, System.out, System.err); |
| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions copyright 2012 ForgeRock AS. |
| | | * Portions copyright 2012-2013 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.backends.jeb; |
| | | import org.opends.messages.Message; |
| | |
| | | previousCount = latestCount; |
| | | previousTime = latestTime; |
| | | } |
| | | }; |
| | | } |
| | | |
| | | } |
| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2012 ForgeRock AS. |
| | | * Portions copyright 2012-2013 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.backends.jeb; |
| | | import org.opends.messages.Message; |
| | |
| | | protected EntryCodec initialValue() |
| | | { |
| | | return new EntryCodec(); |
| | | }; |
| | | } |
| | | }; |
| | | |
| | | private static EntryCodec acquireEntryCodec() |
| | |
| | | * |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2012 ForgeRock AS. |
| | | * Portions copyright 2012-2013 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.opends.server.backends.jeb.importLDIF; |
| | |
| | | private enum RecordState |
| | | { |
| | | START, NEED_INSERT_ID_SET, NEED_DELETE_ID_SET |
| | | }; |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | * |
| | | * |
| | | * Copyright 2007-2009 Sun Microsystems, Inc. |
| | | * Portions copyright 2011-2012 ForgeRock AS |
| | | * Portions copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | package org.opends.server.replication.server; |
| | | import static org.opends.messages.BackendMessages.*; |
| | |
| | | previousCount = latestCount; |
| | | previousTime = latestTime; |
| | | } |
| | | }; |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012 ForgeRock AS |
| | | * Portions Copyright 2012-2013 ForgeRock AS |
| | | * Portions Copyright 2012 Manuel Gaupp |
| | | */ |
| | | package org.opends.server.schema; |
| | |
| | | import org.opends.messages.MessageBuilder; |
| | | import static org.opends.server.schema.PrintableString.*; |
| | | import static org.opends.server.schema.SchemaConstants.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | | |
| | | /** |
| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | * Portions Copyright 2011 profiq s.r.o. |
| | | */ |
| | | |
| | |
| | | { |
| | | return returnCode; |
| | | } |
| | | }; |
| | | } |
| | | |
| | | /** |
| | | * Enumeration describing the different answer that the user can provide |
| | |
| | | * |
| | | * |
| | | * Copyright 2007-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2012 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | * Portions Copyright 2012 profiq s.r.o. |
| | | */ |
| | | |
| | |
| | | { |
| | | return prompt; |
| | | } |
| | | }; |
| | | } |
| | | |
| | | // The argument parser to be used. |
| | | /** The argument parser to be used. */ |
| | | private ReplicationCliArgumentParser argParser; |
| | | private FileBasedArgument userProvidedAdminPwdFile; |
| | | private LDAPConnectionConsoleInteraction ci = null; |
| | | private CommandBuilder firstServerCommandBuilder; |
| | | // The message formatter |
| | | /** The message formatter. */ |
| | | PlainTextProgressMessageFormatter formatter = |
| | | new PlainTextProgressMessageFormatter(); |
| | | |
| | |
| | | * |
| | | * |
| | | * Copyright 2007-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.server.tools.status; |
| | |
| | | { |
| | | return returnCode; |
| | | } |
| | | }; |
| | | } |
| | | |
| | | /** |
| | | * The Logger. |
| | | */ |
| | | static private final Logger LOG = Logger.getLogger(StatusCli.class.getName()); |
| | | |
| | | // The argument parser |
| | | /** The argument parser. */ |
| | | private StatusCliArgumentParser argParser; |
| | | |
| | | /** |