ConfigureProcessStarterTracing

Description:

Enables or disables tracing for specified process starter. Process starters can be specified by name or class name. The class name is the Java implementation class' name.

Method Arguments:

The following table describes the arguments of this microagent method:

Argument Name

Description

ProcessStarter

Name of the process starter for which you wish to configure tracing. Specifying * signifies all process starters. If StarterClass is specified, this argument is optional.

StarterClass

Java implementation class name of the process starter for which you wish to configure tracing. This argument is optional if you specify the ProcessStarter argument.

Enable

Specify true if you wish to enable tracing, false if you wish to disable tracing.

Output:

None