X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-java-agent%2Fjava%2Flttng-ust-agent-common%2Forg%2Flttng%2Fust%2Fagent%2Fclient%2FISessiondCommand.java;fp=liblttng-ust-java-agent%2Fjava%2Flttng-ust-agent-common%2Forg%2Flttng%2Fust%2Fagent%2Fclient%2FISessiondCommand.java;h=c1faa15f1a74e6b25cdf92b95531eb9af92acc21;hb=3165c2f51abe3093f4c5512b499e33cb380b387d;hp=c7d4faf8c38a5c0848c7ac2784505ff6c04455e2;hpb=932535693bb8a719c40f63141dbfac786388ed4a;p=lttng-ust.git diff --git a/liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/ISessiondCommand.java b/liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/ISessiondCommand.java index c7d4faf8..c1faa15f 100644 --- a/liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/ISessiondCommand.java +++ b/liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/ISessiondCommand.java @@ -18,8 +18,6 @@ package org.lttng.ust.agent.client; -import org.lttng.ust.agent.AbstractLttngAgent; - /** * Interface to represent all commands sent from the session daemon to the Java * agent. The agent is then expected to execute the command and provide a @@ -58,5 +56,5 @@ interface ISessiondCommand { * The agent on which to execute the command * @return If the command completed successfully or not */ - public LttngAgentResponse execute(AbstractLttngAgent agent); + public LttngAgentResponse execute(ILttngTcpClientListener agent); } \ No newline at end of file