public interface JournalTaskRestarter<A extends ApplicationContext>
Modifier and Type | Method and Description |
---|---|
void |
doAfterJournalTaskRestart(java.lang.String serverName)
Is called after all remote journal tasks have been reattached
|
void |
doBeforeJournalTaskRestart(java.lang.String serverName)
Is called before the attempt to reattach to any remote journal tasks
|
AsyncTask |
reattachToJournalTask(java.lang.String serverName,
JournalTaskId taskId)
Is called for each remote journal task that has to be reattached.
|
void doBeforeJournalTaskRestart(java.lang.String serverName)
AsyncTask reattachToJournalTask(java.lang.String serverName, JournalTaskId taskId) throws java.lang.Exception
java.lang.Exception
void doAfterJournalTaskRestart(java.lang.String serverName)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.