|
|||||||||||
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
JVTOperationalStatusMonitorSession
interface that are supported by an
implementation.
If JVTOperationalStatusMonitorSession.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 resumeOperationalStatusMonitorByKey . |
static java.lang.String |
SUSPEND_PERFORMANCE_MONITOR_BY_KEY
Constant for the optional operation suspendOperationalStatusMonitorByKey . |
static java.lang.String |
TRY_CREATE_PERFORMANCE_MONITORS_BY_VALUES
Constant for the optional operation tryCreateOperationalStatusMonitorsByValues . |
static java.lang.String |
TRY_REMOVE_PERFORMANCE_MONITORS_BY_KEYS
Constant for the optional operation tryRemoveOperationalStatusMonitorsByKeys . |
static java.lang.String |
TRY_RESUME_PERFORMANCE_MONITORS_BY_KEYS
Constant for the optional operation resumeOperationalStatusMonitorsByKeys . |
static java.lang.String |
TRY_SUSPEND_PERFORMANCE_MONITORS_BY_KEYS
Constant for the optional operation suspendOperationalStatusMonitorsByKeys . |
Field Detail |
public static final java.lang.String TRY_CREATE_PERFORMANCE_MONITORS_BY_VALUES
tryCreateOperationalStatusMonitorsByValues
.
public static final java.lang.String TRY_REMOVE_PERFORMANCE_MONITORS_BY_KEYS
tryRemoveOperationalStatusMonitorsByKeys
.
public static final java.lang.String SUSPEND_PERFORMANCE_MONITOR_BY_KEY
suspendOperationalStatusMonitorByKey
.
public static final java.lang.String TRY_SUSPEND_PERFORMANCE_MONITORS_BY_KEYS
suspendOperationalStatusMonitorsByKeys
.
public static final java.lang.String RESUME_PERFORMANCE_MONITOR_BY_KEY
resumeOperationalStatusMonitorByKey
.
public static final java.lang.String TRY_RESUME_PERFORMANCE_MONITORS_BY_KEYS
resumeOperationalStatusMonitorsByKeys
.
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 |