Update for new context APIs
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 28 Jan 2016 20:43:19 +0000 (15:43 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 4 Feb 2016 19:30:02 +0000 (14:30 -0500)
No new tests yet, those will come later!

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
lttng-ust-java-tests-common/src/test/java/org/lttng/ust/agent/integration/client/TcpClientDebugListener.java

index 703e0e3ba3e2f54a645e567019b29d33e571a706..1b6ce47bd55cfde6ea814264ee3d5abc9c3e721f 100644 (file)
@@ -48,6 +48,18 @@ public class TcpClientDebugListener implements ILttngTcpClientListener {
         return true;
     }
 
+    @Override
+    public boolean appContextDisabled(String contextRetrieverName, String contextName) {
+        // TODO NYI
+        return false;
+    }
+
+    @Override
+    public boolean appContextEnabled(String contextRetrieverName, String contextName) {
+        // TODO NYI
+        return false;
+    }
+
     /**
      * Not yet implemented
      */
This page took 0.023577 seconds and 4 git commands to generate.