Package com.google.gerrit.server.git
Class WorkQueue.Lifecycle
- java.lang.Object
 - 
- com.google.gerrit.server.git.WorkQueue.Lifecycle
 
 
- 
- All Implemented Interfaces:
 LifecycleListener,EventListener
- Enclosing class:
 - WorkQueue
 
public static class WorkQueue.Lifecycle extends Object implements LifecycleListener
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()Invoked when the server is starting.voidstop()Invoked when the server is stopping. 
 - 
 
- 
- 
Method Detail
- 
start
public void start()
Description copied from interface:LifecycleListenerInvoked when the server is starting.- Specified by:
 startin interfaceLifecycleListener
 
- 
stop
public void stop()
Description copied from interface:LifecycleListenerInvoked when the server is stopping.- Specified by:
 stopin interfaceLifecycleListener
 
 - 
 
 -