4 package net.sourceforge.phpeclipse.xdebug.core;
7 * @author Christian Perkonig
10 public abstract class AbstractDebugConnection implements IDebugConnection {
11 protected boolean fInitialized = false;
12 protected boolean fIsClosed = true;
14 protected String fSessionID = "";
16 public String getSessionID() {
20 public boolean isInitialized() {
24 public boolean isClosed() {