next up previous contents
Next: SysAgentHelper Up: Extending the basic SysAgent Previous: stopUser()   Contents

concludeUser()

This method is called at the very end of the lifetime of a System Agent. It should do the last clean up, like destroying all running threads. Since the MAFFinderService has no work to at the end of its lifetime, it has no own threads running, this method exists only of the following lines:

public void concludeUser() {

   helper.println(``Concluded.'');

}



Thomas Letsch 2001-02-21