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

 1 karl  1.1.2.2 // 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_J2eeServlet 
 6               // ==================================================================
 7                  [Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::Application::J2eeAppServer" ), 
 9                   Description ( 
10                      "Identifies a deployed servlet component. The Servlet is hosted "
11                      "by a J2ee Server and should hence be associated to a "
12                      "J2eeServer instance through the CIM_HostedService association. "
13                      "The scoping keys in the instance are provided by the "
14                      "J2eeServer hosting the servlet." )]
15               class CIM_J2eeServlet : CIM_Service {
16               
17                     [Override ( "Name" ), 
18                      Description ( 
19                         "The name of a J2EE Servlet. The name MUST be constructed "
20                         "using the form specified in JSR77.3.1.1.1 in order to "
21                         "avoid the need for manual key propagation." ), 
22 karl  1.1.2.2        MaxLen ( 256 ), 
23                      MappingStrings { "JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0" }]
24                  string Name;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2