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

 1 karl  1.1.2.2 // Copyright (c) 2008 DMTF.  All rights reserved.
 2                  [Version ( "2.19.0" ), 
 3                   UMLPackagePath ( "CIM::Application::J2eeAppServer" ), 
 4                   Description ( 
 5                      "The CIM_J2eeJCAConnectionFactory class identifies individual "
 6                      "JCA connection factories." )]
 7               class CIM_J2eeJCAConnectionFactory : CIM_EnabledLogicalElement {
 8               
 9                     [Key, Override ( "InstanceID" ), 
10                      Description ( 
11                         "InstanceID identifies a unique instance of a J2ee "
12                         "JCAConnectionFactory. In order to ensure uniqueness, the "
13                         "value of InstanceID MUST be constructed using the form "
14                         "specified in JSR77.3.1.1.1 in order to avoid the need "
15                         "for manual key propagation." ), 
16                      ModelCorrespondence { "CIM_J2eeJCAConnectionFactory.Name" }]
17                  string InstanceID;
18               
19                     [Override ( "Name" ), 
20                      Description ( 
21                         "The name of a J2EE JCAConnectionFactory. The name MUST "
22 karl  1.1.2.2           "be constructed using the form specified in JSR77.3.1.1.1 "
23                         "in order to avoid the need for manual key propagation." ), 
24                      MaxLen ( 256 ), 
25                      MappingStrings { "JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0" }, 
26                      ModelCorrespondence { 
27                         "CIM_J2eeJCAConnectionFactory.InstanceID" }]
28                  string Name;
29               
30               
31               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2