Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS Programming Model"

m
(Creating a Data Manager)
Line 2: Line 2:
  
 
== Creating a Data Manager ==
 
== Creating a Data Manager ==
 +
=== Class Diagrams ===
 +
 +
=== Creating an MDR ===
 +
 +
=== Providing Custom Capabilities ===
 +
 +
=== Packaging for deployment ===

Revision as of 14:40, 10 October 2007

COSMOS provides a framework for collecting and visualizing data for system administration applications. By leveraging the COSMOS framework and providing the necessary extensions, programmers can quickly and easily create applications for collecting data from disparate data sources, and making data available through standard-based APIs or an easy-to-use user interface. This document explains the programming model used in extending the COSMOS framework.

Creating a Data Manager

Class Diagrams

Creating an MDR

Providing Custom Capabilities

Packaging for deployment

Back to the top