(file) Return to CIM_J2eeEJB.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_J2eeEJB 
 6           // ==================================================================
 7              [Abstract, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Application::J2eeAppServer" ), 
 9               Description ( 
10                  "The CIM_J2eeEJB class is base class that represents different "
11                  "types of deployed Enterprise JavaBean components. The EJB is "
12                  "hosted by a J2ee Server and should hence be associated to a "
13                  "J2eeServer instance through the CIM_HostedService association. "
14                  "The scoping keys in the instance are provided by the "
15                  "J2eeServer hosting the EJB." )]
16           class CIM_J2eeEJB : CIM_Service {
17           
18                 [Override ( "Name" ), 
19                  Description ( 
20                     "The name of an EJB. The name MUST be constructed using "
21                     "the form specified in JSR77.3.1.1.1 in order to avoid "
22 marek 1.1           "the need for manual key propagation." ), 
23                  MaxLen ( 256 ), 
24                  MappingStrings { "JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0" }]
25              string Name;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2