Uses of Class
de.dfki.lt.hog.exceptions.ShutdownException

Packages that use ShutdownException
de.dfki.lt.hog   
 

Uses of ShutdownException in de.dfki.lt.hog
 

Methods in de.dfki.lt.hog that throw ShutdownException
 void Module.shutdown()
          This is the default shutdown method.
static void Launcher.unregisterModule(java.lang.String moduleClass, java.lang.String rmiServer, java.lang.String rmiPort)
          This executes the shutdown method of the registered instance of moduleClass and unregisters it in the local registry and the rmi registry if necessary.