|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectNotFoundException | |
com.sun.management.oss.impl.factory.measurement | This package contains the measurement job factory MBean. |
com.sun.management.oss.impl.factory.opstatus | This package contains the operational status job factory MBean. |
com.sun.management.oss.impl.model.measurement | This package contains the interface that has to be implemented for interfacing between the layer formed by the measurement job factory/jobs and any JMX data model instanciated in the context of the factory MBeanServer. |
com.sun.management.oss.pm.measurement | This package is the standard javax.oss.pm.measurement package ported into the J2SE/JMX environment. |
com.sun.management.oss.pm.opstatus | This package refers to systems capabilities to read operational status of observed managed object(s) (MBeans) and to produce status reports when status changes occur. |
com.sun.mfwk.cms.model.measurement | This package contains the implementation of the interface defined in package com.sun.management.oss.impl.model.measurement for the CIB/JSR-77 data model context. |
Uses of ObjectNotFoundException in com.sun.management.oss.impl.factory.measurement |
Methods in com.sun.management.oss.impl.factory.measurement that throw ObjectNotFoundException | |
ReportInfoIterator |
JmxJVTPerformanceMonitorSession.getPerformanceReportInfo(PerformanceMonitorKey pmKey,
java.util.Calendar date)
See JVTPerformanceMonitorSession.getPerformanceReportInfo(PerformanceMonitorKey pmKey, java.util.Calendar
date) . |
PerformanceMonitorValue |
JmxJVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey,
java.lang.String[] attributes)
See JVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey, String[]
attributes) . |
void |
JmxJVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
See JVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey
pmKey) . |
void |
JmxJVTPerformanceMonitorSession.suspendPerformanceMonitorByKey(PerformanceMonitorKey pmKey)
See JVTPerformanceMonitorSession.suspendPerformanceMonitorByKey(PerformanceMonitorKey
pmKey) . |
void |
JmxJVTPerformanceMonitorSession.resumePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
See JVTPerformanceMonitorSession.resumePerformanceMonitorByKey(PerformanceMonitorKey
pmKey) . |
CurrentResultReport |
JmxJVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey,
ReportFormat format)
See JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey, ReportFormat
format) .
|
Uses of ObjectNotFoundException in com.sun.management.oss.impl.factory.opstatus |
Methods in com.sun.management.oss.impl.factory.opstatus that throw ObjectNotFoundException | |
ReportInfoIterator |
JmxJVTOperationalStatusMonitorSession.getOperationalStatusReportInfo(OperationalStatusMonitorKey pmKey,
java.util.Calendar date)
|
OperationalStatusMonitorValue |
JmxJVTOperationalStatusMonitorSession.getOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey,
java.lang.String[] attributes)
|
void |
JmxJVTOperationalStatusMonitorSession.removeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
|
void |
JmxJVTOperationalStatusMonitorSession.suspendOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
|
void |
JmxJVTOperationalStatusMonitorSession.resumeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
|
CurrentResultReport |
JmxJVTOperationalStatusMonitorSession.getCurrentResultReport(OperationalStatusMonitorKey pmKey,
ReportFormat format)
|
Uses of ObjectNotFoundException in com.sun.management.oss.impl.model.measurement |
Methods in com.sun.management.oss.impl.model.measurement that throw ObjectNotFoundException | |
boolean |
PerformanceGenericModel.hasPerformanceAttributes(javax.management.ObjectName dn,
PerformanceAttributeDescriptor[] attributesToMeasure)
hasPerformanceAttributes Returns true if the given object has every attributes specified in
attributesToMeasure. |
Uses of ObjectNotFoundException in com.sun.management.oss.pm.measurement |
Methods in com.sun.management.oss.pm.measurement that throw ObjectNotFoundException | |
ReportInfoIterator |
JVTPerformanceMonitorSession.getPerformanceReportInfo(PerformanceMonitorKey pmKey,
java.util.Calendar date)
Returns a list of available measurement result in the performance monitor agent. |
PerformanceMonitorValue |
JVTPerformanceMonitorSession.getPerformanceMonitorByKey(PerformanceMonitorKey pmKey,
java.lang.String[] attributes)
Gets the attribute values of a specific measurement job. |
void |
JVTPerformanceMonitorSession.removePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
Remove measurement job. |
void |
JVTPerformanceMonitorSession.suspendPerformanceMonitorByKey(PerformanceMonitorKey pmKey)
Inhibits the measurement job from collection of measurement data. |
void |
JVTPerformanceMonitorSession.resumePerformanceMonitorByKey(PerformanceMonitorKey pmKey)
Re-enables the measurement job to collect measurement data. |
CurrentResultReport |
JVTPerformanceMonitorSession.getCurrentResultReport(PerformanceMonitorKey pmKey,
ReportFormat format)
Generate a result report of the current measurement result values. |
Uses of ObjectNotFoundException in com.sun.management.oss.pm.opstatus |
Methods in com.sun.management.oss.pm.opstatus that throw ObjectNotFoundException | |
ReportInfoIterator |
JVTOperationalStatusMonitorSession.getOperationalStatusReportInfo(OperationalStatusMonitorKey pmKey,
java.util.Calendar date)
Returns a list of available measurement result in the performance monitor agent. |
OperationalStatusMonitorValue |
JVTOperationalStatusMonitorSession.getOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey,
java.lang.String[] attributes)
Gets the attribute values of a specific measurement job. |
void |
JVTOperationalStatusMonitorSession.removeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
Remove measurement job. |
void |
JVTOperationalStatusMonitorSession.suspendOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
Inhibits the measurement job from collection of measurement data. |
void |
JVTOperationalStatusMonitorSession.resumeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
Re-enables the measurement job to collect measurement data. |
CurrentResultReport |
JVTOperationalStatusMonitorSession.getCurrentResultReport(OperationalStatusMonitorKey pmKey,
ReportFormat format)
Generate a result report of the current measurement result values. |
Uses of ObjectNotFoundException in com.sun.mfwk.cms.model.measurement |
Methods in com.sun.mfwk.cms.model.measurement that throw ObjectNotFoundException | |
boolean |
PerformanceMfModel.hasPerformanceAttributes(javax.management.ObjectName dn,
PerformanceAttributeDescriptor[] attributesToMeasure)
Returns true if the given object has every attributes specified in attributesToMeasure. |
boolean |
PerformanceMfModel.hasPerformanceAttributes(javax.management.ObjectName dn,
PerformanceAttributeDescriptor[] attributesToMeasure)
Returns true if the given object has every attributes specified in attributesToMeasure. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |