For version 10-00 or later, this class is deprecated. Instead, use PrfTrace.
public class CprfTrace
extends java.lang.Object
Functions related to performance analysis traces are now provided. This class is compatible with version 9 or earlier.
When you develop a new Java EE application, use com.hitachi.software.javaee.util.prf.PrfTrace.
Specifying the class path
When using this class, specify <Application Server installation directory>/javaee/glassfish/lib/gf-client.jar
as the class path, and then compile it.
public static final java.lang.String getRootApInfo()
Deprecated.For version 10-00 or later, this method is deprecated. Instead, use
PrfTrace.getRootApInfo().
The root application information of the performance analysis trace held by the current thread is returned as a string.
The string for the root application information shows the root application information, which consists of an IP address,
a process ID, and a communication number separated by forward slashes (/). The maximum size is 46 characters.
Example: "10.209.15.130/1234/0x0000000000000001"