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

 1 marek 1.1 // Copyright (c) 2008 DMTF.  All rights reserved.
 2              [Version ( "2.19.0" ), 
 3               UMLPackagePath ( "CIM::Application::J2eeAppServer" ), 
 4               Description ( 
 5                  "The CIM_J2eeJDBCDriver class identifies individual JDBC drivers."
 6                   )]
 7           class CIM_J2eeJDBCDriver : CIM_EnabledLogicalElement {
 8           
 9                 [Key, Override ( "InstanceID" ), 
10                  Description ( 
11                     "InstanceID identifies a unique instance of a J2ee "
12                     "JDBCDriver. In order to ensure uniqueness, the value of "
13                     "InstanceID MUST be constructed using the form specified "
14                     "in JSR77.3.1.1.1 in order to avoid the need for manual "
15                     "key propagation." ), 
16                  ModelCorrespondence { "CIM_J2eeJDBCDriver.Name" }]
17              string InstanceID;
18           
19                 [Override ( "Name" ), 
20                  Description ( 
21                     "The name of a J2EE JDBCDriver. The name MUST be "
22 marek 1.1           "constructed using the form specified in JSR77.3.1.1.1 in "
23                     "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 { "CIM_J2eeJDBCDriver.InstanceID" }]
27              string Name;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2