|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines string constants to indicate which optional parts of the
JVTPerformanceMonitorSession
interface that are supported by an
implementation.
If JVTPerformanceMonitorSession.getSupportedOptionalOperations()
returns
a method string, a client can call the corresponding method. Otherwise,
UnsupportedOperationException
is thrown.
Field Summary | |
static java.lang.String |
GET_CURRENT_RESULT_REPORT
Constant for the optional operation getCurrentResultReportByKey . |
static java.lang.String |
RESUME_PERFORMANCE_MONITOR_BY_KEY
Constant for the optional operation resumePerformanceMonitorByKey . |
static java.lang.String |
SUSPEND_PERFORMANCE_MONITOR_BY_KEY
Constant for the optional operation suspendPerformanceMonitorByKey . |
static java.lang.String |
TRY_CREATE_PERFORMANCE_MONITORS_BY_VALUES
Constant for the optional operation tryCreatePerformanceMonitorsByValues . |
static java.lang.String |
TRY_REMOVE_PERFORMANCE_MONITORS_BY_KEYS
Constant for the optional operation tryRemovePerformanceMonitorsByKeys . |
static java.lang.String |
TRY_RESUME_PERFORMANCE_MONITORS_BY_KEYS
Constant for the optional operation resumePerformanceMonitorsByKeys . |
static java.lang.String |
TRY_SUSPEND_PERFORMANCE_MONITORS_BY_KEYS
Constant for the optional operation suspendPerformanceMonitorsByKeys . |
Field Detail |
public static final java.lang.String TRY_CREATE_PERFORMANCE_MONITORS_BY_VALUES
tryCreatePerformanceMonitorsByValues
.
public static final java.lang.String TRY_REMOVE_PERFORMANCE_MONITORS_BY_KEYS
tryRemovePerformanceMonitorsByKeys
.
public static final java.lang.String SUSPEND_PERFORMANCE_MONITOR_BY_KEY
suspendPerformanceMonitorByKey
.
public static final java.lang.String TRY_SUSPEND_PERFORMANCE_MONITORS_BY_KEYS
suspendPerformanceMonitorsByKeys
.
public static final java.lang.String RESUME_PERFORMANCE_MONITOR_BY_KEY
resumePerformanceMonitorByKey
.
public static final java.lang.String TRY_RESUME_PERFORMANCE_MONITORS_BY_KEYS
resumePerformanceMonitorsByKeys
.
public static final java.lang.String GET_CURRENT_RESULT_REPORT
getCurrentResultReportByKey
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |