Add new LTTng commands (create/destroy/start/stop session,
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / control / dialogs / INewConnectionDialog.java
index 5dc342b9a4ce2c604e5c3d1cd15e1f67e981834f..acdceac6e4cd4718ca7f84563add84bc1d19ecb4 100644 (file)
@@ -23,14 +23,14 @@ public interface INewConnectionDialog {
     // Accessors
     // ------------------------------------------------------------------------
     /**
-     * @return returns the node name (alias).
+     * @return the connection name (alias).
      */
-    public String getNodeName();
+    public String getConnectionName();
 
     /**
-     * @return returns the node address (IP address or DNS name)
+     * @return the host name (IP address or DNS name)
      */
-    public String getNodeAddress();
+    public String getHostName();
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.023834 seconds and 5 git commands to generate.