Uses of Interface
com.sun.management.oss.pm.opstatus.OperationalStatusMonitorByObjectsValue

Packages that use OperationalStatusMonitorByObjectsValue
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.impl.pm.opstatus.xml This package contains XML translators (from XML/to XML methods) for the objects defined by the package com.sun.management.oss.impl.pm.opstatus. 
com.sun.mfwk.cli   
 

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

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

Uses of OperationalStatusMonitorByObjectsValue in com.sun.management.oss.impl.pm.opstatus.xml
 

Methods in com.sun.management.oss.impl.pm.opstatus.xml with parameters of type OperationalStatusMonitorByObjectsValue
static java.lang.String OperationalStatusMonitorByObjectsValueXmlTranslator.toXml(OperationalStatusMonitorByObjectsValue object, java.lang.String elementName)
           long Value int FILE_SINGLE EVENT_SINGLE int ASCII boolean boolean boolean boolean boolean boolean boolean dateTime dateTime ACTIVE_ON_DUTY anyURI REAL DISCRETE_EVENT_REGISTRATION false
static void OperationalStatusMonitorByObjectsValueXmlTranslator.fromXmlNoRoot(org.jdom.Element element, OperationalStatusMonitorByObjectsValue object)
           
 

Uses of OperationalStatusMonitorByObjectsValue in com.sun.mfwk.cli
 

Methods in com.sun.mfwk.cli that return OperationalStatusMonitorByObjectsValue
 OperationalStatusMonitorByObjectsValue[] MfCliOpStatusJobModule.getOpStatusJobNamesByObjectsByProductInstance(java.lang.String productName, java.lang.String instanceName)