From: Alexandre Montplaisir Date: Thu, 28 Jan 2016 20:43:19 +0000 (-0500) Subject: Update for new context APIs X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=419da12d4d7e0847c930b129e3392176730674dc;p=lttng-ust-java-tests.git Update for new context APIs No new tests yet, those will come later! Signed-off-by: Alexandre Montplaisir --- diff --git a/lttng-ust-java-tests-common/src/test/java/org/lttng/ust/agent/integration/client/TcpClientDebugListener.java b/lttng-ust-java-tests-common/src/test/java/org/lttng/ust/agent/integration/client/TcpClientDebugListener.java index 703e0e3..1b6ce47 100644 --- a/lttng-ust-java-tests-common/src/test/java/org/lttng/ust/agent/integration/client/TcpClientDebugListener.java +++ b/lttng-ust-java-tests-common/src/test/java/org/lttng/ust/agent/integration/client/TcpClientDebugListener.java @@ -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 */