Update to session creation procedure
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / stubs / org / eclipse / linuxtools / internal / lttng2 / stubs / dialogs / CreateSessionDialogStub.java
index d8b9cfddbd0f857d2ed4bc1326d44894a83bee99..9fc04c2b71160f798e8015e0e740d3c4b24e7a03 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *   Bernd Hufmann - Initial API and implementation
+ *   Bernd Hufmann - Updated for support of LTTng Tools 2.1
  **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.stubs.dialogs;
 
@@ -26,8 +27,6 @@ public class CreateSessionDialogStub implements ICreateSessionDialog {
     private String fNetworkUrl = null;
     private String fControlUrl = null;
     private String fDataUrl = null;
-    private boolean fIsNoConsumer = false;
-    private boolean fIsDisableConsumer = false;
 
     @Override
     public String getSessionName() {
@@ -98,20 +97,4 @@ public class CreateSessionDialogStub implements ICreateSessionDialog {
         this.fDataUrl = fDataUrl;
     }
 
-    @Override
-    public boolean isNoConsumer() {
-        return fIsNoConsumer;
-    }
-    public void setNoConsumer(boolean isNoConsumer) {
-        fIsNoConsumer = isNoConsumer;
-    }
-
-    @Override
-    public boolean isDisableConsumer() {
-        return fIsDisableConsumer;
-    }
-
-    public void setDisableConsumer(boolean isDisableConsumer) {
-        fIsDisableConsumer = isDisableConsumer;
-    }
 }
This page took 0.030447 seconds and 5 git commands to generate.