|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryLifecycleListener
Lifecycle listener interface for repository startup and shutdown.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||