Class SessionCommandBuilder


  • public class SessionCommandBuilder
    extends Object
    Builds command line arguments for the session administration mode of ibcmd.
    • Constructor Detail

      • SessionCommandBuilder

        public SessionCommandBuilder​(List<String> args)
        Creates new instance.
        Parameters:
        args - Beginning of the command line. This is supposed to contain path to executable. Must not be null.
    • Method Detail

      • forStandaloneServerProcessWithPid

        public SessionCommandBuilder.WithTargetSessionCommandLineBuilder forStandaloneServerProcessWithPid​(long pid)
        Specifies local standalone server process to interact with.
        Parameters:
        pid - Process identifier of the local standalone server.
        Returns:
        Command line builder. Never null.