| | |
| | | * Indicates whether the startup plugin completed its processing |
| | | * successfully. |
| | | * |
| | | * @return <CODE>true</CODE> if the startup plugin completed its |
| | | * processing successfully, or <CODE>false</CODE> if not. |
| | | * @return {@code true} if the startup plugin completed its |
| | | * processing successfully, or {@code false} if not. |
| | | */ |
| | | public boolean completedSuccessfully() |
| | | { |
| | |
| | | * Indicates whether the Directory Server should continue with its |
| | | * startup process. |
| | | * |
| | | * @return <CODE>true</CODE> if the Directory Server should |
| | | * continue with its startup process, or <CODE>false</CODE> |
| | | * if not. |
| | | * @return {@code true} if the Directory Server should continue |
| | | * with its startup process, or {@code false} if not. |
| | | */ |
| | | public boolean continueStartup() |
| | | { |
| | |
| | | * startup plugin. |
| | | * |
| | | * @return The human-readable error message generated by the |
| | | * startup plugin, or <CODE>null</CODE> if there is no |
| | | * error message. |
| | | * startup plugin, or {@code null} if there is no error |
| | | * message. |
| | | */ |
| | | public String getErrorMessage() |
| | | { |