[HAPI-devel] How can I stop HL7Server ? I start it in a new thread, but I can not stop it.

2009-07-06 Thread Yu Gu
Hi all, I start HL7Server in a new thread, but I don't know how to stop it. I write the code like this: class ServerSubThread extends Thread { public void run() { startProvidingService(); } } ServerSubThread sst = new ServerSubThread(); public void startService()

Re: [HAPI-devel] Hapi Version 0.5.1 Source Code

2009-07-06 Thread Caleb Powell
Hi James, thanks for your response. Caleb Powell [email protected] From: [email protected] on behalf of James Agnew Sent: Thu 02/07/2009 9:22 PM To: Caleb Powell Cc: [email protected] Subject: Re: [HAPI-devel] Hapi Version 0.5.1