public interface HarvestSchedulingService
| Modifier and Type | Method and Description |
|---|---|
void |
pauseScheduler()
Pause an active harvest scheduler.
|
void |
resetScheduler() |
void |
resumeScheduler()
Resume a paused harvest scheduler.
|
void |
startNewScheduler()
Start harvest scheduler.
|
void |
stopScheduler()
Stop an active harvest scheduler.
|
void startNewScheduler()
throws SQLException,
AuthorizeException
SQLException - An exception that provides information on a database access error or other errors.AuthorizeException - Exception indicating the current user of the context does not have permission
to perform a particular action.void stopScheduler()
throws SQLException,
AuthorizeException
SQLException - An exception that provides information on a database access error or other errors.AuthorizeException - Exception indicating the current user of the context does not have permission
to perform a particular action.void pauseScheduler()
throws SQLException,
AuthorizeException
SQLException - An exception that provides information on a database access error or other errors.AuthorizeException - Exception indicating the current user of the context does not have permission
to perform a particular action.void resumeScheduler()
throws SQLException,
AuthorizeException
SQLException - An exception that provides information on a database access error or other errors.AuthorizeException - Exception indicating the current user of the context does not have permission
to perform a particular action.void resetScheduler()
throws SQLException,
AuthorizeException,
IOException
IOException - A general class of exceptions produced by failed or interrupted I/O operations.SQLException - An exception that provides information on a database access error or other errors.AuthorizeException - Exception indicating the current user of the context does not have permission
to perform a particular action.Copyright © 2019 DuraSpace. All rights reserved.