| | |
| | | */ |
| | | package org.opends.server.tools.upgrade; |
| | | |
| | | import javax.security.auth.callback.CallbackHandler; |
| | | |
| | | import org.opends.server.tools.ClientException; |
| | | |
| | | /** |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public void end(UpgradeContext context, CallbackHandler handler) |
| | | public void end(UpgradeContext context) |
| | | throws ClientException |
| | | { |
| | | // Nothing to do. |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public void interact(UpgradeContext context, CallbackHandler handler) |
| | | public void interact(UpgradeContext context) |
| | | throws ClientException |
| | | { |
| | | // Nothing to do. |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public void start(UpgradeContext context, CallbackHandler handler) |
| | | public void start(UpgradeContext context) |
| | | throws ClientException |
| | | { |
| | | // Nothing to do. |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |
| | | public void verify(UpgradeContext context, CallbackHandler handler) |
| | | public void verify(UpgradeContext context) |
| | | throws ClientException |
| | | { |
| | | // Nothing to do. |