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 / model / IDomainInfo.java
index 9056c579631db92454fd77ba35f8537ee398b4f4..e7e20d7c1c0c94cc473f961d7cd2e195efb9e2eb 100644 (file)
@@ -38,5 +38,17 @@ public interface IDomainInfo extends ITraceInfo {
      * @param channel - channel information to add.
      */
     public void addChannel(IChannelInfo channel);
+    
+    /**
+     * @return true if domain is kernel, false for UST
+     */
+    public boolean isKernel();
+    
+    /**
+     * Sets whether domain is  Kernel domain or UST 
+     * @param isKernel true for kernel, false for UST
+     */
+    public void setIsKernel(boolean isKernel);
+
 
 }
This page took 0.024952 seconds and 5 git commands to generate.