You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/12/11 10:58:06 UTC

camel git commit: CAMEL-8044: Camel commands should be more reusable for remote JVMs

Repository: camel
Updated Branches:
  refs/heads/master f8b97b4c5 -> 03dd64d81


CAMEL-8044: Camel commands should be more reusable for remote JVMs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/03dd64d8
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/03dd64d8
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/03dd64d8

Branch: refs/heads/master
Commit: 03dd64d81f8a9ec77fb7ab3e1d5777907de38a98
Parents: f8b97b4
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Dec 11 10:57:57 2014 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Dec 11 10:57:57 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/commands/LocalCamelController.java | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/03dd64d8/platforms/commands/commands-core/src/main/java/org/apache/camel/commands/LocalCamelController.java
----------------------------------------------------------------------
diff --git a/platforms/commands/commands-core/src/main/java/org/apache/camel/commands/LocalCamelController.java b/platforms/commands/commands-core/src/main/java/org/apache/camel/commands/LocalCamelController.java
index 8352b7e..9e3792c 100644
--- a/platforms/commands/commands-core/src/main/java/org/apache/camel/commands/LocalCamelController.java
+++ b/platforms/commands/commands-core/src/main/java/org/apache/camel/commands/LocalCamelController.java
@@ -20,7 +20,13 @@ import java.util.List;
 
 import org.apache.camel.CamelContext;
 
-public interface LocalCamelController extends CamelController{
+/**
+ * A {@link org.apache.camel.commands.CamelController} that runs locally, eg within the same JVM as the {@link CamelContext}s
+ * it manages.
+ *
+ * For example the Apache Camel Karaf commands does this.
+ */
+public interface LocalCamelController extends CamelController {
 
     /**
      * Get the list of Camel context.