public class PrfTrace
extends java.lang.Object
PrfTrace prf = PrfTrace.getPrfTrace();
String rootApInfo = prf.getRootApInfo();
String clientApInfo = prf.getClientApInfo();
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientApInfo()
The client application information of the performance analysis trace held by the current thread is returned as a string.
|
static PrfTrace |
getPrfTrace()
The PrfTrace instance is returned.
|
java.lang.String |
getRootApInfo()
The root application information of the performance analysis trace held by the current thread is returned as a string.
|
public static PrfTrace getPrfTrace()
public final java.lang.String getRootApInfo()
public final java.lang.String getClientApInfo()
Copyright (C) 2015, Hitachi, Ltd.
Copyright (C) 2013, Oracle and/or its affiliates. All rights reserved.