| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | * Portions Copyright 2014-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.tasks; |
| | | |
| | |
| | | |
| | | |
| | | |
| | | // Indicates whether to use an exit code that indicates the server should be |
| | | // restarted. |
| | | /** |
| | | * Indicates whether to use an exit code that indicates the server should be |
| | | * restarted. |
| | | */ |
| | | private boolean restart; |
| | | |
| | | // The shutdown message that will be used. |
| | | /** The shutdown message that will be used. */ |
| | | private LocalizableMessage shutdownMessage; |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public LocalizableMessage getDisplayName() { |
| | | return INFO_TASK_SHUTDOWN_NAME.get(); |
| | | } |