(file) Return to CIM_J2eeResourceAdapter.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_J2eeResourceAdapter 
 6           // ==================================================================
 7              [Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Application::J2eeAppServer" ), 
 9               Description ( 
10                  "Identifies a deployed Resource Adapter within a Resource "
11                  "Adapter Module. The resource adapter is hosted by a J2ee "
12                  "Server and should hence be associated to a J2eeServer instance "
13                  "through the CIM_HostedService association. The scoping keys in "
14                  "the instance are provided by the J2eeServer hosting the "
15                  "resource adapter." )]
16           class CIM_J2eeResourceAdapter : CIM_Service {
17           
18                 [Override ( "Name" ), 
19                  Description ( 
20                     "The name of a J2EE Resource Adapter. The name MUST be "
21                     "constructed using the form specified in JSR77.3.1.1.1 in "
22 marek 1.1           "order to avoid 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