Class Worker
java.lang.Object
com._1c.g5.v8.dt.internal.pm.process.Worker
The separate process main class. Provides creating and running instances within it.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Worker
public Worker()
-
-
Method Details
-
main
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 asISeparateProcessConnectionInitializer
to initialize connection with host. All other arguments are passed to initializer.
-