Class InserverCommandRunnerHelper


  • @Service
    @Singleton
    public class InserverCommandRunnerHelper
    extends Object
    Allows commands executing in the DAS or an instance to invoke other commands in the same server. This will be most useful from commands that need to change configuration settings by delegating to a sequence of other commands.

    This is similar to some logic in the AdminAdapter.

    Author:
    Tim Quinn