Class CLIExecutorImpl

java.lang.Object
com.swiftmq.impl.mgmt.standard.CLIExecutorImpl
All Implemented Interfaces:
com.swiftmq.swiftlet.mgmt.CLIExecutor

public class CLIExecutorImpl extends Object implements com.swiftmq.swiftlet.mgmt.CLIExecutor
  • Method Details

    • setAdminRole

      public void setAdminRole(String name) throws Exception
      Specified by:
      setAdminRole in interface com.swiftmq.swiftlet.mgmt.CLIExecutor
      Throws:
      Exception
    • execute

      public void execute(String command) throws Exception
      Specified by:
      execute in interface com.swiftmq.swiftlet.mgmt.CLIExecutor
      Throws:
      Exception
    • getContext

      public String getContext()
      Specified by:
      getContext in interface com.swiftmq.swiftlet.mgmt.CLIExecutor
    • executeWithResult

      public String[] executeWithResult(String command) throws Exception
      Specified by:
      executeWithResult in interface com.swiftmq.swiftlet.mgmt.CLIExecutor
      Throws:
      Exception