Package com.google.gerrit.server.git
Class LocalDiskRepositoryManager.Lifecycle
java.lang.Object
com.google.gerrit.server.git.LocalDiskRepositoryManager.Lifecycle
- All Implemented Interfaces:
- LifecycleListener,- EventListener
- Enclosing class:
- LocalDiskRepositoryManager
public static class LocalDiskRepositoryManager.Lifecycle
extends Object
implements LifecycleListener
- 
Method Summary
- 
Method Details- 
startpublic void start()Description copied from interface:LifecycleListenerInvoked when the server is starting.- Specified by:
- startin interface- LifecycleListener
 
- 
stoppublic void stop()Description copied from interface:LifecycleListenerInvoked when the server is stopping.- Specified by:
- stopin interface- LifecycleListener
 
 
-