/[classpath]/classpath/gnu/classpath/jdwp/transport/JdwpConnection.java
ViewVC logotype

Diff of /classpath/gnu/classpath/jdwp/transport/JdwpConnection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.1 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.4.2.2 by gnu_andrew, Sat Sep 10 15:31:36 2005 UTC
# Line 96  public class JdwpConnection Line 96  public class JdwpConnection
96     *     *
97     * @param transport  the transport to use for communications     * @param transport  the transport to use for communications
98     */     */
99    public JdwpConnection (ITransport transport)    public JdwpConnection (ThreadGroup group, ITransport transport)
100    {    {
101        super (group, "JDWP connection thread");
102      _transport = transport;      _transport = transport;
103      _commandQueue = new ArrayList ();      _commandQueue = new ArrayList ();
104      _shutdown = false;      _shutdown = false;
# Line 177  public class JdwpConnection Line 178  public class JdwpConnection
178                 2. Transport was shutdown                 2. Transport was shutdown
179                 In either case, we make sure that all of the                 In either case, we make sure that all of the
180                 back-end gets shutdown. */                 back-end gets shutdown. */
181              Jdwp.getInstance().shutdown ();              Jdwp.getDefault().shutdown ();
182            }            }
183          catch (Throwable t)          catch (Throwable t)
184            {            {

Legend:
Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26