Package editor.run

Class OutOfProcessRemote

All Implemented Interfaces:
IProcessRunner<RemoteRunConfig>

public class OutOfProcessRemote extends AbstractOutOfProcessExecutor<RemoteRunConfig>
  • Constructor Details

    • OutOfProcessRemote

      public OutOfProcessRemote()
  • Method Details

    • exec

      protected String exec() throws Exception
      Specified by:
      exec in class AbstractOutOfProcessExecutor<RemoteRunConfig>
      Throws:
      Exception
    • getConnector

      private com.sun.jdi.connect.Connector getConnector()
    • applyArgs

      private Map<String,com.sun.jdi.connect.Connector.Argument> applyArgs(com.sun.jdi.connect.Connector conn, DebugTransport transport)
    • applySharedMemoryArgs

      private void applySharedMemoryArgs(Map<String,com.sun.jdi.connect.Connector.Argument> args)
    • applySocketArgs

      private void applySocketArgs(Map<String,com.sun.jdi.connect.Connector.Argument> args)
    • makeMessage

      private String makeMessage(Map<String,com.sun.jdi.connect.Connector.Argument> args)