destroy method is not destroying the OutOf Process EclipseEngine!!

From: Vivek Nigam <vivek.nigam_at_gmail.com>
Date: Mon 11 Apr 2005 07:22:04 PM GMT
Message-ID: <a90c6f440504111222877f704@mail.gmail.com>
Hello,

           I don't understand what happened, I am using the Java client
application to communicate with a Java Server via RMI. The Server is
managing the eclipse processes, however when I ask the server to
destroy the eclipse it stops!!! It doesn't generate any exceptions!!!

public void disconnectEclipse()
	{
		try {
			ask_new_click.removeListener();
			ask_new_click.close();
			num_of_bomb.removeListener();
			num_of_bomb.close();
			click_options.removeListener();
			click_options.close();
			bomb_found.removeListener();
			bomb_found.close();
			safe_click_found.removeListener();
			safe_click_found.close();
			((OutOfProcessEclipse) eclipse).destroy();			
		} catch (Exception e) {
			
			e.printStackTrace();
		}
		
	}

First I tried the code above, and it stopped in the:

  "num_of_bomb.close();"

Then I removed everything except the destroy line, and still stops...
I was wondering if someone could help me understand how these methods
work...

Thanks,

Vivek Nigam
Received on Tue Apr 12 10:20:01 2005

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:07:35 PM GMT GMT