public interface RepositoryLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
shutdown(Repository repository)
Called when a repository has been completely shut down.
|
void |
shuttingDown(Repository repository)
Called when a repository is about to be shut down.
|
void |
started(Repository repository)
Called when a repository has been fully started.
|
void started(Repository repository)
repository
- repository that has been fully started.void shuttingDown(Repository repository)
repository
- repository that is about to be shut downvoid shutdown(Repository repository)
repository
- repository that has been shut down.Copyright © 2010 - 2023 Adobe. All Rights Reserved