Class Worker

java.lang.Object
com._1c.g5.v8.dt.internal.pm.process.Worker

public class Worker extends Object

The separate process main class. Provides creating and running instances within it.

  • Constructor Details

    • Worker

      public Worker()
  • Method Details

    • main

      public static void main(String[] args)

      The start point of the separate process. It is calling when someone creates and starts a process with this main class.

      Parameters:
      args - command - line arguments passed to this process. Must contain al least one argument - name of class instantiated as ISeparateProcessConnectionInitializer to initialize connection with host. All other arguments are passed to initializer.