Next: concludeUser()
Up: Extending the basic SysAgent
Previous: startUser()
  Contents
The stopUser is called when the System has to stop its work and to
keep the parts of the Agent System from using its service. This is the place
to unregister the before registered proxies. The MAFFinderService
is doing exactly this when the stopUser method is called:
-
- public void stopUser() {
helper.unregisterProxy(mafFinderProxy);
helper.println(``Stopped.'');
}
Thomas Letsch
2001-02-21