Introduce a new client listener interface for the Java agent
[deliverable/lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / client / ISessiondCommand.java
index c7d4faf8c38a5c0848c7ac2784505ff6c04455e2..c1faa15f1a74e6b25cdf92b95531eb9af92acc21 100644 (file)
@@ -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
This page took 0.025577 seconds and 5 git commands to generate.