> Do I call ActionImpl.stopThreadPool() inside DisplayImpl? > If not, how do I get access to my ActionImpl? stopThreadPool() is a static method of ActionImpl, so in your application literally write: ActionImpl.stopThreadPool(); Good luck, Bill
visad
archives: