Hitachi

uCosminexus Application Server Definition Reference Guide


jvm.userprf.ExtendedSetting

Organization of this page

Format

jvm.userprf.ExtendedSetting={true|false}

Description

Specify whether to enable the following methods in the coding format of the user-extended trace based performance analysis setup file:

Default value

jvm.userprf.ExtendedSetting=false

Prerequisite property

jvm.userprf.Enable=true

Argument

true

You can use the following methods for coding in the user-extended trace based performance analysis setup file:

  • Method specifying the package name and class name

  • Method specifying only the package name

false

You cannot code the following methods in the user-extended trace based performance analysis setup file:

  • Method specifying the package name and class name

  • Method specifying only the package name

If a value other than true or false is specified, the default value is used.

Notes

If you specify false in this property and use the methods that are enabled with true for coding in the user-extended trace based performance analysis setup file, a format error occurs for the user-extended trace based performance analysis setup file.

Example of specification

An example specification of the property is as follows:

add.jvm.arg= -Djvm.userprf.ExtendedSetting=true