Uses of Interface
com.sun.management.oss.ManagedEntityKeyResult

Packages that use ManagedEntityKeyResult
com.sun.management.oss This package is the standard javax.oss package ported into the J2SE environment. 
com.sun.management.oss.impl This package contains the implementations of the interfaces defined in the com.sun.management.oss package. 
com.sun.management.oss.impl.pm.measurement This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.measurement package. 
com.sun.management.oss.impl.pm.opstatus This package contains the implementations of the interfaces defined in the com.sun.management.oss.pm.opstatus package. 
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. 
 

Uses of ManagedEntityKeyResult in com.sun.management.oss
 

Methods in com.sun.management.oss that return ManagedEntityKeyResult
 ManagedEntityKeyResult[] ManagedEntityKeyResultIterator.getNext(int howMany)
          Retrieve the next available results.
 

Uses of ManagedEntityKeyResult in com.sun.management.oss.impl
 

Classes in com.sun.management.oss.impl that implement ManagedEntityKeyResult
 class ManagedEntityKeyResultImpl
          Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
 

Uses of ManagedEntityKeyResult in com.sun.management.oss.impl.pm.measurement
 

Classes in com.sun.management.oss.impl.pm.measurement that implement ManagedEntityKeyResult
 class PerformanceMonitorKeyResultImpl
          Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
 

Uses of ManagedEntityKeyResult in com.sun.management.oss.impl.pm.opstatus
 

Classes in com.sun.management.oss.impl.pm.opstatus that implement ManagedEntityKeyResult
 class OperationalStatusMonitorKeyResultImpl
          Title: com.ericsson.oss Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson Radio Systems AB
 

Uses of ManagedEntityKeyResult in com.sun.management.oss.pm.measurement
 

Subinterfaces of ManagedEntityKeyResult in com.sun.management.oss.pm.measurement
 interface PerformanceMonitorKeyResult
          This interface encapsulates all the information necessary to indicate the result of a BEST EFFORT operation on a specific measurement job.
 

Uses of ManagedEntityKeyResult in com.sun.management.oss.pm.opstatus
 

Subinterfaces of ManagedEntityKeyResult in com.sun.management.oss.pm.opstatus
 interface OperationalStatusMonitorKeyResult
          This interface encapsulates all the information necessary to indicate the result of a BEST EFFORT operation on a specific measurement job.