Uses of Class
fedora.server.errors.ModuleShutdownException

Packages that use ModuleShutdownException
fedora.server   
fedora.server.journal   
fedora.server.resourceIndex   
 

Uses of ModuleShutdownException in fedora.server
 

Methods in fedora.server that throw ModuleShutdownException
 void Server.finalize()
          Calls shutdown() when finalization occurs.
 void Server.shutdown(Context context)
          Performs shutdown tasks for the modules and the server.
 void Module.shutdownModule()
          Frees system resources allocated by this Module.
 

Uses of ModuleShutdownException in fedora.server.journal
 

Methods in fedora.server.journal that throw ModuleShutdownException
 void JournalWorker.shutdown()
          Called when the Journaller module receives a shutdown() from the server.
 void JournalCreator.shutdown()
          Server is shutting down, so tell the JournalWriter to shut down.
 void JournalConsumer.shutdown()
          Tell the thread, the reader and the log to shut down.
 void Journaller.shutdownModule()
          Tell the worker to shut down.
 

Uses of ModuleShutdownException in fedora.server.resourceIndex
 

Methods in fedora.server.resourceIndex that throw ModuleShutdownException
 void ResourceIndexModule.shutdownModule()
          Shutdown the RI module by closing the wrapped ResourceIndex.