// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_J2eeJMSSessionProducers // ================================================================== [Association, Version ( "2.8.0" ), UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ), Description ( "CIM_J2eeJMSSessionProducers identifies the JMS producer " "statistics that are associated with the referencing JMS " "session statistics." )] class CIM_J2eeJMSSessionProducers : CIM_RelatedStatisticalData { [Override ( "Stats" ), Min ( 1 ), Description ( "The JMS session statistic." )] CIM_J2eeJMSSessionStats REF Stats; [Override ( "RelatedStats" ), Description ( "The related JMS producer statistics." )] CIM_J2eeJMSProducerStats REF RelatedStats; };