Class AdHocCommandManager


  • @Bean(name="adHocCommandManager",
          active=true)
    public class AdHocCommandManager
    extends java.lang.Object
    • Constructor Detail

      • AdHocCommandManager

        public AdHocCommandManager()
    • Method Detail

      • getAllCommands

        public java.util.Collection<AdHocCommand> getAllCommands()
      • setAllCommands

        public void setAllCommands​(AdHocCommand[] allCommands)
      • getCommand

        public AdHocCommand getCommand​(java.lang.String nodeName)
      • hasCommand

        public boolean hasCommand​(java.lang.String node)
        Method checks if exists implementation for this command in this CommandManager
        Parameters:
        node - name for which perform the check
        Returns:
        true - if command exists for this node
      • registerCommand

        public void registerCommand​(AdHocCommand command)