Interface StateRestoreService
-
- All Known Implementing Classes:
LoggingStateRestoreListener
public interface StateRestoreServiceTheStateRestoreServiceis used to get information about the states of the restoration process of a StateStore.- See Also:
StateRestoreListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateRestoreInfogetStateRestoreInfo(String state)Gets the state state of a the restoration process for given state store.
-
-
-
Method Detail
-
getStateRestoreInfo
StateRestoreInfo getStateRestoreInfo(String state)
Gets the state state of a the restoration process for given state store.- Parameters:
state- the name of the state.- Returns:
- the
StateRestoreInfo. - Throws:
NullPointerException- if the given state isnull.
-
-