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

Packages that use ManagedEntityKey
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 ManagedEntityKey in com.sun.management.oss
 

Methods in com.sun.management.oss that return ManagedEntityKey
 ManagedEntityKey ManagedEntityKeyResult.getManagedEntityKey()
          Return the Managed Entity Key for which an operation result is reported.
 ManagedEntityKey ManagedEntityValue.getManagedEntityKey()
          Get the key for this object.
 ManagedEntityKey ManagedEntityValue.makeManagedEntityKey()
          Manufacture a Key for this managed entity.
 ManagedEntityKey ResyncRequiredException.getManagedEntityKey()
          Get the Key of the stale Managed Entity Value.
 

Methods in com.sun.management.oss with parameters of type ManagedEntityKey
 void ManagedEntityKeyResult.setManagedEntityKey(ManagedEntityKey key)
          Set the key of the managed entity targeted by the operation.
 void ManagedEntityValue.setManagedEntityKey(ManagedEntityKey key)
          Set a new key for this value object.
 

Constructors in com.sun.management.oss with parameters of type ManagedEntityKey
ResyncRequiredException(ManagedEntityKey staleObjectKey, java.lang.String message)
           
 

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

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

Methods in com.sun.management.oss.impl that return ManagedEntityKey
 ManagedEntityKey ManagedEntityValueImpl.getManagedEntityKey()
           
 ManagedEntityKey ManagedEntityValueImpl.makeManagedEntityKey()
           
 ManagedEntityKey ManagedEntityKeyResultImpl.getManagedEntityKey()
           
 

Methods in com.sun.management.oss.impl with parameters of type ManagedEntityKey
 void ManagedEntityValueImpl.setManagedEntityKey(ManagedEntityKey key)
           
 void ManagedEntityKeyResultImpl.setManagedEntityKey(ManagedEntityKey key)
           
 

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

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

Methods in com.sun.management.oss.impl.pm.measurement with parameters of type ManagedEntityKey
 void ReportInformation.initializeKey(ManagedEntityKey pmKey)
          initializeKey
 java.util.Vector ReportInformation.getReportInfos(ManagedEntityKey pmKey)
          getReportInfos
 void ReportInformation.setReportInfo(ManagedEntityKey pmKey, ReportInfo ri)
          setReportInfo
 void PerformanceMonitorValueImpl.setManagedEntityKey(ManagedEntityKey key)
           
 

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

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

Methods in com.sun.management.oss.impl.pm.opstatus with parameters of type ManagedEntityKey
 void OperationalStatusMonitorValueImpl.setManagedEntityKey(ManagedEntityKey key)
           
 void ReportInformation.initializeKey(ManagedEntityKey pmKey)
          initializeKey.
 java.util.Vector ReportInformation.getReportInfos(ManagedEntityKey pmKey)
          getReportInfos.
 void ReportInformation.setReportInfo(ManagedEntityKey pmKey, ReportInfo ri)
          setReportInfo.
 

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

Subinterfaces of ManagedEntityKey in com.sun.management.oss.pm.measurement
 interface PerformanceMonitorKey
          This interface is the primary key of a performance monitor instance.
 

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

Subinterfaces of ManagedEntityKey in com.sun.management.oss.pm.opstatus
 interface OperationalStatusMonitorKey
          This interface is the primary key of a performance monitor instance.