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.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.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.