org.dspace.kernel.mixins
Interface ShutdownService


public interface ShutdownService

Allow the service to be notified when the service manager is shutting it down. This will typically be called when the kernel is stopped or destroyed. Any cleanup that a service needs to do when it is shut down should happen here.

Author:
Aaron Zeckoski (azeckoski @ gmail.com)

Method Summary
 void shutdown()
          Called as the service manager is stopping or shutting down.
 

Method Detail

shutdown

void shutdown()
Called as the service manager is stopping or shutting down.



Copyright © Monday, September 1, 2008-2010 The DSpace Foundation. All Rights Reserved.